kas: local.conf: disable prelink

Keep configuration synchronized with OE-Core, see [1].

[1] - http://git.openembedded.org/openembedded-core/commit/?id=f9719cc1c3fe9d380336e7af418daf27473b2e8b

Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
This commit is contained in:
Pierre-Jean Texier 2021-08-08 14:00:48 +02:00 committed by Andrei Gherzan
parent 3abe06359a
commit 0df167c61f

View File

@ -45,7 +45,7 @@ local_conf_header:
CONF_VERSION = "2"
PACKAGE_CLASSES = "package_rpm"
SDKMACHINE = "x86_64"
USER_CLASSES = "buildstats image-prelink"
USER_CLASSES = "buildstats"
PATCHRESOLVE = "noop"
debug-tweaks: |
EXTRA_IMAGE_FEATURES = "debug-tweaks"