diff options
| author | Li Zhou <li.zhou@windriver.com> | 2026-04-27 10:58:32 +0800 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2026-05-17 17:44:55 +0300 |
| commit | 07ea3222dbeace90b2ae81a34ca6222aef300d4f (patch) | |
| tree | 7eaffcdce78b613b0c6836a97cd94646089d57eb | |
| parent | 1608741508cddd3a263dca5b4d7a646dcd438d01 (diff) | |
| download | meta-security-07ea3222dbeace90b2ae81a34ca6222aef300d4f.tar.gz | |
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>
| -rw-r--r-- | meta-tpm/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 27 | 27 | ||
| 28 | addpylib ${LAYERDIR}/lib oeqa | 28 | addpylib ${LAYERDIR}/lib oeqa |
| 29 | 29 | ||
| 30 | WARN_QA:append:tmp-layer = " patch-status missing-metadata" | 30 | WARN_QA:append:layer-tpm-layer = " patch-status missing-metadata" |
