local.conf.sample: Disable image-prelink by default

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.

(From meta-yocto rev: 51f83d2ee593c3936138aa50c06b0bfe9c6b9162)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mark Hatle 2015-10-26 10:30:54 -05:00 committed by Richard Purdie
parent 1630dbbe7a
commit b02c5f6037
1 changed files with 3 additions and 1 deletions

View File

@ -151,7 +151,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"
#
# Runtime testing of images