mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
runqemu: simplify checking for iso and ramfs
(From OE-Core rev: 69a1fca4374797dea56035ce56a17441a2ca9280) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3610329929
commit
e469bb722e
@@ -593,12 +593,12 @@ if [ "$MACHINE" = "qemuzynq" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "x$RAMFS" = "xtrue" ]; then
|
||||
if [ "$FSTYPE" = "cpio.gz" ]; then
|
||||
QEMUOPTIONS="-initrd $ROOTFS -nographic"
|
||||
KERNCMDLINE="root=/dev/ram0 console=ttyS0 debugshell"
|
||||
fi
|
||||
|
||||
if [ "x$ISOFS" = "xtrue" ]; then
|
||||
if [ "$FSTYPE" = "iso" ]; then
|
||||
QEMUOPTIONS="$QEMU_NETWORK_CMD -cdrom $ROOTFS $QEMU_UI_OPTIONS"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user