[oe-commits] [openembedded-core] 04/05: Revert "Revert "local.conf.sample: Disable prelink by default""

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 09:24:23 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 365597c446754b67581651697073e15e4b482766
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Aug 16 23:10:21 2016 +0100

    Revert "Revert "local.conf.sample: Disable prelink by default""
    
    This reverts commit 94b4dc6237b9a18cf8fdfd063c5d2c0220aa17e5.
---
 meta/conf/local.conf.sample | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 85c5e21..2949ffb 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -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"
 
 
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list