[oe-commits] [openembedded-core] 34/76: qemu: Disable qemu on target for MIPS

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 15:49:19 UTC 2016


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

commit bd565243d75d0d13360a86aef6acaa594875b849
Author: Zubair Lutfullah Kakakhel <Zubair.Kakakhel at imgtec.com>
AuthorDate: Wed Nov 23 13:47:28 2016 +0000

    qemu: Disable qemu on target for MIPS
    
    Disable building qemu on MIPS N64 and N32.
    
    Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel at imgtec.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/qemu/qemu_2.7.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/qemu/qemu_2.7.0.bb b/meta/recipes-devtools/qemu/qemu_2.7.0.bb
index cef181d..2b5cc5e 100644
--- a/meta/recipes-devtools/qemu/qemu_2.7.0.bb
+++ b/meta/recipes-devtools/qemu/qemu_2.7.0.bb
@@ -19,7 +19,8 @@ SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2"
 SRC_URI[md5sum] = "08d4d06d1cb598efecd796137f4844ab"
 SRC_URI[sha256sum] = "326e739506ba690daf69fc17bd3913a6c313d9928d743bd8eddb82f403f81e53"
 
-COMPATIBLE_HOST_class-target_mips64 = "null"
+COMPATIBLE_HOST_mipsarchn32 = "null"
+COMPATIBLE_HOST_mipsarchn64 = "null"
 
 do_install_append() {
     # Prevent QA warnings about installed ${localstatedir}/run

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


More information about the Openembedded-commits mailing list