ccmp1: don't build additional UBI/UBIFS images via meta-st-stm32mp layer

Through the inclusion of 'nand-4-256' in BOOTDEVICE_LABELS, the include
file 'st-machine-common-stm32mp.inc' adds strings to MULTIUBI_BUILD and
IMAGE_FSTYPES that result in building ubi and ubifs images.
These are redundant and not needed since meta-digi's
'image_types_digi.bbclass' already generates the needed ubifs images.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>

https://onedigi.atlassian.net/browse/DEL-8714
This commit is contained in:
Hector Palacios 2023-10-03 08:43:29 +02:00 committed by Arturo Buzarra
parent 54a4e5779d
commit 8fb4832433
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@ BOOTDEVICE_LABELS ?= "nand-4-256"
# Supported boot schemes # Supported boot schemes
BOOTSCHEME_LABELS ?= "optee" BOOTSCHEME_LABELS ?= "optee"
# Remove NAND-based ubi/ubifs images added by st-machine-common-stm32mp.inc
# because image_types_digi.bbclass already builds their own.
MULTIUBI_BUILD:remove = "nand_4_256"
IMAGE_FSTYPES:remove = "stmultiubi"
# Wic files # Wic files
WKS_FILE += "ccmp1.wks.in" WKS_FILE += "ccmp1.wks.in"
WKS_FILE_DEPENDS ?= " \ WKS_FILE_DEPENDS ?= " \