[oe-commits] Peter Seebach : qemumips.conf: Default to (and support) mips32r2

git at git.openembedded.org git at git.openembedded.org
Fri Aug 22 17:35:29 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 3e4b425400e4192b893bed9b24da8a70c3451666
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3e4b425400e4192b893bed9b24da8a70c3451666

Author: Peter Seebach <peter.seebach at windriver.com>
Date:   Thu Aug 14 20:42:47 2014 -0500

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.

Signed-off-by: Peter Seebach <peter.seebach at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/machine/qemumips.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"



More information about the Openembedded-commits mailing list