]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "local.conf.sample: Disable image-prelink by default"
authorMark Hatle <mark.hatle@windriver.com>
Mon, 2 Nov 2015 22:59:37 +0000 (16:59 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Nov 2015 11:32:54 +0000 (11:32 +0000)
This reverts commit 6dd28030f323d7106a02ec54ce4e249561ab0836.

Prelink now works properly again.  Re-enable the functionality.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/local.conf.sample

index 9d1480e42ea87a22c91683bba02cc482a06d31c2..3ae24aba9d7463ab801b90e50f45901f7187c6e2 100644 (file)
@@ -128,9 +128,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
-# NOTE: image-prelink is currently broken due to problems with the prelinker.  It is advised
-# that you do NOT run the prelinker at this time. 
-USER_CLASSES ?= "buildstats image-mklibs"
+USER_CLASSES ?= "buildstats image-mklibs image-prelink"
 
 
 #