Skip to content

Instantly share code, notes, and snippets.

@clarkli86
Created August 18, 2015 08:11
Show Gist options
  • Select an option

  • Save clarkli86/236d8ee7d58d15c4963b to your computer and use it in GitHub Desktop.

Select an option

Save clarkli86/236d8ee7d58d15c4963b to your computer and use it in GitHub Desktop.
bitbake dependency graph
The bitbake -g targetname command creates the pn-buildlist, pn-depends.dot, package-depends.dot, and task-depends.dot files in the current directory. These files show what will be built and the package and task dependencies, which are useful for debugging problems. You can use the bitbake -g -u depexp targetname command to display the results in a more human-readable form.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment