summaryrefslogtreecommitdiffstats
path: root/meta/conf
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 14:38:08 +0100
commit948a5ceb8e4ac6781f05ac067c7de9dda09434fa (patch)
tree797116412d6413f6e5603fee9dc398882d669c4a /meta/conf
parenta7480beb33e69d7cb63353ffa215326f4ae4b87d (diff)
downloadopenembedded-core-948a5ceb8e4ac6781f05ac067c7de9dda09434fa.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. Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/local.conf.sample1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 85c5e21fb5..b754853390 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -126,7 +126,6 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
# - 'buildstats' collect build statistics
# - 'image-mklibs' to reduce shared library files size for an image
# - 'image-prelink' in order to prelink the filesystem image
-# - '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"