]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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 14:03:02 +0000 (15:03 +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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-poky/conf/local.conf.sample

index 365b6eb20c8e7d0ae46a1a005e0680ed3c689637..b15e508977dd8d433e3f4f1a610fa962d0a10d7d 100644 (file)
@@ -149,7 +149,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"