From bfed5b00ff2fedd4bb19e5e3727a087f34b2706b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 24 May 2021 18:33:38 +0200 Subject: local.conf: stop including image-mklibs.bbclass Openembedded core no longer provides the class. Remove it. See commit 908df863b4 ("mklibs: remove recipes and class") Signed-off-by: Max Krummenacher --- buildconf/local.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf/local.conf b/buildconf/local.conf index 5b68915..2c85409 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -150,7 +150,7 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks package-management" # - 'image-prelink' in order to prelink the filesystem image # 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-mklibs image-prelink" +USER_CLASSES ?= "buildstats image-prelink" # # Runtime testing of images -- cgit v1.2.3