diff options
author | Liming Wang <liming.wang@windriver.com> | 2012-01-04 18:29:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-17 14:53:17 +0000 |
commit | 523f6b69c61af52b699bd27da460c1e917e7734c (patch) | |
tree | b447461b593448d64a70a66f79678e03eff7d302 /meta/conf | |
parent | 573daf67349d12576fabbdeee403786fc7ef479b (diff) | |
download | poky-523f6b69c61af52b699bd27da460c1e917e7734c.tar.gz |
qemuppc: replace emulation of qemuppc from prep to mac99
With this new emulation, existing qemuppc functionality is maintained
and other functionality such as framebuffer + sato and NFS boot are
added.
(From OE-Core rev: 52ea026df141ea23bbab38ad3a9733c15097eaa4)
Signed-off-by: Liming Wang <liming.wang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/qemuppc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf index bcc408f4de..48eecb73b6 100644 --- a/meta/conf/machine/qemuppc.conf +++ b/meta/conf/machine/qemuppc.conf | |||
@@ -5,7 +5,7 @@ | |||
5 | require conf/machine/include/qemu.inc | 5 | require conf/machine/include/qemu.inc |
6 | require conf/machine/include/tune-ppc603e.inc | 6 | require conf/machine/include/tune-ppc603e.inc |
7 | 7 | ||
8 | KERNEL_IMAGETYPE = "zImage" | 8 | KERNEL_IMAGETYPE = "vmlinux" |
9 | 9 | ||
10 | SERIAL_CONSOLE = "115200 ttyS0" | 10 | SERIAL_CONSOLE = "115200 ttyS0" |
11 | 11 | ||