[oe-commits] Richard Purdie : layer.conf: Exclude gcc-cross dependencies from checksums

git at git.openembedded.org git at git.openembedded.org
Thu May 1 15:35:18 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: e29f79826f8fb8ddd0695b7095ab4dc8df14efb7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e29f79826f8fb8ddd0695b7095ab4dc8df14efb7

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu May  1 15:40:40 2014 +0100

layer.conf: Exclude gcc-cross dependencies from checksums

gcc-cross technically depends on the C library however we can use
one toolchain for multiple different tunes within a given architecture.

Manually remove these dependencies so that gcc-cross isn't rebuild with
every tune change.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/layer.conf | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 18609dd..dbcb653 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -31,3 +31,10 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
   packagegroup-x11-xserver \
   systemd-serialgetty \
 "
+
+SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
+  gcc-cross-${TARGET_ARCH}->eglibc \
+  gcc-cross-${TARGET_ARCH}->uclibc \
+  gcc-cross-${TARGET_ARCH}->linux-libc-headers \
+"
+



More information about the Openembedded-commits mailing list