<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/scripts/contrib/graph-tool, branch python3</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=python3</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=python3'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2013-12-18T11:21:27+00:00</updated>
<entry>
<title>scripts/contrib: Add graph-tool</title>
<updated>2013-12-18T11:21:27+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.enea.com/cgit/linux/poky.git/commit/?id=1a0a0eaeda837fcda9930a350c1ceb483dfafbda'/>
<id>urn:sha1:1a0a0eaeda837fcda9930a350c1ceb483dfafbda</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].

(From OE-Core rev: 0b76f034dd0320ec545229872be8095c44ddee73)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Saul Wold &lt;sgw@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
