summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-05-28 01:36:31 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-07-09 01:06:34 +0300
commite849b5038b885b344296b7c8ba379e340f309935 (patch)
tree3076e46c2ce9eab59fe03b1adbfab3edf3005a6e /meta-intel-openbmc
parent67107382f0ac2ad2ff42819a3d3189dc838a7ed5 (diff)
downloadopenbmc-e849b5038b885b344296b7c8ba379e340f309935.tar.xz
treewide: Remove obsolete image-mklibs class
This is apparently not actually working anymore and is removed in the next poky update. Change-Id: Ia1c6a258d124a4a30a14fc42e8e0bba95e64faeb Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-intel-openbmc')
-rw-r--r--meta-intel-openbmc/meta-s2600wf/conf/local.conf.sample3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-intel-openbmc/meta-s2600wf/conf/local.conf.sample b/meta-intel-openbmc/meta-s2600wf/conf/local.conf.sample
index a6ac9e158c..89d11b682b 100644
--- a/meta-intel-openbmc/meta-s2600wf/conf/local.conf.sample
+++ b/meta-intel-openbmc/meta-s2600wf/conf/local.conf.sample
@@ -147,12 +147,11 @@ 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