From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: "Robert P. J. Day" <rpjday@crashcourse.ca>
Cc: OE Core mailing list <openembedded-core@lists.openembedded.org>
Subject: Re: is defining an empty task same as "[noexec]" task flag?
Date: Sun, 23 Dec 2012 18:10:02 +0000 [thread overview]
Message-ID: <1356286202.21913.21.camel@ted> (raw)
In-Reply-To: <alpine.DEB.2.02.1212231020210.32043@oneiric>
On Sun, 2012-12-23 at 10:23 -0600, Robert P. J. Day wrote:
> is overriding something like do_compile() like this:
>
> do_compile() {
> :
> }
This will get run but does nothing.
> equivalent to:
>
> do_compile[noexec] = "1"
Bitbake won't even fork() a process to try and execute this so its
marginally more efficient.
Cheers,
Richard
next prev parent reply other threads:[~2012-12-23 18:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-23 16:23 is defining an empty task same as "[noexec]" task flag? Robert P. J. Day
2012-12-23 18:10 ` Richard Purdie [this message]
2012-12-23 21:22 ` Robert P. J. Day
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=1356286202.21913.21.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=rpjday@crashcourse.ca \
/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.