[poky] [PATCH] poky.conf: Silence unsafe reference warnings

Richard Purdie richard.purdie at linuxfoundation.org
Tue Sep 18 03:33:28 PDT 2012


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.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 6897ac4..ecce9f5 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"
 





More information about the poky mailing list