summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <peter.x.liu@external.atlascopco.com>2017-07-04 10:32:21 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-06 15:03:10 +0100
commit754c03006943a219ffd417c36ab909b464f57f67 (patch)
tree9b13271fa77766b9e1a554cc9191d3378c85b949
parent5b23e19841686aaa549f7b4ee90447ed604d9f3d (diff)
downloadpoky-754c03006943a219ffd417c36ab909b464f57f67.tar.gz
local.conf.sample: drop image-swab reference
The image swabber had been dropped by commit e18657df: [ meta: Drop swabber ] We need also drop its reference in local.conf. (From meta-yocto rev: af19371774b3181af7bdd59e12a16c37d922f429) Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-poky/conf/local.conf.sample1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index 365b6eb20c..b15e508977 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -149,7 +149,6 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
149# - 'buildstats' collect build statistics 149# - 'buildstats' collect build statistics
150# - 'image-mklibs' to reduce shared library files size for an image 150# - 'image-mklibs' to reduce shared library files size for an image
151# - 'image-prelink' in order to prelink the filesystem image 151# - 'image-prelink' in order to prelink the filesystem image
152# - 'image-swab' to perform host system intrusion detection
153# 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
154# 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
155USER_CLASSES ?= "buildstats image-mklibs image-prelink" 154USER_CLASSES ?= "buildstats image-mklibs image-prelink"