From: Armin Kuster <akuster808@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [meta-security][PATCH 2/2] layer: add QA_WARNINGS to all layers
Date: Thu, 3 Aug 2023 08:34:50 -0400 [thread overview]
Message-ID: <20230803123450.309537-2-akuster808@gmail.com> (raw)
In-Reply-To: <20230803123450.309537-1-akuster808@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
conf/layer.conf | 2 ++
meta-hardening/conf/layer.conf | 2 ++
meta-integrity/conf/layer.conf | 2 ++
meta-parsec/conf/layer.conf | 2 ++
meta-tpm/conf/layer.conf | 2 ++
5 files changed, 10 insertions(+)
diff --git a/conf/layer.conf b/conf/layer.conf
index 05f678a..a436f97 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -27,3 +27,5 @@ BBFILES_DYNAMIC += " \
INHERIT += "sanity-meta-security"
addpylib ${LAYERDIR}/lib oeqa
+
+WARN_QA:append:security = " patch-status missing-metadata"
diff --git a/meta-hardening/conf/layer.conf b/meta-hardening/conf/layer.conf
index 1dbc537..4bc1cac 100644
--- a/meta-hardening/conf/layer.conf
+++ b/meta-hardening/conf/layer.conf
@@ -11,3 +11,5 @@ BBFILE_PRIORITY_harden-layer = "6"
LAYERSERIES_COMPAT_harden-layer = "mickledore"
LAYERDEPENDS_harden-layer = "core openembedded-layer"
+
+WARN_QA:append:harden-layer = " patch-status missing-metadata"
diff --git a/meta-integrity/conf/layer.conf b/meta-integrity/conf/layer.conf
index 0622a5f..7a9c1d1 100644
--- a/meta-integrity/conf/layer.conf
+++ b/meta-integrity/conf/layer.conf
@@ -35,3 +35,5 @@ networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappe
"
addpylib ${LAYERDIR}/lib oeqa
+
+WARN_QA:append:integrity = " patch-status missing-metadata"
diff --git a/meta-parsec/conf/layer.conf b/meta-parsec/conf/layer.conf
index 7d272a2..b162289 100644
--- a/meta-parsec/conf/layer.conf
+++ b/meta-parsec/conf/layer.conf
@@ -14,3 +14,5 @@ LAYERDEPENDS_parsec-layer = "core clang-layer"
BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec"
addpylib ${LAYERDIR}/lib oeqa
+
+WARN_QA:append:parsec-layer = " patch-status missing-metadata"
diff --git a/meta-tpm/conf/layer.conf b/meta-tpm/conf/layer.conf
index 3b199f7..1f27031 100644
--- a/meta-tpm/conf/layer.conf
+++ b/meta-tpm/conf/layer.conf
@@ -26,3 +26,5 @@ networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappe
"
addpylib ${LAYERDIR}/lib oeqa
+
+WARN_QA:append:tmp-layer = " patch-status missing-metadata"
--
2.34.1
prev parent reply other threads:[~2023-08-03 12:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-03 12:34 [meta-security][PATCH 1/2] meta-tpm linux-yocto-rt: Add the bbappend for rt kernel Armin Kuster
2023-08-03 12:34 ` Armin Kuster [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230803123450.309537-2-akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox