From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Andrew Stubbs <ams@codesourcery.com>
Cc: bitbake-devel@lists.openembedded.org
Subject: Re: [PATCH] fix bundled base.bbclass file
Date: Fri, 18 Jan 2013 12:43:28 +0000 [thread overview]
Message-ID: <1358513008.27799.20.camel@ted> (raw)
In-Reply-To: <50F421E6.4060400@codesourcery.com>
On Mon, 2013-01-14 at 15:19 +0000, Andrew Stubbs wrote:
> The base.bbclass file that is included with the bitbake sources does not
> appear to work properly. Specifically, none of the output appears on screen.
>
> A quick look at the poky equivalent shows that they use a different
> means to print the data. Presumably something got updated somewhere, and
> the example base class is merely out of date.
>
> The attached patch fixes the do_listtasks and do_showdata code such that
> it works as I would expect.
I merged that, thanks.
> I had expected that the base_do_build function would run if my .bb file
> did not define do_build, but it does not appear to, and it's not obvious
> to me how, when, or why it is supposed to work.
Your expectation is correct, I'm not sure why that wouldn't happen. The
EXPORT_FUNCTIONS do_build should mean do_build gets mapped to
base_do_build.
Cheers,
Richard
prev parent reply other threads:[~2013-01-18 12:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-14 15:19 [PATCH] fix bundled base.bbclass file Andrew Stubbs
2013-01-15 12:52 ` Andrew Stubbs
2013-01-18 12:43 ` 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=1358513008.27799.20.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=ams@codesourcery.com \
--cc=bitbake-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.