[OE-core] [PATCH V5 02/10] qemuarm.conf: set vars for runqemu

Robert Yang liezhi.yang at windriver.com
Thu Aug 25 14:40:59 UTC 2016


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"
-- 
2.9.0




More information about the Openembedded-core mailing list