List of Executable tasks: Difference between revisions

From Openembedded.org
Jump to navigation Jump to 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-...")
 
mNo edit summary
 
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>