summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-17 19:08:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-20 10:22:24 +0100
commitf57392590a95ac5812e3cc7a2bb6751fdc34a7df (patch)
tree9cfd82ea0b744a7c53508c0dbe647aee5b9a41a6 /meta-yocto
parent8ebed883d45ee952bd89d2143e0b0ab8736049b0 (diff)
downloadpoky-f57392590a95ac5812e3cc7a2bb6751fdc34a7df.tar.gz
poky.conf: Silence unsafe reference warnings
These QA warnings undermine the quality impression of OE-Core. They are useful in some specific circumstances but until the system has been audited and these warnings are reduced, they shouldn't be showing by default. Therefore disable them for now. (From meta-yocto rev: e1dcffb66317b98fe5a0f545bbea80a6a48fc02b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 6897ac481a..ecce9f532d 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -93,6 +93,6 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
93# 93#
94OELAYOUT_ABI = "8" 94OELAYOUT_ABI = "8"
95 95
96WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" 96#WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
97ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags" 97ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags"
98 98