[oe-commits] [openembedded-core] branch master updated: local.conf.sample: Disable prelink by default

git at git.openembedded.org git at git.openembedded.org
Sun Mar 13 22:09:46 UTC 2016


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

The following commit(s) were added to refs/heads/master by this push:
       new  300f858   local.conf.sample: Disable prelink by default
300f858 is described below

commit 300f858ba07c938427ccd05a3d7220027a03d461
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Mar 13 22:07:40 2016 +0000

    local.conf.sample: Disable prelink by default
    
    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 at linuxfoundation.org>
---
 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 38ee656..5e93caf 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