From: Ming Liu Date: Tue, 4 Jul 2017 08:32:21 +0000 (+0200) Subject: local.conf.sample: drop image-swab reference X-Git-Tag: uninative-1.7~262 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=948a5ceb8e4ac6781f05ac067c7de9dda09434fa;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- 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"