poky.conf: Change WARNS -> ERRORS

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>
This commit is contained in:
Saul Wold 2012-04-19 12:14:57 -07:00 committed by Richard Purdie
parent 4910f28255
commit d4e2656615
1 changed files with 4 additions and 0 deletions

View File

@ -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"