summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/local.conf.sample
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-17 22:18:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-18 23:53:47 +0100
commit31607360753c987e804a7ed1d0289e46c08a0f23 (patch)
tree04c438c6969af8d073fe01ad048a1bfdcee99a1a /meta-poky/conf/local.conf.sample
parent2f12a20935acec5218e38efc1a97c686c06f31ee (diff)
downloadpoky-31607360753c987e804a7ed1d0289e46c08a0f23.tar.gz
local.conf: Drop support for mklibsuninative-3.2
This is not enabled or tested by default, and has never been ported to python 3 upstream[1], which means it doesn't work at all with plain poky. If you need it, please put it in a separate layer and/or modernize to work with py3. https://salsa.debian.org/installer-team/mklibs/-/blob/master/src/mklibs (From meta-yocto rev: c8c8f284eb2abe7e1352850a885454487cc01986) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/local.conf.sample')
-rw-r--r--meta-poky/conf/local.conf.sample5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index c27766e901..fb14379d28 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -148,11 +148,8 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
148# enable extra features. Some available options which can be included in this variable 148# enable extra features. Some available options which can be included in this variable
149# are: 149# are:
150# - 'buildstats' collect build statistics 150# - 'buildstats' collect build statistics
151# - 'image-mklibs' to reduce shared library files size for an image
152# - 'image-prelink' in order to prelink the filesystem image 151# - 'image-prelink' in order to prelink the filesystem image
153# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink 152USER_CLASSES ?= "buildstats image-prelink"
154# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
155USER_CLASSES ?= "buildstats image-mklibs image-prelink"
156 153
157# 154#
158# Runtime testing of images 155# Runtime testing of images