diff mbox series

[meta-security] layer.conf: correct WARN_QA

Message ID 20260427025832.1007513-1-li.zhou@windriver.com
State New
Headers show
Series [meta-security] layer.conf: correct WARN_QA | expand

Commit Message

Li Zhou April 27, 2026, 2:58 a.m. UTC
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 <li.zhou@windriver.com>
---
 meta-tpm/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"