diff --git a/meta-oniro-core/conf/distro/include/oniro-wic.inc b/meta-oniro-core/conf/distro/include/oniro-wic.inc index 3e57f985a03ecf17566c7a0e73b1318b1ccf244f..c5448524c2547ae5f7b3f09fc6b36885dd914484 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 ?= "3G" ROOT_PARTITION_SIZE ?= "1G" ROOTA_PARTITION_SIZE = "${ROOT_PARTITION_SIZE}" ROOTB_PARTITION_SIZE = "${ROOT_PARTITION_SIZE}"