From ab2cc00e9f47907dce2ef13a9557512c70cb1bff Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 13 Jul 2021 12:30:00 +0100 Subject: [PATCH] linux-seco: Enable CONFIG_SQUASHFS The root filesystem defaults to squashfs. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-ohos-core/recipes-kernel/linux/linux-seco_%.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-ohos-core/recipes-kernel/linux/linux-seco_%.bbappend diff --git a/meta-ohos-core/recipes-kernel/linux/linux-seco_%.bbappend b/meta-ohos-core/recipes-kernel/linux/linux-seco_%.bbappend new file mode 100644 index 00000000..04be9ac1 --- /dev/null +++ b/meta-ohos-core/recipes-kernel/linux/linux-seco_%.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