<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/scripts/contrib/graph-tool, branch master</title>
<subtitle>Mirror of openembedded-core</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/'/>
<entry>
<title>graph-tool: update to new networkx API, be iterative</title>
<updated>2016-08-17T09:35:07+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross.burton@intel.com</email>
</author>
<published>2016-08-12T16:22:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=c91898b07465fdd5f3629babb7ff9226454de24e'/>
<id>c91898b07465fdd5f3629babb7ff9226454de24e</id>
<content type='text'>
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 &lt;ross.burton@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;ross.burton@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>graph-tool: convert to python3</title>
<updated>2016-07-12T22:10:04+00:00</updated>
<author>
<name>Maxin B. John</name>
<email>maxin.john@intel.com</email>
</author>
<published>2016-07-07T15:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=0d0864ae0ff9e53623ad1c7146b071f2a046f21f'/>
<id>0d0864ae0ff9e53623ad1c7146b071f2a046f21f</id>
<content type='text'>
move graph-tool to python3

Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
move graph-tool to python3

Signed-off-by: Maxin B. John &lt;maxin.john@intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/contrib: Add graph-tool</title>
<updated>2013-12-18T11:14:40+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2013-12-16T10:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/commit/?id=0b76f034dd0320ec545229872be8095c44ddee73'/>
<id>0b76f034dd0320ec545229872be8095c44ddee73</id>
<content type='text'>
A simple script I put together for getting the paths from one node to
another in a dot graph. This is useful for example in working out why
a particular recipe is getting built in conjunction with dot graph files
produced by bitbake -g.

For example:

$ bitbake -g core-image-minimal
...
$ graph-tool find-paths pn-depends.dot core-image-minimal util-linux
core-image-minimal -&gt; packagegroup-core-boot -&gt; udev -&gt; glib-2.0 -&gt; python-dbus -&gt; dbus-glib -&gt; dbus -&gt; libsm -&gt; e2fsprogs -&gt; util-linux
core-image-minimal -&gt; packagegroup-core-boot -&gt; udev -&gt; glib-2.0 -&gt; python-dbus -&gt; dbus -&gt; libsm -&gt; e2fsprogs -&gt; util-linux
core-image-minimal -&gt; packagegroup-core-boot -&gt; udev -&gt; util-linux

Partially addresses [YOCTO #3362].

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A simple script I put together for getting the paths from one node to
another in a dot graph. This is useful for example in working out why
a particular recipe is getting built in conjunction with dot graph files
produced by bitbake -g.

For example:

$ bitbake -g core-image-minimal
...
$ graph-tool find-paths pn-depends.dot core-image-minimal util-linux
core-image-minimal -&gt; packagegroup-core-boot -&gt; udev -&gt; glib-2.0 -&gt; python-dbus -&gt; dbus-glib -&gt; dbus -&gt; libsm -&gt; e2fsprogs -&gt; util-linux
core-image-minimal -&gt; packagegroup-core-boot -&gt; udev -&gt; glib-2.0 -&gt; python-dbus -&gt; dbus -&gt; libsm -&gt; e2fsprogs -&gt; util-linux
core-image-minimal -&gt; packagegroup-core-boot -&gt; udev -&gt; util-linux

Partially addresses [YOCTO #3362].

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
