diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-08-15 10:35:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-20 15:31:23 +0100 |
commit | c25fa77a4a123e2c7f4688b10a0cebfde8601dbd (patch) | |
tree | f69dd5d77586b1f71612dd73d8a891e989bf253e | |
parent | 7d471bce397b9bcb503c2b9c930fe6403f863977 (diff) | |
download | poky-c25fa77a4a123e2c7f4688b10a0cebfde8601dbd.tar.gz |
qemuppc: Change default tune to 74xx
We use mac99 as platform for qemuppc
lets choose a tuning thats appropriate for it
(From OE-Core rev: 9b5572b8014f23747f18a7e0ca30c7094c524920)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 48eecb73b6..93145a1e2f 100644 --- a/meta/conf/machine/qemuppc.conf +++ b/meta/conf/machine/qemuppc.conf | |||
@@ -3,7 +3,7 @@ | |||
3 | #@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation | 3 | #@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation |
4 | 4 | ||
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-ppc7400.inc |
7 | 7 | ||
8 | KERNEL_IMAGETYPE = "vmlinux" | 8 | KERNEL_IMAGETYPE = "vmlinux" |
9 | 9 | ||