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

linux-raspberrypi: Enable CONFIG_SQUASHFS


The root filesystem defaults to squashfs.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent bd87011a
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
FILESEXTRAPATHS_prepend := "${THISDIR}/linux:"
SRC_URI += "file://squashfs.cfg"
# Make rootfstype defined based on ROOT_FSTYPE (selected be wic configuration)
CMDLINE = "dwc_otg.lpm_enable=0 ${SERIAL} root=/dev/mmcblk0p2 rootfstype=${ROOT_FSTYPE} rootwait ro"
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