diff options
author | Ross Burton <ross.burton@intel.com> | 2013-11-21 18:09:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-26 16:21:57 +0000 |
commit | bd93f10da3a19bba2f4fed12738c78e2c01fc854 (patch) | |
tree | 6c9241c4fc191074072eeefc445b51ec8444c944 /meta-yocto/conf/distro | |
parent | 1e084f9d755e3458d2f9863382fa3bb7877a146d (diff) | |
download | poky-bd93f10da3a19bba2f4fed12738c78e2c01fc854.tar.gz |
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>
Diffstat (limited to 'meta-yocto/conf/distro')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index d0dbbdb57b..dd3323dbe2 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -102,7 +102,8 @@ OELAYOUT_ABI = "8" | |||
102 | INHERIT += "poky-sanity" | 102 | INHERIT += "poky-sanity" |
103 | 103 | ||
104 | # QA check settings - a little stricter than the OE-Core defaults | 104 | # QA check settings - a little stricter than the OE-Core defaults |
105 | WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi libdir" | 105 | WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi libdir \ |
106 | unknown-configure-option" | ||
106 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \ | 107 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \ |
107 | useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \ | 108 | useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \ |
108 | compile-host-path dep-cmp installed-vs-shipped install-host-path \ | 109 | compile-host-path dep-cmp installed-vs-shipped install-host-path \ |