BitBake (user): Difference between revisions
Jump to navigation
Jump to search
(+links) |
(catspec) |
||
Line 18: | Line 18: | ||
BitBake "trunk" contain experimental code - use at your own risk. | BitBake "trunk" contain experimental code - use at your own risk. | ||
[[Category: | [[Category:User]] |
Revision as of 08:32, 9 January 2010
Introduction
BitBake is, at its simplest, a tool for executing tasks and managing metadata. As such, its similarities to GNU make and other build tools are readily apparent. It was inspired by Portage, the package management system used by the Gentoo Linux distribution.
BitBake is the basis of the OpenEmbedded project, which is being used to build and maintain a number of embedded Linux distributions, including OpenZaurus and Familiar.
Links
- Homepage with manual: http://bitbake.berlios.de/
- Project page at Berlios: http://developer.berlios.de/projects/bitbake/
Subversion repository: http://svn.berlios.de/svnroot/repos/bitbake/- GIT repository: http://cgit.openembedded.org/cgit.cgi/bitbake/
Version information
OpenEmbedded require BitBake 1.8.10 or newer. Some features can require SVN GIT HEAD.
BitBake "trunk" contain experimental code - use at your own risk.