From f57392590a95ac5812e3cc7a2bb6751fdc34a7df Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 17 Sep 2012 19:08:16 +0000 Subject: 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 --- meta-yocto/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto') 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' # 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" -- cgit v1.2.3-54-g00ecf