diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-16 10:57:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-18 11:21:27 +0000 |
commit | 1a0a0eaeda837fcda9930a350c1ceb483dfafbda (patch) | |
tree | 978dbc4f008e51ed42308c808b4e847107e57cdc /scripts/help2man | |
parent | f773d90a467270c57292cfd3f12c0c539da4ab77 (diff) | |
download | poky-1a0a0eaeda837fcda9930a350c1ceb483dfafbda.tar.gz |
scripts/contrib: Add graph-tool
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 -> packagegroup-core-boot -> udev -> glib-2.0 -> python-dbus -> dbus-glib -> dbus -> libsm -> e2fsprogs -> util-linux
core-image-minimal -> packagegroup-core-boot -> udev -> glib-2.0 -> python-dbus -> dbus -> libsm -> e2fsprogs -> util-linux
core-image-minimal -> packagegroup-core-boot -> udev -> util-linux
Partially addresses [YOCTO #3362].
(From OE-Core rev: 0b76f034dd0320ec545229872be8095c44ddee73)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/help2man')
0 files changed, 0 insertions, 0 deletions