scripts: gen_handles: output dependency graph
Output the final dependency graph as a `.dot` file, which when rendered by graphviz can be easier to comprehend than the text descriptions. This output is optional in that it will not be generated if `graphviz` is not installed. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
8d17e857a1
commit
29942475c5
4 changed files with 37 additions and 0 deletions
|
@ -26,3 +26,6 @@ grpcio-tools
|
|||
|
||||
# used by scripts/release/bug_bash.py for generating top ten bug squashers
|
||||
PyGithub
|
||||
|
||||
# used to generate devicetree dependency graphs
|
||||
graphviz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue