layer.conf: correct WARN_QA

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>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
This commit is contained in:
Li Zhou
2026-04-27 10:58:32 +08:00
committed by Scott Murray
parent a289f22878
commit 05a1e64fbc
+1 -1
View File
@@ -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"