From 41b8d70039dff6e05975a76c435b3c13625bcf62 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Fri, 28 May 2021 12:18:05 +0100 Subject: [PATCH] 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 <andrei.gherzan@huawei.com> --- meta-ohos-core/conf/distro/include/x-wic.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-ohos-core/conf/distro/include/x-wic.inc b/meta-ohos-core/conf/distro/include/x-wic.inc index 3c99d223..05ed8886 100644 --- a/meta-ohos-core/conf/distro/include/x-wic.inc +++ b/meta-ohos-core/conf/distro/include/x-wic.inc @@ -7,6 +7,8 @@ # and strategies. 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" ROOTB_PARTITION_SIZE ?= "${ROOTA_PARTITION_SIZE}" DEVICEDATA_PARTITION_SIZE ?= "8M" -- GitLab