From: Michael Smith <msmith@cbnco.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: srctree status
Date: Wed, 02 Jun 2010 16:40:37 -0400 [thread overview]
Message-ID: <4C06C1C5.4030405@cbnco.com> (raw)
In-Reply-To: <AANLkTinnks0kTFkPqkwLR-TvvzzAvOsfTVaO521fgBMs@mail.gmail.com>
Cliff Brake wrote:
> 13:42 < kergoth_> if you aren't using a native or cross version of the
> recipe, then you can confidently say you don't need it to do it
> 13:44 < kergoth_> take a look at the class, the merge_tasks function
Another handy thing about merge_tasks is that it mostly prevents
interleaving of configure/compile for builds for different
architectures. i.e. it stops this from silently producing broken
executables:
MACHINE=mach1 bitbake pkg -c configure
MACHINE=mach2 bitbake pkg
MACHINE=mach1 bitbake pkg
... but you'd almost have to be trying to shoot yourself in the foot to
do that by accident.
Mike
prev parent reply other threads:[~2010-06-02 20:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-02 19:28 srctree status Cliff Brake
2010-06-02 20:40 ` Michael Smith [this message]
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=4C06C1C5.4030405@cbnco.com \
--to=msmith@cbnco.com \
--cc=openembedded-devel@lists.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.