summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorChristopher Larson <kergoth@gmail.com>2012-04-16 15:21:07 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-03 15:48:02 +0100
commit6b2056250177cc569e57f2510afa5a142450c394 (patch)
tree303d2e8d5f41b457b2061950d9c6b0bc2077927d /meta/recipes-core
parent6826ffe03d055bfdf34a2070010d80ec4de52e1d (diff)
downloadast2050-yocto-poky-6b2056250177cc569e57f2510afa5a142450c394.zip
ast2050-yocto-poky-6b2056250177cc569e57f2510afa5a142450c394.tar.gz
external-csl-toolchain: silence .a/.debug QA warnings
(From OE-Core rev: a5f204130ff1232deb5f4b449961296d397630b4) Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/meta/external-csl-toolchain.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-core/meta/external-csl-toolchain.bb b/meta/recipes-core/meta/external-csl-toolchain.bb
index bafa331..fb553ab 100644
--- a/meta/recipes-core/meta/external-csl-toolchain.bb
+++ b/meta/recipes-core/meta/external-csl-toolchain.bb
@@ -90,9 +90,8 @@ external_toolchain_sysroot_adjust() {
PACKAGES =+ "libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev linux-libc-headers linux-libc-headers-dev gdbserver gdbserver-dbg"
-INSANE_SKIP_libgcc = "1"
-INSANE_SKIP_libstdc++ = "1"
-INSANE_SKIP_gdbserver = "1"
+# This test should be fixed to ignore .a files in .debug dirs
+INSANE_SKIP_${PN}-dbg = "staticdev"
PKG_${PN} = "eglibc"
PKG_${PN}-dev = "eglibc-dev"
OpenPOWER on IntegriCloud