On Wed, Aug 26, 2009 at 09:08:49AM +0200, Adolph J. Vogel wrote: > However its not clear to me how I would get an *.pkg from bitbake. Just > running bitbake with the .bb file does not seem to work. > > Any clarification on this issue would greatly be appreciated.
Did you try: 1) bitbake package_name (PN variable from .bb file or filename of .bb file without version _version.bb 2) bitbake -c build -b path_to_bbfile.bb 3) build whole image for device/distro bitbake shr-image (if your package is between dependencies it would be built, if not you can add it to ie recipes/tasks/task-shr.bb) 4) if you build image you will have opk repository in your work dir, or you can use opkg files directly (for me /tmp/gta/deploy/glibc/ipk/ and images in /tmp/gta/deploy/glibc/images/). 5) if you're not building whole image but want to refresh Package.gz files to update neo from you repo, you can use bitbake -c rebuild -b path_to_recipes/recipes/meta/package-index.bb Hope this helps More help http://docs.openembedded.org/usermanual/html/ or whole http://wiki.openembedded.net/index.php/Main_Page Regards -- uin:136542059 jid:[email protected] Jansa Martin sip:[email protected] JaMa
pgpx7x4aoIHEb.pgp
Description: PGP signature
_______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

