From a15d1bd205111cb743ddcb3df094c114b2c9567a Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Tue, 13 Jul 2021 12:30:18 +0100
Subject: [PATCH] linux-stm32mp: Enable CONFIG_SQUASHFS

The root filesystem defaults to squashfs.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .../recipes-kernel/linux/linux-stm32mp_%.bbappend          | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 meta-ohos-core/recipes-kernel/linux/linux-stm32mp_%.bbappend

diff --git a/meta-ohos-core/recipes-kernel/linux/linux-stm32mp_%.bbappend b/meta-ohos-core/recipes-kernel/linux/linux-stm32mp_%.bbappend
new file mode 100644
index 00000000..04be9ac1
--- /dev/null
+++ b/meta-ohos-core/recipes-kernel/linux/linux-stm32mp_%.bbappend
@@ -0,0 +1,7 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux:"
+
+SRC_URI += "file://squashfs.cfg"
-- 
GitLab