]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
local.conf.sample: Disable prelink by default
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 Mar 2016 22:08:37 +0000 (22:08 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 Mar 2016 22:09:05 +0000 (22:09 +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.

(From meta-yocto rev: 00d52bdcc4793da88d0e2979e9a89d67be20ffb8)

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

index 9cb6e95b3dd2a53ad091d327e58ba893b6d99c8a..15dcc48b3c288d31388a01bfa8af3f48552e75e9 100644 (file)
@@ -152,7 +152,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"
 
 #
 # Runtime testing of images