poky.conf: add support for running mips64 qemu machine

qemumips64 machine lacks a qemu system emulator,
so add it.

Fix for [YOCTO #7082].

(From meta-yocto rev: 881f334879a42934ba50281c558eefcd8a74ad9e)

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Cristian Iorga 2015-01-14 16:57:23 +02:00 committed by Richard Purdie
parent eb7480fc4d
commit 2b92504587
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}"
TCLIBCAPPEND = ""
QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel ppc x86_64"
# Other QEMU_TARGETS "mips64 mips64el sh4"
QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 ppc x86_64"
# Other QEMU_TARGETS "mips64el sh4"
PREMIRRORS ??= "\
bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \