BitBake

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(-cat)
Line 11: Line 11:
  
 
The user manual is available at the [http://bitbake.berlios.de/manual/ BitBake berlios page].
 
The user manual is available at the [http://bitbake.berlios.de/manual/ BitBake berlios page].
[[Category:Software ]]
+
 
 
[[Category:Application Developer]]
 
[[Category:Application Developer]]

Revision as of 13:05, 6 July 2008

BitBake is the build tool used by OpenEmbedded. BitBake recipes are simple, declarative files. Here is an example for the openmoko-calculator2 application:

DESCRIPTION = "A Calculator for OpenMoko"
SECTION = "openmoko/tools"
DEPENDS = "libmokoui2"
PV = "0.1.0+svnr${SRCREV}"
PR = "r0"
inherit openmoko2

The user manual is available at the BitBake berlios page.

Personal tools

BitBake is the build tool used by OpenEmbedded. BitBake recipes are simple, declarative files. Here is an example for the openmoko-calculator2 application:

DESCRIPTION = "A Calculator for OpenMoko"
SECTION = "openmoko/tools"
DEPENDS = "libmokoui2"
PV = "0.1.0+svnr${SRCREV}"
PR = "r0"
inherit openmoko2

The user manual is available at the BitBake berlios page.