diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2016-08-15 16:29:34 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-19 10:23:31 +0100 |
commit | 0b191e4bf0cba77669497d272dda46c536f7e527 (patch) | |
tree | 2ac96cc5bac01084a57e47b192b659657aeb161c | |
parent | 9d2c82f7d3fc0fdafc5c4fdd1707324bc4cdbf22 (diff) | |
download | openembedded-core-0b191e4bf0cba77669497d272dda46c536f7e527.tar.gz openembedded-core-0b191e4bf0cba77669497d272dda46c536f7e527.tar.bz2 openembedded-core-0b191e4bf0cba77669497d272dda46c536f7e527.zip |
Revert "local.conf.sample: Disable prelink by default"
This reverts commit 300f858ba07c938427ccd05a3d7220027a03d461.
Reenable prelink
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/local.conf.sample | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 2949ffba1c..85c5e21fb5 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -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" # |