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>
This commit is contained in:
Richard Purdie 2012-09-17 19:08:16 +00:00
parent 8ebed883d4
commit f57392590a
1 changed files with 1 additions and 1 deletions

View File

@ -93,6 +93,6 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
#
OELAYOUT_ABI = "8"
WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
#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"