[oe-commits] [openembedded-core] 02/16: qemuarm.conf: set vars for runqemu

git at git.openembedded.org git at git.openembedded.org
Sat Aug 20 15:18:52 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 8961901fd2a092e9f05f6c6470e5464de9287b1c
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Tue May 10 00:17:10 2016 -0700

    qemuarm.conf: set vars for runqemu
    
    These info are from old runqemu.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/conf/machine/qemuarm.conf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf
index cdad03f..34686cf 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list