diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-11-23 13:47:28 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-30 15:47:12 +0000 |
commit | bd565243d75d0d13360a86aef6acaa594875b849 (patch) | |
tree | 38963dc34517bd821d88b5792b91474700ca688f /meta/recipes-devtools/qemu | |
parent | 8369b3568828b1dcff0f3a061a18367f018ac447 (diff) | |
download | openembedded-core-bd565243d75d0d13360a86aef6acaa594875b849.tar.gz openembedded-core-bd565243d75d0d13360a86aef6acaa594875b849.tar.bz2 openembedded-core-bd565243d75d0d13360a86aef6acaa594875b849.zip |
qemu: Disable qemu on target for MIPS
Disable building qemu on MIPS N64 and N32.
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu_2.7.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu_2.7.0.bb b/meta/recipes-devtools/qemu/qemu_2.7.0.bb index cef181dcea..2b5cc5e01a 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 |