From d545fe0a1481043cb0211562e3455d6ff58fda79 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Tue, 17 Sep 2024 14:17:28 +0200 Subject: [PATCH] ccmp25-dvk: default to use dey-image-webkit on installers This image is the one that contains the Get Started demo. Signed-off-by: Hector Palacios --- meta-digi-arm/conf/machine/ccmp25-dvk.conf | 2 +- sdk/build-github.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/conf/machine/ccmp25-dvk.conf b/meta-digi-arm/conf/machine/ccmp25-dvk.conf index 7298a5d10..910a8df35 100644 --- a/meta-digi-arm/conf/machine/ccmp25-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp25-dvk.conf @@ -109,7 +109,7 @@ IMAGE_FSTYPES += '${@bb.utils.contains("IMAGE_FEATURES", "read-only-rootfs", \ "boot.vfat recovery.vfat ext4.gz tar.bz2", d)}' # Default image for install scripts -DEFAULT_IMAGE_NAME ?= "dey-image-qt" +DEFAULT_IMAGE_NAME ?= "dey-image-webkit" # Wic files WKS_FILES += " \ diff --git a/sdk/build-github.sh b/sdk/build-github.sh index e0e274d90..2534961b7 100755 --- a/sdk/build-github.sh +++ b/sdk/build-github.sh @@ -157,7 +157,7 @@ done<<-_EOF_ ccimx6ulstarter core-image-base ccmp15-dvk dey-image-webkit ccmp13-dvk core-image-base - ccmp25-dvk dey-image-qt + ccmp25-dvk dey-image-webkit ccimx91-dvk core-image-base ccimx93-dvk dey-image-qt _EOF_