[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3149/8267] poky.conf: Update QEMU_TARGETS and add mips64el



commit 3ef021ede1e285972389f09d6fac0fccdc5af901
Author: Zubair Lutfullah Kakakhel <Zubair Kakakhel imgtec com>
Date:   Wed Oct 19 11:40:47 2016 +0100

    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.
    
    (From meta-yocto rev: 98063183ecbe18750ee7036e71bbbbb3044a13ac)
    
    Signed-off-by: Zubair Lutfullah Kakakhel <Zubair Kakakhel imgtec com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta-poky/conf/distro/poky.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
index ddf030a..570dc58 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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]