summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/local.conf.sample')
-rw-r--r--meta-yocto/conf/local.conf.sample4
1 files changed, 1 insertions, 3 deletions
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"
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
154# NOTE: image-prelink is currently broken due to problems with the prelinker. It is advised 154USER_CLASSES ?= "buildstats image-mklibs image-prelink"
155# that you do NOT run the prelinker at this time.
156USER_CLASSES ?= "buildstats image-mklibs"
157 155
158# 156#
159# Runtime testing of images 157# Runtime testing of images