summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/machine/qemuppc.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf
index bf0038ddba..580bbca6c6 100644
--- a/meta/conf/machine/qemuppc.conf
+++ b/meta/conf/machine/qemuppc.conf
@@ -11,3 +11,10 @@ KERNEL_IMAGETYPE = "vmlinux"
11 11
12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1" 12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1"
13 13
14# For runqemu
15QB_SYSTEM_NAME = "qemu-system-ppc"
16QB_MACHINE = "-machine mac99"
17QB_CPU = "-cpu G4"
18QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
19QB_OPT_APPEND = "-show-cursor -usb -usbdevice tablet"
20QB_TAP_OPT = "-net tap,vlan=0,ifname=@TAP@,script=no,downscript=no -net nic,model=pcnet"