summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-07-04 13:17:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-05 15:40:31 +0100
commitcb6ce45e1f73f42ab24e5abf7e1efbb54b1b83f3 (patch)
tree5dabbab88ab92195e5ff8d123a59cc28d3046a1b /meta-yocto
parentf8c8c7d78aa8a65b8e6466d4dab419b1d608e026 (diff)
downloadpoky-cb6ce45e1f73f42ab24e5abf7e1efbb54b1b83f3.tar.gz
poky.conf: move libdir QA check to WARN_QA
The libdir check was broken, and having been fixed it is throwing up a number of issues, so it seems that we're not yet ready to have this set to error. Switch it back to a warning instead. (From meta-yocto rev: 01b25aaee5836ca3bb6f5c987ae0e6bea72feeac) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/distro/poky.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 14919f25e7..7be7d921a1 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -100,11 +100,11 @@ OELAYOUT_ABI = "8"
100INHERIT += "poky-sanity" 100INHERIT += "poky-sanity"
101 101
102# QA check settings - a little stricter than the OE-Core defaults 102# QA check settings - a little stricter than the OE-Core defaults
103WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi" 103WARN_QA = "textrel files-invalid incompatible-license xorg-driver-abi libdir"
104ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \ 104ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \
105 useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \ 105 useless-rpaths rpaths staticdev ldflags pkgvarcheck already-stripped \
106 compile-host-path dep-cmp installed-vs-shipped install-host-path \ 106 compile-host-path dep-cmp installed-vs-shipped install-host-path \
107 libdir packages-list perm-config perm-line perm-link pkgv-undefined \ 107 packages-list perm-config perm-line perm-link pkgv-undefined \
108 pn-overrides split-strip var-undefined" 108 pn-overrides split-strip var-undefined"
109 109
110include conf/distro/include/seperatebuilddir.inc 110include conf/distro/include/seperatebuilddir.inc