diff options
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 0968a0cea3..14919f25e7 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -99,8 +99,12 @@ OELAYOUT_ABI = "8" | |||
99 | # add poky sanity bbclass | 99 | # add poky sanity bbclass |
100 | INHERIT += "poky-sanity" | 100 | INHERIT += "poky-sanity" |
101 | 101 | ||
102 | #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" | 102 | # QA check settings - a little stricter than the OE-Core defaults |
103 | WARN_QA = "textrel pkgvarcheck" | 103 | WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi" |
104 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms useless-rpaths rpaths staticdev ldflags" | 104 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \ |
105 | useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \ | ||
106 | compile-host-path dep-cmp installed-vs-shipped install-host-path \ | ||
107 | libdir packages-list perm-config perm-line perm-link pkgv-undefined \ | ||
108 | pn-overrides split-strip var-undefined" | ||
105 | 109 | ||
106 | include conf/distro/include/seperatebuilddir.inc | 110 | include conf/distro/include/seperatebuilddir.inc |