From 754c03006943a219ffd417c36ab909b464f57f67 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 4 Jul 2017 10:32:21 +0200 Subject: 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. (From meta-yocto rev: af19371774b3181af7bdd59e12a16c37d922f429) Signed-off-by: Ming Liu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-poky/conf/local.conf.sample | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-poky') diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index 365b6eb20c..b15e508977 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample @@ -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" -- cgit v1.2.3-54-g00ecf