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 12:07:31 +0100 |
commit | 90ab47c6cf6f580b6f76d5a7423d017cc478ae6c (patch) | |
tree | fbd2593d1c8cd9a609f499a53681eac642babee6 /meta/conf/machine | |
parent | 605d8b1ef0010efe845bf7f479fef18896c085e6 (diff) | |
download | poky-90ab47c6cf6f580b6f76d5a7423d017cc478ae6c.tar.gz |
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>
Diffstat (limited to 'meta/conf/machine')
-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 cdad03fc4d..34686cfe97 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
@@ -10,3 +10,8 @@ KERNEL_IMAGETYPE = "zImage" | |||
10 | 10 | ||
11 | SERIAL_CONSOLES = "115200;ttyAMA0 115200;ttyAMA1" | 11 | SERIAL_CONSOLES = "115200;ttyAMA0 115200;ttyAMA1" |
12 | 12 | ||
13 | # For runqemu | ||
14 | QB_SYSTEM_NAME = "qemu-system-arm" | ||
15 | QB_MACHINE = "-machine versatilepb" | ||
16 | QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200 console=tty" | ||
17 | QB_OPT_APPEND = "-show-cursor -usb -usbdevice tablet" | ||