summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-04-19 12:14:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-16 07:35:20 +0100
commitd4e265661517f8dd4e1648fdc56bac5973f986f6 (patch)
treea6281b7c86fd2e52671a1bffcdf785e8804910a6 /meta-yocto
parent4910f282556bf5d962e880d8cf43780f13fcd697 (diff)
downloadpoky-d4e265661517f8dd4e1648fdc56bac5973f986f6.tar.gz
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 <sgw@linux.intel.com>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index c01e2b8123..9c1e4b6800 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -90,3 +90,7 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
90# with general agreement from the core team. 90# with general agreement from the core team.
91# 91#
92OELAYOUT_ABI = "8" 92OELAYOUT_ABI = "8"
93
94WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
95ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags"
96