Skip to content
Snippets Groups Projects

oniro-wic: bump seco-intel-b68 rootfs size to 3G

Merged Davide Gardenal requested to merge tony3oo3/oniro:tony/fix_524 into kirkstone
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -13,7 +13,7 @@ BOOT_PARTITION_SIZE ?= "512M"
@@ -13,7 +13,7 @@ BOOT_PARTITION_SIZE ?= "512M"
# Root partitions
# Root partitions
# No label as default filesystem is squashfs.
# No label as default filesystem is squashfs.
# The SECO B68 board pulls in almost half a Gigabyte worth of linux-firmware.
# 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"
ROOT_PARTITION_SIZE ?= "1G"
ROOTA_PARTITION_SIZE = "${ROOT_PARTITION_SIZE}"
ROOTA_PARTITION_SIZE = "${ROOT_PARTITION_SIZE}"
ROOTB_PARTITION_SIZE = "${ROOT_PARTITION_SIZE}"
ROOTB_PARTITION_SIZE = "${ROOT_PARTITION_SIZE}"
Loading