From: Peter Kjellerstedt <pkj@axis.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [master][kirkstone][PATCH] license_image.bbclass: Make QA errors fail the build
Date: Thu, 21 Apr 2022 23:11:46 +0200 [thread overview]
Message-ID: <20220421211146.19368-1-pkj@axis.com> (raw)
If, e.g., license-file-missing is added to ERROR_QA, then the build
should fail if any licenses are missing.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
meta/classes/license_image.bbclass | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/classes/license_image.bbclass b/meta/classes/license_image.bbclass
index 7e1d0e08a9..3213ea758e 100644
--- a/meta/classes/license_image.bbclass
+++ b/meta/classes/license_image.bbclass
@@ -104,6 +104,8 @@ def write_license_files(d, license_manifest, pkg_dic, rootfs=True):
"The license listed %s was not in the "\
"licenses collected for recipe %s"
% (lic, pkg_dic[pkg]["PN"]), d)
+ oe.qa.exit_if_errors(d)
+
# Two options here:
# - Just copy the manifest
# - Copy the manifest and the license directories
next reply other threads:[~2022-04-22 16:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-21 21:11 Peter Kjellerstedt [this message]
2022-04-28 17:35 ` [OE-core] [master][kirkstone][PATCH] license_image.bbclass: Make QA errors fail the build Steve Sakoman
2022-04-29 8:10 ` Peter Kjellerstedt
[not found] ` <16EA4FAF914EDF73.11702@lists.openembedded.org>
2022-05-23 21:57 ` Peter Kjellerstedt
2022-05-23 23:18 ` Steve Sakoman
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=20220421211146.19368-1-pkj@axis.com \
--to=pkj@axis.com \
--cc=openembedded-core@lists.openembedded.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