From: Richard Purdie Date: Thu, 31 Mar 2011 14:41:53 +0000 (+0100) Subject: poky.conf: Specify QEMU_TARGETS explicitly for now X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ab1045a236d87fe850b1b9628726f37128d93a5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky.conf: Specify QEMU_TARGETS explicitly for now Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 23ed93c7468..a19d344f7dd 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf @@ -152,6 +152,9 @@ BB_GENERATE_MIRROR_TARBALLS ??= "0" require conf/distro/include/world-broken.inc +QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" +# Other QEMU_TARGETS "mips64 mips64el sh4" + PREMIRRORS ?= "\ bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \