YOCTO PROJECT

Bitbake

Article by:
Date Published:
Last Modified:

Running Specific Commands

To run a specific bitbake command, use the -c option followed by the command:

1
$ bitbake -c compile

-c can be followed with things such as:

  • fetch
  • coinfigure
  • compile
  • package
  • clean

To force a bitbake command, use the -f option:

1
$ bitbake -f -c compile

Debug Output

The -v option increases the amount of info that bitbake prints.

1
$ bitbake -v core-image-minimal

But you can do better! You can also add the options -DDD for even more debug output!

1
$ bitbake -v -DDD core-image-minimal

Authors

Geoffrey Hunter

Dude making stuff.

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

Tags

    comments powered by Disqus