summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorPeter Seebach <peter.seebach@windriver.com>2014-08-14 20:42:47 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 09:26:12 +0100
commited3b6ed10df0993f0a9b14806827bff2911875fa (patch)
tree6f3c16eff7874b44cd77bbf205a370375be610ac /meta/conf
parentf9e6b7e618fa3b1875f4af964e727482de0a9267 (diff)
downloadast2050-yocto-poky-ed3b6ed10df0993f0a9b14806827bff2911875fa.zip
ast2050-yocto-poky-ed3b6ed10df0993f0a9b14806827bff2911875fa.tar.gz
qemumips.conf: Default to (and support) mips32r2
The MIPS emulation for qemumips actually supports mips32r2: isa : mips1 mips2 mips32r1 mips32r2 We should probably use that tuning file. This implicitly changes the default value of DEFAULTTUNE to mips32r2. (From OE-Core rev: 5d64516d81750e4e0d65792a3215568d652bec6c) Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/machine/qemumips.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemumips.conf b/meta/conf/machine/qemumips.conf
index ce1c419..d9d2421 100644
--- a/meta/conf/machine/qemumips.conf
+++ b/meta/conf/machine/qemumips.conf
@@ -3,7 +3,7 @@
#@DESCRIPTION: mti_malta32_be
require conf/machine/include/qemu.inc
-require conf/machine/include/tune-mips32.inc
+require conf/machine/include/tune-mips32r2.inc
KERNEL_IMAGETYPE = "vmlinux"
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
OpenPOWER on IntegriCloud