diff options
-rw-r--r-- | 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 ddf030a861..570dc584b7 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}" | |||
45 | 45 | ||
46 | TCLIBCAPPEND = "" | 46 | TCLIBCAPPEND = "" |
47 | 47 | ||
48 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 ppc x86_64" | 48 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc x86_64" |
49 | # Other QEMU_TARGETS "mips64el sh4" | 49 | # Other QEMU_TARGETS "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 \ |