]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: drop image-swab reference
authorMing Liu <peter.x.liu@external.atlascopco.com>
Tue, 4 Jul 2017 08:32:21 +0000 (10:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Jul 2017 13:38:08 +0000 (14:38 +0100)
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>
meta/conf/local.conf.sample

index 85c5e21fb56b5dde9afb1bb8eb990322f7c45b40..b7548533900c8a3d13384f03a8e262778d986330 100644 (file)
@@ -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"