]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Disable image-prelink by default
authorMark Hatle <mark.hatle@windriver.com>
Mon, 26 Oct 2015 15:30:54 +0000 (10:30 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Oct 2015 22:07:29 +0000 (22:07 +0000)
Due to problems with the prelinker itself, we need to disable the
image-prelink by default.  This will hopefully be re-enabled in the near
future.

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

index 3ae24aba9d7463ab801b90e50f45901f7187c6e2..9d1480e42ea87a22c91683bba02cc482a06d31c2 100644 (file)
@@ -128,7 +128,9 @@ 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"
+# 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"
 
 
 #