diff options
Diffstat (limited to 'meta-yocto/conf')
-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 \ |