summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-01 15:06:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-15 08:25:50 +0100
commit8ce0013eddf039ef7d114073a6b53462a4cb4c5c (patch)
treebedff86699d60ddc36b5d8d5a4bd99d528b94ab6
parente0ad575cd5389e9634221079dfbbbfa3bb742243 (diff)
downloadpoky-8ce0013eddf039ef7d114073a6b53462a4cb4c5c.tar.gz
insane: Add buildpaths to WARN_QA by default
This was never enabled originally as there were a ton of warnings and we weren't able to fix them. Now we have reproducibile builds, this can be enabled by default as there shouldn't be such paths any longer. This is known to work well for OE-Core, other layers may have variable quaility but enabling it will start to hint to other layers and maintainers that these issues need fixing. It also will give developers early warning of reproducibility issues, rather than us catching them on the YP autobuilder. (From OE-Core rev: 54715c054eac8cf8214a5a390f722567efed54e0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/insane.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index eaacae6cb1..746a13c27b 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -20,7 +20,7 @@
20 20
21# Elect whether a given type of error is a warning or error, they may 21# Elect whether a given type of error is a warning or error, they may
22# have been set by other files. 22# have been set by other files.
23WARN_QA ?= " libdir xorg-driver-abi \ 23WARN_QA ?= " libdir xorg-driver-abi buildpaths \
24 textrel incompatible-license files-invalid \ 24 textrel incompatible-license files-invalid \
25 infodir build-deps src-uri-bad symlink-to-sysroot multilib \ 25 infodir build-deps src-uri-bad symlink-to-sysroot multilib \
26 invalid-packageconfig host-user-contaminated uppercase-pn patch-fuzz \ 26 invalid-packageconfig host-user-contaminated uppercase-pn patch-fuzz \