]> code.ossystems Code Review - openembedded-core.git/commit
graph-tool: update to new networkx API, be iterative
authorRoss Burton <ross.burton@intel.com>
Fri, 12 Aug 2016 16:22:13 +0000 (17:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:35:07 +0000 (10:35 +0100)
commitc91898b07465fdd5f3629babb7ff9226454de24e
treec69800c729d2decb86b47cf18f03a303733c6a87
parent38f9d7910fb5b2be5f7b1f62c4c7631d9e7138eb
graph-tool: update to new networkx API, be iterative

Update the dot parser to the new networkx API (using pydotplus to parse).

Also, switch the path display to output the paths as they are found instead of
collecting them into a list, so output appears sooner.

Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/contrib/graph-tool