diff --git a/meta-oniro-core/conf/distro/include/oniro-wic.inc b/meta-oniro-core/conf/distro/include/oniro-wic.inc index 0369096327727aebc4a4abb72c37949c963723c1..fa644736babe06280e9fd1c1af452cc890312027 100644 --- a/meta-oniro-core/conf/distro/include/oniro-wic.inc +++ b/meta-oniro-core/conf/distro/include/oniro-wic.inc @@ -13,7 +13,7 @@ BOOT_PARTITION_SIZE ?= "512M" # Root partitions # No label as default filesystem is squashfs. # The SECO B68 board pulls in almost half a Gigabyte worth of linux-firmware. -ROOT_PARTITION_SIZE_seco-intel-b68 ?= "2G" +ROOT_PARTITION_SIZE:seco-intel-b68 ?= "2G" ROOT_PARTITION_SIZE ?= "1G" ROOTA_PARTITION_SIZE = "${ROOT_PARTITION_SIZE}" ROOTB_PARTITION_SIZE = "${ROOT_PARTITION_SIZE}"