All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: oe for two target boards at the same time
Date: Tue, 09 Oct 2007 08:28:43 +0000	[thread overview]
Message-ID: <1191918523.470b3bbb10a47@dominion.kabel.utwente.nl> (raw)
In-Reply-To: <f96d234e0710081320s567bf1bfie56eebca83afb6b2@mail.gmail.com>

Quoting Cliff Brake <cliff.brake@gmail.com>:

> On 10/5/07, Cliff Brake <cliff.brake@gmail.com> wrote:
> > On 10/5/07, Alex <mailinglist@miromico.ch> 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.
>
> > I'd be interested in hearing how others set up their build directory.
>
> After studying Marcin's build setup, and Koen's autobuilder script,
> I've come up with the following which is very similiar to Marcin's
> setup.  My needs are:
>
> - track several machines and distros, and possibly in the future
> different OE trees, etc
> - easily to automatically produce time-stamped snapshot builds (not done yet)
> - easy for me to replicate on other machines
> - easy for customers to replicate on other machines
>
> With the multimachine, you typically need one build directory per
> distro, so the following is what I ended up with:

If you only need to build one distro version you can do:

TMPDIR = "/build/tmp/${DISTRO}"

in local.conf


> The downside of multimachine is you need to reparse the OE directory
> every time you change machine, but the benefit of sharing tmp
> directories for a bunch of machines in a distro more than makes up for
> that.

If you already built binutils you can remove MACHINE=<foo> from conf files and
set it in env, e.g. :

MACHINE=c7x0 bitbake mono ; MACHINE=fic-gta01 bitbake mono

that saves you a complete reparse.

regards,

Koen




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



  reply	other threads:[~2007-10-09  8:34 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-04 10:41 hello Tobias Pflug
2007-10-04 11:18 ` hello Michael Krelin
2007-10-04 12:40   ` hello Holger Freyther
2007-10-04 12:55     ` monotone/git (was hello...) Tobias Pflug
2007-10-04 13:27       ` Holger Freyther
2007-10-04 13:50         ` Darcy Watkins
2007-10-04 13:52           ` Michael Krelin
2007-10-05  6:28             ` oe for two target boards at the same time Alex
2007-10-05 13:57               ` Cliff Brake
2007-10-05 15:47                 ` Khem Raj
2007-10-06  8:19                 ` Koen Kooi
2007-10-06 11:39                 ` Marcin Juszkiewicz
2007-10-08 20:20                 ` Cliff Brake
2007-10-09  8:28                   ` Koen Kooi [this message]
2007-10-09  9:02                     ` pHilipp Zabel
2007-10-09 10:36                       ` Richard Purdie
2007-10-09 11:18                         ` Graeme Gregory
2007-10-09 11:49                           ` Graeme Gregory
2007-10-09 16:52                         ` Paul Sokolovsky
2007-10-09 16:48                   ` Paul Sokolovsky
2007-10-04 18:02           ` monotone/git (was hello...) Richard Purdie
2007-10-04 13:51         ` Michael Krelin
2007-10-04 13:30       ` Michael Krelin
2007-10-04 18:36         ` Chris Larson
2007-10-04 18:49           ` Tim Bird
2007-10-04 18:57             ` Chris Larson
2007-10-04 19:11               ` Michael Krelin
2007-10-04 19:27                 ` Chris Larson
2007-10-04 19:39                   ` Michael Krelin
2007-10-04 20:18                     ` Chris Larson
2007-10-04 20:53                       ` Michael Krelin
2007-10-04 19:08           ` Michael Krelin
2007-10-04 19:28             ` Chris Larson
2007-10-04 13:19     ` hello Michael Krelin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1191918523.470b3bbb10a47@dominion.kabel.utwente.nl \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.