From 37ddd3e6a22afc9c725bbd6a823c1d2dd7cf3012 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 2 Nov 2015 16:59:37 -0600 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-yocto/conf/local.conf.sample | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index bf6dd90cc8..371349d3f2 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample @@ -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 -- cgit v1.2.3-54-g00ecf