diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-08-25 07:41:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:07:32 +0100 |
commit | 18c7c0daef54fb0a0e0e7cf5e91b32c981c4a267 (patch) | |
tree | c2bfdd44245e43ca47883c38e1b7b500a4e75ec5 /meta/conf/machine | |
parent | 09a77107e7e5b407999830143505708c6b9bddc3 (diff) | |
download | poky-18c7c0daef54fb0a0e0e7cf5e91b32c981c4a267.tar.gz |
qemuppc.conf: set vars for runqemu
(From OE-Core rev: 2c8e5657cafafe848c7e7c714e5e73bb82799d65)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/qemuppc.conf | 7 |
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 | ||
12 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1" | 12 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1" |
13 | 13 | ||
14 | # For runqemu | ||
15 | QB_SYSTEM_NAME = "qemu-system-ppc" | ||
16 | QB_MACHINE = "-machine mac99" | ||
17 | QB_CPU = "-cpu G4" | ||
18 | QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty" | ||
19 | QB_OPT_APPEND = "-show-cursor -usb -usbdevice tablet" | ||
20 | QB_TAP_OPT = "-net tap,vlan=0,ifname=@TAP@,script=no,downscript=no -net nic,model=pcnet" | ||