Difference between revisions of "List of Executable tasks"

From Openembedded.org
Jump to: navigation, search
m (Created page with "Bitbake executable tasks bitbake -c <task> <module> * fetchall Fetch all source * build * devshell * package_write_ipk * cleansstate Clean the build/sstate-...")
 
m
 
Line 1: Line 1:
 
Bitbake executable tasks
 
Bitbake executable tasks
  
bitbake -c <task> <module>
+
Usage: bitbake -c <task> <module>
 +
 
 +
For an updated list for a specific recipe, run:
 +
 
 +
bitbake -c listtasks <recipe>
  
 
* [[fetchall]] Fetch all source
 
* [[fetchall]] Fetch all source

Latest revision as of 19:25, 29 January 2012

Bitbake executable tasks

Usage: bitbake -c <task> <module>

For an updated list for a specific recipe, run:

bitbake -c listtasks <recipe>