summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-05-24 18:33:38 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-05-24 18:36:09 +0200
commitbfed5b00ff2fedd4bb19e5e3727a087f34b2706b (patch)
tree2a0dc7a7d99dae330bb6809feb76f9c53b3fb0c1
parentf0dc9a2894fec5ab6594e36397c7c9f39b09475a (diff)
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 <max.krummenacher@toradex.com>
-rw-r--r--buildconf/local.conf2
1 files changed, 1 insertions, 1 deletions
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