[oe-commits] [openembedded-core] 02/11: qemumips64: change tune to mips64r2

git at git.openembedded.org git at git.openembedded.org
Thu Mar 21 23:33:45 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 83d6b093321f23582aa8ef2b37a33f8978edd4e3
Author: Joe Slater <joe.slater at windriver.com>
AuthorDate: Tue Mar 19 17:54:10 2019 -0700

    qemumips64: change tune to mips64r2
    
    Allows for mips32 multilib to be mips32r2, like qemumips.
    
    Signed-off-by: Joe Slater <joe.slater at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/machine/qemumips64.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/conf/machine/qemumips64.conf b/meta/conf/machine/qemumips64.conf
index a166a10..970c0ce 100644
--- a/meta/conf/machine/qemumips64.conf
+++ b/meta/conf/machine/qemumips64.conf
@@ -3,9 +3,11 @@
 #@DESCRIPTION: mti-malta64-be
 
 require conf/machine/include/qemu.inc
-require conf/machine/include/tune-mips64.inc
+require conf/machine/include/tune-mips64r2.inc
 require conf/machine/include/qemuboot-mips.inc
 
+QB_CPU = "-cpu MIPS64R2-generic"
+
 KERNEL_IMAGETYPE = "vmlinux"
 KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list