From fef6a25ca3441521c934f55138371c48369718de Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Tue, 17 Mar 2026 14:12:05 +0100 Subject: [PATCH] ccmp1: remove deprecated image_types-stubi class This class was removed from meta-st-stm32mp layer for OpenSTLinux 6.2 release. https://onedigi.atlassian.net/browse/DEL-10021 Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/machine/ccmp13-dvk.conf | 2 +- meta-digi-arm/conf/machine/ccmp15-dvk.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.