[autobuilder-helper,thud,08/40] config.json: Hide WARNINGS we don't care about for meta-gplv2 testing
Submitted by Richard Purdie on Sept. 10, 2020, 1:30 p.m.
|
Patch ID: 176330
Details
Commit Message
@@ -523,7 +523,8 @@
"MACHINE" : "qemux86",
"BBTARGETS" : "core-image-minimal core-image-full-cmdline",
"extravars" : [
- "INCOMPATIBLE_LICENSE = '*GPLv3'"
+ "INCOMPATIBLE_LICENSE = '*GPLv3'",
+ "WARN_QA_remove = 'incompatible-license'"
],
"EXTRACMDS" : [
"../../yocto-autobuilder-helper/scripts/check-gplv3"
We're not interested in these warnings, the license incompatibility is expected. By hiding these, we'll notice when warnings we do care about appear. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)