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:
parent
2ec067c6ee
commit
fef6a25ca3
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue