Created
August 18, 2015 08:11
-
-
Save clarkli86/236d8ee7d58d15c4963b to your computer and use it in GitHub Desktop.
bitbake dependency graph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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