[meta-security][PATCH] layer.conf: correct WARN_QA
Li Zhou <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Fix the typo "tmp-layer" in "WARN_QA:append". The right name for this layer in OVERRIDES is layer-tpm-layer by checking "bitbake -e <recipe_name> | grep ^OVERRIDES=". Signed-off-by: Li Zhou <[email protected]> --- meta-tpm/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf index c0fd7a7..3ea7c08 100644 --- a/meta-tpm/conf/layer.conf +++ b/meta-tpm/conf/layer.conf @@ -27,4 +27,4 @@ networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappe addpylib ${LAYERDIR}/lib oeqa -WARN_QA:append:tmp-layer = " patch-status missing-metadata" +WARN_QA:append:layer-tpm-layer = " patch-status missing-metadata" -- 2.43.0