<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/scripts/contrib/graph-tool, branch fido</title>
<subtitle>Mirror of openembedded-core</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/openembedded-core.git/'/>
<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>
