From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [209.85.146.177] (helo=wa-out-1112.google.com) by linuxtogo.org with esmtp (Exim 4.67) (envelope-from ) id 1Idnlw-0007Am-KT for openembedded-devel@lists.openembedded.org; Fri, 05 Oct 2007 16:03:21 +0200 Received: by wa-out-1112.google.com with SMTP id l24so675518waf for ; Fri, 05 Oct 2007 06:57:44 -0700 (PDT) Received: by 10.114.58.1 with SMTP id g1mr4121732waa.1191592664277; Fri, 05 Oct 2007 06:57:44 -0700 (PDT) Received: by 10.114.191.17 with HTTP; Fri, 5 Oct 2007 06:57:44 -0700 (PDT) Message-ID: Date: Fri, 5 Oct 2007 09:57:44 -0400 From: "Cliff Brake" To: openembedded-devel@lists.openembedded.org In-Reply-To: <4705D99D.6070209@miromico.ch> MIME-Version: 1.0 References: <1191494488.2516.34.camel@toontown> <4704CC05.40206@klever.net> <1191502502.2516.39.camel@toontown> <4704F01B.70104@klever.net> <4705D99D.6070209@miromico.ch> Subject: Re: oe for two target boards at the same time X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.9 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: Fri, 05 Oct 2007 14:03:22 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 10/5/07, Alex wrote: > Hi all > > How do I setup my directory structure to use oe for two target boards. > > I have an AVR32 board and an AT91 board and would like to use oe for > both of them with at less dublicated software as possible. As these are different architectures, I don't think you can use multimachine. What I typically do is just set up a system where I share a common overlay (bbcollections), the openembedded directory, and downloads directory. The nslu2 master makefile what I started with, but there are other ways. Soft links are used to link the common directories. EG: openembedded openembedded.custom (bb collections overlay) bitbake downloads projectA openembedded.custom -> ../openembedded.custom openembedded -> ../openembedded bitbake -> ../bitbake downloads -> ../downloads tmp conf projectB openembedded.custom -> ../openembedded.custom openembedded -> ../openembedded bitbake -> ../bitbake downloads -> ../downloads tmp conf I'd be interested in hearing how others set up their build directory. Thanks, Cliff -- ======================= Cliff Brake http://bec-systems.com