From: Saul Wold Date: Thu, 19 Apr 2012 19:14:57 +0000 (-0700) Subject: poky.conf: Change WARNS -> ERRORS X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c27b96adbf7509ccf24caa7f4cdd048877e11647;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky.conf: Change WARNS -> ERRORS 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 --- diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index c01e2b81230..9c1e4b68003 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf @@ -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" +