Progress: how to build package with bitbake

michael at michaelshiloh.com michael at michaelshiloh.com
Sat Feb 10 06:01:39 CET 2007


For those of you playing with OpenEmbedded and bitbake, I found this very
helpful:

   http://www.openembedded.info/wiki/Bitbake_usage

But beware - I think there's a minor error: To compile from an individual
recipe it shows as an example:

   bitbake -f packages/testapp/testapp_4.3.bb -c compile

but I'm pretty sure that should be

   bitbake -b packages/testapp/testapp_4.3.bb -c compile

(The description is correct; I just jumped right to the examples)

I hope this saves you all some time

Michael




More information about the openmoko-devel mailing list