mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 05:39:39 +01:00
qemuarm.conf: set vars for runqemu
These info are from old runqemu. (From OE-Core rev: f22f09f8e1bb24e92e9109fcd7a347277acedcce) 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
605d8b1ef0
commit
90ab47c6cf
@@ -10,3 +10,8 @@ KERNEL_IMAGETYPE = "zImage"
|
||||
|
||||
SERIAL_CONSOLES = "115200;ttyAMA0 115200;ttyAMA1"
|
||||
|
||||
# For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-arm"
|
||||
QB_MACHINE = "-machine versatilepb"
|
||||
QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200 console=tty"
|
||||
QB_OPT_APPEND = "-show-cursor -usb -usbdevice tablet"
|
||||
|
||||
Reference in New Issue
Block a user