Please note that User Registration has been temporarily disabled due to a recent increase in automated registrations. If anyone needs an account, please request one here: RequestAccount. Thanks for your patience!
Difference between revisions of "Inspect DEPENDS"
From Openembedded.org
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | '''How do do I inspect | + | '''How do do I inspect dependencies for recipes?''' |
| − | You | + | You can get the dependency graph information using: |
| − | bitbake - | + | 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 | + | bitbake -g <packagename> -u depexp |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
[[Category:FAQ]] | [[Category:FAQ]] | ||
[[Category:Debug build]] | [[Category:Debug build]] | ||
Latest 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