From 6f0844e3ec1a2ab08d5c387591dbf88f655a7ddd Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 25 Aug 2016 07:40:59 -0700 Subject: qemuarm.conf: set vars for runqemu These info are from old runqemu. Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- 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 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" -- cgit 1.2.3-korg