mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 17:25:14 +00:00
image-prelink: Disable for musl images
For some reason prelink was refusing to prelink musl images but now sometimes does modify the binaries. Since musl has no support for this, such images end up broken and unable to boot. To avoid this, be explicit and only apply prelinking for libc-glibc. [YOCTO #11913] (From OE-Core rev: 5a25ed1071f0d9b7d95edcc2b5b4545f960d5f95) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
9b32a558f6
commit
bb81ff1343
@ -1,6 +1,6 @@
|
||||
do_rootfs[depends] += "prelink-native:do_populate_sysroot"
|
||||
|
||||
IMAGE_PREPROCESS_COMMAND += "prelink_setup; prelink_image; "
|
||||
IMAGE_PREPROCESS_COMMAND_append_libc-glibc = " prelink_setup; prelink_image; "
|
||||
|
||||
python prelink_setup () {
|
||||
oe.utils.write_ld_so_conf(d)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user