Post

Good to know yocto commands

Good to know yocto commands

List all the bbappend files

(remember to grep)

1
bitbake-layers show-appends

Create the dependency graph for the tasks from a recipe

1
bitbake <recipe> -g

It generates a file task-depends.dot you can open on any text editor, but I’m still working to get it rendered as a graph (as it’s a huge graph).

Refs:

  • https://docs.yoctoproject.org/dev-manual/debugging.html


This post is licensed under CC BY 4.0 by the author.