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 <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2026-03-17 14:12:05 +01:00
parent 2ec067c6ee
commit fef6a25ca3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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