[bitbake-devel] [PATCH] fix bundled base.bbclass file

Andrew Stubbs ams at codesourcery.com
Mon Jan 14 15:19:02 UTC 2013


Hi,

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 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.

Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: baseclass.patch
Type: text/x-patch
Size: 593 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/bitbake-devel/attachments/20130114/44af1d5b/attachment-0001.bin>


More information about the bitbake-devel mailing list