mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
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. (From OE-Core rev: 97df4e8e61a7693d548c3145e36f1d5503e91d03) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user