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

git at git.openembedded.org git at git.openembedded.org
Thu Aug 18 15:52:39 UTC 2016


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

commit d9f4db4cd8f23b4874a53f0153cf84abc6fbf8dc
Author: Mark Hatle <mark.hatle at windriver.com>
AuthorDate: Mon Aug 15 16:29:34 2016 -0500

    Revert "local.conf.sample: Disable prelink by default"
    
    This reverts commit 300f858ba07c938427ccd05a3d7220027a03d461.
    
    Reenable prelink
    
    Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/local.conf.sample | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 2949ffb..85c5e21 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -129,8 +129,7 @@ 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
-# image-prelink disabled for now due to issues with IFUNC symbol relocation
-USER_CLASSES ?= "buildstats image-mklibs"
+USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 
 
 #

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


More information about the Openembedded-commits mailing list