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

u-boot-stm32mp-extlinux: Pass ro to kernel cmdline


Default configuration uses `rw`. We default now to read-only root
filesystems so we switch the argument accordingly.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent a22f64be
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
UBOOT_EXTLINUX_KERNEL_ARGS = "rootwait ro"
inherit deploy inherit deploy
do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}/bootloader/extlinux" do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}/bootloader/extlinux"
......
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