aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-08-25 07:40:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-05 11:56:55 +0100
commit6f0844e3ec1a2ab08d5c387591dbf88f655a7ddd (patch)
tree3074ad4c2ebb889b159efb13c8cc376e6a48bc33
parent9a283dad04278cc13a3e2804768c3a661549eb88 (diff)
downloadopenembedded-core-contrib-6f0844e3ec1a2ab08d5c387591dbf88f655a7ddd.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.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf
index cdad03fc4d..34686cfe97 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"