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:
parent
d3a7fef257
commit
dde01fe03c
|
|
@ -51,6 +51,11 @@ BOOTDEVICE_LABELS ?= "nand-4-256"
|
|||
# Supported boot schemes
|
||||
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
|
||||
WKS_FILE += "ccmp1.wks.in"
|
||||
WKS_FILE_DEPENDS ?= " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue