diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-01-14 16:57:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-14 16:57:09 +0000 |
commit | 2b925045877aeb44d9823a8c9515e8ab8fca1e52 (patch) | |
tree | 6c78a31ca7b1b9a321c9f325ce8c406d655c2f81 /meta-yocto | |
parent | eb7480fc4d7ee1894465277425e13c8d1697a5e5 (diff) | |
download | poky-2b925045877aeb44d9823a8c9515e8ab8fca1e52.tar.gz |
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>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 80dc853b5a..48a8cf5b77 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -45,8 +45,8 @@ DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}" | |||
45 | 45 | ||
46 | TCLIBCAPPEND = "" | 46 | TCLIBCAPPEND = "" |
47 | 47 | ||
48 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel ppc x86_64" | 48 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 ppc x86_64" |
49 | # Other QEMU_TARGETS "mips64 mips64el sh4" | 49 | # Other QEMU_TARGETS "mips64el sh4" |
50 | 50 | ||
51 | PREMIRRORS ??= "\ | 51 | PREMIRRORS ??= "\ |
52 | bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ | 52 | bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \ |