summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-26 12:11:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-26 12:12:10 +0100
commitacd52fd17da9cdad406d052ce397091c23588b7a (patch)
treee74cad19d7180cdac9e962bb927ed02b29e31588 /meta-yocto
parenta8edf79fce381d0433f18bd38df6cd74008e5179 (diff)
downloadpoky-acd52fd17da9cdad406d052ce397091c23588b7a.tar.gz
poky.conf: We need to clear WARN_QA to avoid the unsafe-references
The intention of the previous patch was to disable these warnings but by commenting out the line, it caused a fallback to the defaults which enable it. This really disables the warnings. (From meta-yocto rev: 7d4759a5780de76dcdeeb1ee37198637ff144d42) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index ecce9f532d..de82543909 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -94,5 +94,6 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
94OELAYOUT_ABI = "8" 94OELAYOUT_ABI = "8"
95 95
96#WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" 96#WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
97WARN_QA = ""
97ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags" 98ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags"
98 99