Difference between revisions of "Bbfile"

From Openembedded.org
Jump to: navigation, search
Line 2: Line 2:
  
 
See [http://bitbake.berlios.de/manual/ http://bitbake.berlios.de/manual/]
 
See [http://bitbake.berlios.de/manual/ http://bitbake.berlios.de/manual/]
 +
 +
[[Category:Categories]]

Revision as of 08:16, 9 January 2010

A BitBake (.bb) file is a logical unit of tasks to be executed. Normally this is a package to be built. Inter-.bb dependencies are obeyed. The files themselves are located via the BBFILES variable, which is set to a space seperated list of .bb files, and does handle wildcards.

See http://bitbake.berlios.de/manual/