From 37d3b1210e19365fad7102a405bed087f57cdde3 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 25 Feb 2022 15:48:08 -0600 Subject: treewide: remove image-prelink bbclass usage Upstream has removed the image-prelink bbclass[1], so remove it from any local.conf.sample that still has it enabled. 1. https://git.openembedded.org/openembedded-core/commit/?id=857baaf9e3d181ca18264e85d90b899fd94acff9 Signed-off-by: Patrick Williams Change-Id: I70f42f8816f5dea207fcf5c34837d6796b3f6bb6 --- meta-amd/meta-ethanolx/conf/local.conf.sample | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-amd') diff --git a/meta-amd/meta-ethanolx/conf/local.conf.sample b/meta-amd/meta-ethanolx/conf/local.conf.sample index d09cabf3ec..ae0ecf276b 100644 --- a/meta-amd/meta-ethanolx/conf/local.conf.sample +++ b/meta-amd/meta-ethanolx/conf/local.conf.sample @@ -148,11 +148,10 @@ 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 # - '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-prelink" +USER_CLASSES ?= "buildstats" # # Runtime testing of images -- cgit v1.2.3