[meta-security][wrynose][PATCH 02/13] layer.conf: correct WARN_QA
Scott Murray <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <05a1e64fbc03db276f744d580131561120a8d635.1779625557.git.scott.murray@konsulko.com> |
From: Li Zhou <[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]> Signed-off-by: Scott Murray <[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.53.0