From df04aee6c3c6d13c1eb1018d0cbcfa588a7afeb8 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Tue, 25 Jan 2022 17:05:55 +0100
Subject: [PATCH] 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 <andrei.gherzan@huawei.com>
---
 meta-oniro-core/conf/distro/include/oniro-wic.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oniro-core/conf/distro/include/oniro-wic.inc b/meta-oniro-core/conf/distro/include/oniro-wic.inc
index 01ebeee5..03690963 100644
--- a/meta-oniro-core/conf/distro/include/oniro-wic.inc
+++ b/meta-oniro-core/conf/distro/include/oniro-wic.inc
@@ -13,7 +13,7 @@ BOOT_PARTITION_SIZE ?= "512M"
 # Root partitions
 # No label as default filesystem is squashfs.
 # 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"
 ROOTA_PARTITION_SIZE = "${ROOT_PARTITION_SIZE}"
 ROOTB_PARTITION_SIZE = "${ROOT_PARTITION_SIZE}"
-- 
GitLab