summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto/conf/local.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
index 371349d3f2..bf6dd90cc8 100644
--- a/meta-yocto/conf/local.conf.sample
+++ b/meta-yocto/conf/local.conf.sample
@@ -151,7 +151,9 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks"
151# - 'image-swab' to perform host system intrusion detection 151# - 'image-swab' to perform host system intrusion detection
152# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink 152# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
153# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended 153# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
154USER_CLASSES ?= "buildstats image-mklibs image-prelink" 154# NOTE: image-prelink is currently broken due to problems with the prelinker. It is advised
155# that you do NOT run the prelinker at this time.
156USER_CLASSES ?= "buildstats image-mklibs"
155 157
156# 158#
157# Runtime testing of images 159# Runtime testing of images