]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Disable prelink by default
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 Mar 2016 22:07:40 +0000 (22:07 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 Mar 2016 22:08:55 +0000 (22:08 +0000)
prelink is having issues with IFUNC symbols such as tha for fork() in
libpthread. Disable prelink for now until we can get to the bottom of
the issue.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index 38ee65695019b8dc6d7b03a03ba69c34bba11c63..5e93caf54b36816c62189b1c748afd31b62a09cb 100644 (file)
@@ -129,7 +129,8 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks"
 #   - 'image-swab' to perform host system intrusion detection
 # NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
 # NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
-USER_CLASSES ?= "buildstats image-mklibs image-prelink"
+# image-prelink disabled for now due to issues with IFUNC symbol relocation
+USER_CLASSES ?= "buildstats image-mklibs"
 
 
 #