Bitbake
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!