summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <texier.pj2@gmail.com>2021-08-08 14:00:48 +0200
committerAndrei Gherzan <andrei@gherzan.com>2021-08-09 15:23:22 +0300
commit0df167c61f30619834f719bc38d2d612c9c70595 (patch)
treefd3c4567bcea38b5ceb0836e57c5d4346e76668b
parent3abe06359a6cabe368e6f4a99e380986a8b2bbbe (diff)
downloadmeta-raspberrypi-0df167c61f30619834f719bc38d2d612c9c70595.tar.gz
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>
-rw-r--r--kas-poky-rpi.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kas-poky-rpi.yml b/kas-poky-rpi.yml
index 7430009..2ab4770 100644
--- a/kas-poky-rpi.yml
+++ b/kas-poky-rpi.yml
@@ -45,7 +45,7 @@ local_conf_header:
45 CONF_VERSION = "2" 45 CONF_VERSION = "2"
46 PACKAGE_CLASSES = "package_rpm" 46 PACKAGE_CLASSES = "package_rpm"
47 SDKMACHINE = "x86_64" 47 SDKMACHINE = "x86_64"
48 USER_CLASSES = "buildstats image-prelink" 48 USER_CLASSES = "buildstats"
49 PATCHRESOLVE = "noop" 49 PATCHRESOLVE = "noop"
50 debug-tweaks: | 50 debug-tweaks: |
51 EXTRA_IMAGE_FEATURES = "debug-tweaks" 51 EXTRA_IMAGE_FEATURES = "debug-tweaks"