diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-08-25 07:40:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 11:52:10 +0100 |
commit | f22f09f8e1bb24e92e9109fcd7a347277acedcce (patch) | |
tree | f4dcd35ccc3458f2175f290e4d5f913b5fc46f31 | |
parent | 1675e9b89e00b875d0da13411a2a939aa4ba5298 (diff) | |
download | openembedded-core-contrib-f22f09f8e1bb24e92e9109fcd7a347277acedcce.tar.gz |
qemuarm.conf: set vars for runqemu
These info are from old runqemu.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/machine/qemuarm.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index cdad03fc4d5..34686cfe976 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf @@ -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" |