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

local.conf.sample: Drop image-prelink

oe-core completely dropped the associated class and support:
https://lists.openembedded.org/g/openembedded-core/message/160848



This change drops the associated references in our build sample files.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 0c843f9f
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
...@@ -131,8 +131,7 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks" ...@@ -131,8 +131,7 @@ 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-prelink' in order to prelink the filesystem image USER_CLASSES ?= "buildstats"
USER_CLASSES ?= "buildstats image-prelink"
# #
# Runtime testing of images # Runtime testing of images
......
...@@ -134,8 +134,7 @@ PACKAGE_CLASSES ?= "package_rpm" ...@@ -134,8 +134,7 @@ 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-prelink' in order to prelink the filesystem image USER_CLASSES ?= "buildstats"
USER_CLASSES ?= "buildstats 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