]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemuppc: Change default tune to 74xx
authorKhem Raj <raj.khem@gmail.com>
Thu, 15 Aug 2013 17:35:27 +0000 (10:35 -0700)
committerSaul Wold <sgw@linux.intel.com>
Tue, 20 Aug 2013 14:09:05 +0000 (07:09 -0700)
We use mac99 as platform for qemuppc
lets choose a tuning thats appropriate for it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/conf/machine/qemuppc.conf

index 48eecb73b6aa62038a33ba0d398ebb869032433c..93145a1e2fa1e71eaf3b6a2ee8dd21ec8c97ca9c 100644 (file)
@@ -3,7 +3,7 @@
 #@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation
 
 require conf/machine/include/qemu.inc
-require conf/machine/include/tune-ppc603e.inc
+require conf/machine/include/tune-ppc7400.inc
 
 KERNEL_IMAGETYPE = "vmlinux"