From: Zubair Lutfullah Kakakhel Date: Wed, 19 Oct 2016 10:40:47 +0000 (+0100) Subject: poky.conf: Update QEMU_TARGETS and add mips64el X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98063183ecbe18750ee7036e71bbbbb3044a13ac;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky.conf: Update QEMU_TARGETS and add mips64el qemu-system-mips64el is unavailable which causes problems for runqemu Add mips64el to QEMU_TARGETS to build it. Signed-off-by: Zubair Lutfullah Kakakhel Signed-off-by: Richard Purdie --- diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf index ddf030a8611..570dc584b72 100644 --- a/meta-poky/conf/distro/poky.conf +++ b/meta-poky/conf/distro/poky.conf @@ -45,8 +45,8 @@ DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}" TCLIBCAPPEND = "" -QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 ppc x86_64" -# Other QEMU_TARGETS "mips64el sh4" +QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc x86_64" +# Other QEMU_TARGETS "sh4" PREMIRRORS ??= "\ bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \