Skip to content
Snippets Groups Projects
Unverified Commit df04aee6 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

oniro-wic.inc: Bump rootfs size for B68


With the master/kirkstone update, the rootfs grew by around 0.5G.
Accomodate this growth for now in the wic configuration.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 47bc0d51
No related branches found
No related tags found
No related merge requests found
...@@ -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 ?= "1536M" ROOT_PARTITION_SIZE_seco-intel-b68 ?= "2G"
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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment