From: Ming Liu Date: Tue, 4 Jul 2017 08:32:21 +0000 (+0200) Subject: local.conf.sample: drop image-swab reference X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20833 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948a5ceb8e4ac6781f05ac067c7de9dda09434fa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 85c5e21fb56..b7548533900 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"