Re: [OE-core] [PATCH] image-prelink: Disable for musl images

2017-08-11 Thread Mark Hatle
On 8/11/17 2:16 AM, Richard Purdie wrote: > 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 lib

[OE-core] [PATCH] image-prelink: Disable for musl images

2017-08-11 Thread Richard Purdie
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] Signed-off-by: Richard Pur