* [PATCH] poky.conf: Change WARNS -> ERRORS
@ 2012-05-09 21:25 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2012-05-09 21:25 UTC (permalink / raw)
To: poky
A major effort was completed as part of 1.2 to fix many WARNING
messages, change the level of those fixed areas to ERROR so we
do not backslide on our quality level
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta-yocto/conf/distro/poky.conf | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index c01e2b8..9c1e4b6 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -90,3 +90,7 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
# with general agreement from the core team.
#
OELAYOUT_ABI = "8"
+
+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"
+
--
1.7.7.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-09 21:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 21:25 [PATCH] poky.conf: Change WARNS -> ERRORS Saul Wold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.