Skip to content
Snippets Groups Projects
Commit 91e0ae8b authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

linux-yocto: Enable CONFIG_SQUASHFS


The root filesystem defaults to squashfs.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 5145517f
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" ...@@ -7,6 +7,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux:"
SRC_URI += "file://fix-gcc-plugins-with-gcc-11.patch" SRC_URI += "file://fix-gcc-plugins-with-gcc-11.patch"
SRC_URI += "file://misc.cfg" SRC_URI += "file://misc.cfg"
SRC_URI += "file://squashfs.cfg"
SRC_URI += "file://hardening_allocator.cfg" SRC_URI += "file://hardening_allocator.cfg"
SRC_URI += "file://hardening_allocator_perf.cfg" SRC_URI += "file://hardening_allocator_perf.cfg"
SRC_URI += "file://hardening_disable_misc.cfg" SRC_URI += "file://hardening_disable_misc.cfg"
......
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
# Root filesystem is by default squashfs
CONFIG_SQUASHFS=y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment