Browse Source

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>
Pierre-Jean Texier 4 years ago
parent
commit
0df167c61f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kas-poky-rpi.yml

+ 1 - 1
kas-poky-rpi.yml

@@ -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"