From ba8680ec519d8e559931d0bbd8d612834c521ca6 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Tue, 25 Jan 2022 17:09:06 +0100
Subject: [PATCH] oniro-wic.inc: Fix override syntax

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 03690963..fa644736 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 ?= "2G"
+ROOT_PARTITION_SIZE:seco-intel-b68 ?= "2G"
 ROOT_PARTITION_SIZE ?= "1G"
 ROOTA_PARTITION_SIZE = "${ROOT_PARTITION_SIZE}"
 ROOTB_PARTITION_SIZE = "${ROOT_PARTITION_SIZE}"
-- 
GitLab