YOCTO PROJECT
Bitbake
Article by:Geoffrey Hunter
Date Published: | |
Last Modified: |
Contents
Running Specific Commands
To run a specific bitbake command, use the -c option followed by the command:
|
|
-c
can be followed with things such as:
- fetch
- coinfigure
- compile
- package
- clean
To force a bitbake command, use the -f
option:
|
|
Debug Output
The -v
option increases the amount of info that bitbake prints.
|
|
But you can do better! You can also add the options -DDD
for even more debug output!
|
|
Authors

This work is licensed under a Creative Commons Attribution 4.0 International License .