Inspect DEPENDS: Difference between revisions
Jump to navigation
Jump to search
PaulEggleton (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''How do do I inspect dependencies for recipes?''' | |||
You can get the dependency graph information using: | |||
bitbake -g <packagename> && less task-depends.dot | |||
unfortunately the graph is large and many fot viewers will struggle with it. The "depexp" UI also provides a graphical way to view dependencies: | |||
bitbake -g <packagename> -u depexp | |||
bitbake -g | |||
[[Category:FAQ]] | [[Category:FAQ]] | ||
[[Category:Debug build]] | [[Category:Debug build]] |
Revision as of 14:16, 7 November 2012
How do do I inspect dependencies for recipes?
You can get the dependency graph information using:
bitbake -g <packagename> && less task-depends.dot
unfortunately the graph is large and many fot viewers will struggle with it. The "depexp" UI also provides a graphical way to view dependencies:
bitbake -g <packagename> -u depexp