diff --git a/meta-digi-arm/conf/machine/ccmp13-dvk.conf b/meta-digi-arm/conf/machine/ccmp13-dvk.conf index 79b1aaf71..75ecea431 100644 --- a/meta-digi-arm/conf/machine/ccmp13-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp13-dvk.conf @@ -119,7 +119,7 @@ ST_DEBUG_TRACE = "0" # ========================================================================= # DEY settings # ========================================================================= -IMAGE_CLASSES = "image_types_digi image_types-stubi" +IMAGE_CLASSES = "image_types_digi" # mkfs.ubifs parameters for boot partition (the one holding kernel and device tree files) # Max LEB count (-c 255) calculated for a partition of up to 32 MiB considering 128 KiB erase-block size. diff --git a/meta-digi-arm/conf/machine/ccmp15-dvk.conf b/meta-digi-arm/conf/machine/ccmp15-dvk.conf index a0ca37532..d54090031 100644 --- a/meta-digi-arm/conf/machine/ccmp15-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp15-dvk.conf @@ -135,7 +135,7 @@ ST_DEBUG_TRACE = "0" # ========================================================================= # DEY settings # ========================================================================= -IMAGE_CLASSES = "image_types_digi image_types-stubi" +IMAGE_CLASSES = "image_types_digi" # mkfs.ubifs parameters for boot partition (the one holding kernel and device tree files) # Max LEB count (-c 255) calculated for a partition of up to 32 MiB considering 128 KiB erase-block size.