Skip to content
Snippets Groups Projects
Verified Commit 41b8d700 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

x-wic.inc: Bump rootfs size for SECO B68 to 1.5GiB


This machine pulls in almost 0.5GiB of linux-firmware so let's have
enough space for this specific one.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent f23c6f7a
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
# and strategies. # and strategies.
BOOT_PARTITION_SIZE ?= "512M" BOOT_PARTITION_SIZE ?= "512M"
# The SECO B68 board pulls in almost half a Gigabyte worth of linux-firmware.
ROOTA_PARTITION_SIZE_seco-intel-b68 ?= "1536M"
ROOTA_PARTITION_SIZE ?= "1G" ROOTA_PARTITION_SIZE ?= "1G"
ROOTB_PARTITION_SIZE ?= "${ROOTA_PARTITION_SIZE}" ROOTB_PARTITION_SIZE ?= "${ROOTA_PARTITION_SIZE}"
DEVICEDATA_PARTITION_SIZE ?= "8M" DEVICEDATA_PARTITION_SIZE ?= "8M"
......
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