Skip to content
Snippets Groups Projects
Unverified Commit 75750cb1 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

local.conf.sample: Drop image-mklibs


image-mklibs was removed in oe-core due to python3 incompatibility and
lack of testing. This change drops them from local.conf sample files as
well.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent d5638f09
No related branches found
No related tags found
No related merge requests found
...@@ -131,11 +131,8 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks" ...@@ -131,11 +131,8 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
# enable extra features. Some available options which can be included in this variable # enable extra features. Some available options which can be included in this variable
# are: # are:
# - 'buildstats' collect build statistics # - '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-prelink' in order to prelink the filesystem image
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink USER_CLASSES ?= "buildstats image-prelink"
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
# #
# Runtime testing of images # Runtime testing of images
......
...@@ -134,11 +134,8 @@ PACKAGE_CLASSES ?= "package_rpm" ...@@ -134,11 +134,8 @@ PACKAGE_CLASSES ?= "package_rpm"
# enable extra features. Some available options which can be included in this variable # enable extra features. Some available options which can be included in this variable
# are: # are:
# - 'buildstats' collect build statistics # - '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-prelink' in order to prelink the filesystem image
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink USER_CLASSES ?= "buildstats image-prelink"
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
# #
# Runtime testing of images # Runtime testing of images
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment