Skip to content
Snippets Groups Projects
Verified Commit 81d00289 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

linux-raspberrypi: CMDLINE is not handled by a rpi-cmdline recipe


The BSP layer migrated to a separate recipe for cmdline: rpi-cmdline.
Align accordingly.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent d8ebcf41
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
# Make rootfstype defined based on ROOT_FSTYPE (selected by wic configuration)
CMDLINE_ROOT_FSTYPE = "rootfstype=${ROOT_FSTYPE} ro"
...@@ -5,6 +5,3 @@ ...@@ -5,6 +5,3 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/linux:" FILESEXTRAPATHS:prepend := "${THISDIR}/linux:"
SRC_URI += "file://squashfs.cfg" 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