From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1OYiUF-0000Yk-GS for openembedded-devel@lists.openembedded.org; Tue, 13 Jul 2010 18:37:59 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id o6DGbbDC013456 for ; Tue, 13 Jul 2010 17:37:37 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13203-04 for ; Tue, 13 Jul 2010 17:37:33 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id o6DGbS0E013450 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 13 Jul 2010 17:37:29 +0100 From: Richard Purdie To: openembedded-devel@lists.openembedded.org In-Reply-To: <4C3B5573.9010207@mentor.com> References: <4C3AA282.3030006@gmail.com> <1278946668.28835.769.camel@rex> <4C3B5573.9010207@mentor.com> Date: Tue, 13 Jul 2010 17:37:22 +0100 Message-ID: <1279039042.28835.1133.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-Virus-Scanned: amavisd-new at rpsys.net X-SA-Exim-Connect-IP: 93.97.173.237 X-SA-Exim-Mail-From: rpurdie@rpsys.net X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC, TVD_RCVD_IP autolearn=no version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: canadian-cross sdk? X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 16:38:00 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2010-07-12 at 10:48 -0700, Tom Rini wrote: > Richard Purdie wrote: > > On Mon, 2010-07-12 at 11:05 +0600, Dmitry Vinokurov wrote: > >> This question is important for me to. I'm running OE on linux-x86_64 > >> machine and want to build ARM toolchain for linux-x86 machine. I've > >> asked about it on #irc and CruX| gave me config for building mingw32 > >> toolchain, it's in attachment and maybe it'll be helpful for you. > >> Unfortunately, I couldn't adapt this config for my task, OE tries to > >> build mingw all the same. > >> > >> It would be great if someone explain how to build canadian cross SDK. I > >> haven't found nothing helpful about it neither in documentation nor in > >> ML archives but it is very important question I think. > > > > The canadian toolchain bits in OE are still in need to some attention to > > fully enable the case where the build machine is not the same as the > > machine you want to run the SDK on. > > > > In Poky this works already, you'd set SDKMACHINE=i586 and then > > "MACHINE=qemuarm bitbake meta-toolchain". > > So, if one wanted to update oe.dev again, is what's in poky's master > what works for you guys now? Yes, absolutely. This is getting a lot of testing atm. Cheers, Richard