]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
runqemu: add QB_KERNEL_CMDLINE
authorRaju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com>
Wed, 15 Jun 2022 13:10:24 +0000 (18:40 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Jun 2022 16:57:39 +0000 (17:57 +0100)
commit98f4bf980c378cc541b220d79ee006bf2fae9ae8
treea2725e01921dda2d1bea92a790a91158faaf9045
parent91cd99267157e860a108282aee13e162e8c10572
runqemu: add QB_KERNEL_CMDLINE

runqemu auto generating the KERNEL_CMDLINE values and specifying using
-append option to qemu boot command which will lead to override the
kernel_cmdline/bootargs which are specified in DTB when using -dtb option.
Add new macro QB_KERNEL_CMDLINE to specify not to add the runqemu
generated KERNEL_CMDLINE values instead use which are in the DTB if
value defined as 'none'.
Add provision to override bootargs using # runqemu bootparams="root=/dev/ram0"

Signed-off-by: Raju Kumar Pothuraju <raju.kumar-pothuraju@xilinx.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu