From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: Changing variable value between tasks
Date: Tue, 01 Nov 2011 18:36:00 +0000 [thread overview]
Message-ID: <1320172560.20107.10.camel@ted> (raw)
In-Reply-To: <E7A9054A5ACABE48B0E540E46E862B0F0423EBF8@NAEMMAIL01.na.leapfrog.com>
On Tue, 2011-11-01 at 18:22 +0000, Daniel Lazzari wrote:
> I was wondering if there’s a way to override a variable’s value
> specifically for a single task.
There is indeed. As an example:
$ cat meta/conf/bitbake.conf | grep PARALLEL
EXTRA_OEMAKE_prepend_task-compile = "${PARALLEL_MAKE} "
which overrides EXTRA_OEMAKE for the compile task.
Cheers,
RIchard
prev parent reply other threads:[~2011-11-01 18:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-01 18:22 Changing variable value between tasks Daniel Lazzari
2011-11-01 18:36 ` Richard Purdie [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=1320172560.20107.10.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@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.