]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "local.conf.sample: Disable prelink by default"
authorMark Hatle <mark.hatle@windriver.com>
Mon, 15 Aug 2016 21:29:34 +0000 (16:29 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Aug 2016 09:23:31 +0000 (10:23 +0100)
This reverts commit 300f858ba07c938427ccd05a3d7220027a03d461.

Reenable prelink

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index 2949ffba1cfb84247d6e985b05df0462afa198ac..85c5e21fb56b5dde9afb1bb8eb990322f7c45b40 100644 (file)
@@ -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"
 
 
 #