summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 9592c1b..a2691a6 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -169,7 +169,7 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks"
169# - 'image-swab' to perform host system intrusion detection 169# - 'image-swab' to perform host system intrusion detection
170# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink 170# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
171# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended 171# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
172USER_CLASSES ?= "buildstats image-mklibs image-prelink" 172USER_CLASSES ?= "buildstats image-mklibs"
173 173
174# 174#
175# Runtime testing of images 175# Runtime testing of images