From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [80.91.229.2] (helo=ciao.gmane.org) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1Mba0o-0001HO-Cm for openembedded-devel@lists.openembedded.org; Thu, 13 Aug 2009 15:06:44 +0200 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MbZko-0003en-QY for openembedded-devel@lists.openembedded.org; Thu, 13 Aug 2009 12:50:02 +0000 Received: from s55917625.adsl.wanadoo.nl ([85.145.118.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Aug 2009 12:50:02 +0000 Received: from k.kooi by s55917625.adsl.wanadoo.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Aug 2009 12:50:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@lists.openembedded.org From: Koen Kooi Date: Thu, 13 Aug 2009 14:46:19 +0200 Message-ID: References: <4A83BD15.7070006@atmel.com> <4A83E5FC.2020002@atmel.com> <4A840485.3010507@atmel.com> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: s55917625.adsl.wanadoo.nl User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.3pre) Gecko/20090730 Shredder/3.0b4pre In-Reply-To: <4A840485.3010507@atmel.com> Sender: news Subject: Re: Ideas for scripts, to save work, when building several boards 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: Thu, 13 Aug 2009 13:06:57 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 13-08-09 14:18, Ulf Samuelsson wrote: > Koen Kooi skrev: >> On 13-08-09 12:07, Ulf Samuelsson wrote: >>> Koen Kooi skrev: >>>> On 13-08-09 09:13, Ulf Samuelsson wrote: >>>>> Since I will need to test multiple boards, >>>>> I decided to write some scripts which I will >>>>> check in later today in origin/ulf/linux-2.6.30.2 >>>>> >>>>> I generated a "MAKEALL" script which will >>>>> source a file "board_list.sh" with board build commands >>>>> >>>>> >>>>> build_board sam9263dfc x11-gpe-image >>>>> build_board sam9g45ek opie-image >>>>> build_board sam9g10df x11-gpe-image >>>>> build_board sam9g20dfc console-image >>>>> build_board sam9260dfc console-image >>>>> build_board sam9261df x11-image >>>>> build_board sam9xedfc console-image >>>>> >>>> >>>> You do know that you can do that with MACHINE=foo bitbake bar, right? >>>> >>> >>> Didn't try that. >>> I assume this means that the cross compiler is not rebuilt, >> >> Unless you poked at the gcc recipes, no, it won't get rebuilt. >> >>> Is the root fs assembled from ipks then? >> >> if you use rootfs_ipk.bbclass, yes. >> >> Note that the official angstrom buildguide has mentioned that for years: >> http://www.angstrom-distribution.org/building-angstrom >> > > I guess I can create a separate > "build/conf/.conf" per machine and link > "build/conf/local.conf" to this file. > > if "MACHINE= bitbake" does not work It does the exact same thing here, except that the angstrom method skips the 10 minute reparse and only parses things that got changed in between. This is how the angstrom autobuilder works and it hasn't shown any problems in the method, it only highlighted broken zrecipes (e.g. zaurus-updater). regards, Koen