summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-07-12 05:34:05 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-07-12 05:34:13 +0300
commitfb7432ade70ee8754256aa3224beb8a9804dd550 (patch)
tree38ee43796bf25138bd6d5f898dc76413a468f120 /meta-facebook
parent67d90e92a7b212e6664b74484fb4214988e0d6a5 (diff)
downloadopenbmc-fb7432ade70ee8754256aa3224beb8a9804dd550.tar.xz
meta-bletchley: remove image-mklibs
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5c3926bd7f021abec612015b5b4f69d9ca2aeb01
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/meta-bletchley/conf/local.conf.sample5
1 files changed, 1 insertions, 4 deletions
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