[oe-commits] [openembedded-core] 87/103: qemuppc.conf: set vars for runqemu

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 09:02:46 UTC 2016


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

commit a77f1bd9543f1ec110f672b199e7b93726b00844
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Thu Aug 25 07:41:03 2016 -0700

    qemuppc.conf: set vars for runqemu
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/machine/qemuppc.conf | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf
index bf0038d..580bbca 100644
--- a/meta/conf/machine/qemuppc.conf
+++ b/meta/conf/machine/qemuppc.conf
@@ -11,3 +11,10 @@ KERNEL_IMAGETYPE = "vmlinux"
 
 SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1"
 
+# For runqemu
+QB_SYSTEM_NAME = "qemu-system-ppc"
+QB_MACHINE = "-machine mac99"
+QB_CPU = "-cpu G4"
+QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
+QB_OPT_APPEND = "-show-cursor -usb -usbdevice tablet"
+QB_TAP_OPT = "-net tap,vlan=0,ifname=@TAP@,script=no,downscript=no -net nic,model=pcnet"

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


More information about the Openembedded-commits mailing list