diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2015-10-26 10:30:54 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-29 22:07:29 +0000 |
commit | 6dd28030f323d7106a02ec54ce4e249561ab0836 (patch) | |
tree | 6148bb858837d71f98e12e3807d42ca8433af1cb | |
parent | bb59eb410c716057190fb0d115ef85b2c12e6518 (diff) | |
download | openembedded-core-6dd28030f323d7106a02ec54ce4e249561ab0836.tar.gz openembedded-core-6dd28030f323d7106a02ec54ce4e249561ab0836.tar.bz2 openembedded-core-6dd28030f323d7106a02ec54ce4e249561ab0836.zip |
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.
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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 3ae24aba9d..9d1480e42e 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -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" # |