ccmp1: remove spurious UBI/UBIFS images
In theory, we already had the necessary changes to remove these images, but
two things needed tweaking:
* MULTIUBI_BUILD values use underscores instead of hyphens, so use
underscores to properly remove the default value inherited from
BOOTDEVICE_LABELS.
* STM used to incorporate a custom "stmultiubi" image type in the stm32mp
builds, but they've replaced this with the upstream "multiubi" type.
Reflect this change to avoid generating additional UBI/UBIFS images in
our builds.
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
e60dbe03cb
commit
e03ef8941c
|
|
@ -85,8 +85,8 @@ BOOTDEVICE_LABELS ?= "nand-4-256-1024 usb"
|
|||
|
||||
# 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-1024"
|
||||
IMAGE_FSTYPES:remove = "stmultiubi"
|
||||
MULTIUBI_BUILD:remove = "nand_4_256_1024"
|
||||
IMAGE_FSTYPES:remove = "multiubi"
|
||||
|
||||
# Wic files
|
||||
WKS_FILE_DEPENDS ?= " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue