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

This reverts commit 6dd28030f323d7106a02ec54ce4e249561ab0836.

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

(From meta-yocto rev: 582cfda2ebaddaa3707e38c30d98cb61f28f33d9)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mark Hatle 2015-11-02 16:59:37 -06:00 committed by Richard Purdie
parent 9cc221dcb6
commit 37ddd3e6a2
1 changed files with 1 additions and 3 deletions

View File

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