Skip to content
Snippets Groups Projects
Commit 17010482 authored by Davide Gardenal's avatar Davide Gardenal
Browse files

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


This fixes oniro-image-[base, extra]-dev do_image_wic task.

Signed-off-by: Davide Gardenal's avatarDavide Gardenal <davide.gardenal@huawei.com>
parent 57ddacdd
No related branches found
No related tags found
1 merge request!137oniro-wic: bump seco-intel-b68 rootfs size to 3G
...@@ -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}"
......
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