]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky.conf: Change WARNS -> ERRORS
authorSaul Wold <sgw@linux.intel.com>
Thu, 19 Apr 2012 19:14:57 +0000 (12:14 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 May 2012 06:35:20 +0000 (07:35 +0100)
A major effort was completed as part of 1.2 to fix many WARNING
messages, change the level of those fixed areas to ERROR so we
do not backslide on our quality level

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta-yocto/conf/distro/poky.conf

index c01e2b8123080e040287d701e49d4c7923591c01..9c1e4b680033e0e478148513b79bf398aaebe4f9 100644 (file)
@@ -90,3 +90,7 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
 # with general agreement from the core team.
 #
 OELAYOUT_ABI = "8"
+
+WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
+ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags"
+