Browse Source

dubhe: setup.sh: Update user class configuration

Remove image-prelink parameter as in kirkstone release, the image-prelink class was removed.

Signed-off-by: yang.lee <yang.lee@starfivetech.com>
yang.lee 1 year ago
parent
commit
8a58fc2fcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.sh

+ 1 - 1
setup.sh

@@ -68,7 +68,7 @@ MACHINE ?= "${MACHINE}"
 EXTRA_IMAGE_FEATURES:append = " package-management"
 PACKAGECONFIG:append:pn-qemu-native = " sdl"
 PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"
-USER_CLASSES ?= "buildstats buildhistory buildstats-summary image-prelink"
+USER_CLASSES ?= "buildstats buildhistory buildstats-summary"
 
 require conf/distro/include/no-static-libs.inc
 require conf/distro/include/yocto-uninative.inc