mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
layer.conf: Add musl to safe recipes for exclusion
(From OE-Core rev: ad8ccccf442e29a0b733753c1951f402baa330a9) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -34,6 +34,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
|||||||
|
|
||||||
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||||
gcc-cross-${TARGET_ARCH}->eglibc \
|
gcc-cross-${TARGET_ARCH}->eglibc \
|
||||||
|
gcc-cross-${TARGET_ARCH}->musl \
|
||||||
gcc-cross-${TARGET_ARCH}->uclibc \
|
gcc-cross-${TARGET_ARCH}->uclibc \
|
||||||
gcc-cross-${TARGET_ARCH}->linux-libc-headers \
|
gcc-cross-${TARGET_ARCH}->linux-libc-headers \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user