From c6925b9bc294a6f3dde20f5ac64df8dd8756c49f Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Thu, 3 Mar 2022 12:32:25 +0100 Subject: [PATCH] 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 <andrei.gherzan@huawei.com> --- flavours/linux/local.conf.sample | 3 +-- flavours/zephyr/local.conf.sample | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/flavours/linux/local.conf.sample b/flavours/linux/local.conf.sample index 7b5272de..cdcc60ca 100644 --- a/flavours/linux/local.conf.sample +++ b/flavours/linux/local.conf.sample @@ -131,8 +131,7 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks" # enable extra features. Some available options which can be included in this variable # are: # - 'buildstats' collect build statistics -# - 'image-prelink' in order to prelink the filesystem image -USER_CLASSES ?= "buildstats image-prelink" +USER_CLASSES ?= "buildstats" # # Runtime testing of images diff --git a/flavours/zephyr/local.conf.sample b/flavours/zephyr/local.conf.sample index 667247ba..5f191b57 100644 --- a/flavours/zephyr/local.conf.sample +++ b/flavours/zephyr/local.conf.sample @@ -134,8 +134,7 @@ PACKAGE_CLASSES ?= "package_rpm" # enable extra features. Some available options which can be included in this variable # are: # - 'buildstats' collect build statistics -# - 'image-prelink' in order to prelink the filesystem image -USER_CLASSES ?= "buildstats image-prelink" +USER_CLASSES ?= "buildstats" # # Runtime testing of images -- GitLab