poky: enable unknown-configure-option QA test as a warning

This QA test will warn if configure is passed options that it doesn't recongise.

(From meta-yocto rev: a99826ac6c10ae9c56a0ece15e1485540d064107)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2013-11-21 18:09:02 +00:00
committed by Richard Purdie
parent 1e084f9d75
commit bd93f10da3

View File

@@ -102,7 +102,8 @@ OELAYOUT_ABI = "8"
INHERIT += "poky-sanity"
# QA check settings - a little stricter than the OE-Core defaults
WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi libdir"
WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi libdir \
unknown-configure-option"
ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \
useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \
compile-host-path dep-cmp installed-vs-shipped install-host-path \