Difference between revisions of "List of Executable tasks"
From Openembedded.org
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>
- fetchall Fetch all source
- build
- devshell
- package_write_ipk
- cleansstate Clean the build/sstate-cache directory
- configure
- clean clean $WORKDIR
- cleanall clean $WORKDIR and sstate-cache
- populate_lic
- package_write
- populate_sysroot
- buildall
- populate_lic_setscene
- patch
- listtasks list all tasks that can be run for a target
- compile
- package_setscene
- fetch
- checkuri
- package_write_ipk_setscene
- package
- unpack
- install
- populate_sysroot_setscene
- checkuriall