From fb7432ade70ee8754256aa3224beb8a9804dd550 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Sun, 11 Jul 2021 21:34:05 -0500 Subject: meta-bletchley: remove image-mklibs Signed-off-by: Patrick Williams Change-Id: I5c3926bd7f021abec612015b5b4f69d9ca2aeb01 --- meta-facebook/meta-bletchley/conf/local.conf.sample | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta-facebook') diff --git a/meta-facebook/meta-bletchley/conf/local.conf.sample b/meta-facebook/meta-bletchley/conf/local.conf.sample index bb86f3418..0c5e4cd5f 100644 --- a/meta-facebook/meta-bletchley/conf/local.conf.sample +++ b/meta-facebook/meta-bletchley/conf/local.conf.sample @@ -126,12 +126,9 @@ EXTRA_IMAGE_FEATURES = "debug-tweaks" # enable extra features. Some available options which can be included in this variable # are: # - '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" +USER_CLASSES ?= "buildstats image-prelink" # # Runtime testing of images -- cgit v1.2.3