generic-poky/scripts/contrib
Paul Eggleton 1a0a0eaeda 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>
2013-12-18 11:21:27 +00:00
..
bb-perf bb-matrix-plot: Use interpolation for sparse data 2013-09-14 08:21:00 +01:00
python python: Add missing RDEPENDS for python-unittest 2013-12-06 13:54:23 +00:00
bbvars.py bbvars.py: add a script to look for undocumented variables 2011-01-12 00:55:49 -08:00
build-perf-test.sh scripts/contrib/build-perf-test.sh: record size in kb and remove extra spaces 2013-09-14 08:29:41 +01:00
ddimage scripts/contrib/*: fix arithmetic bashism 2013-07-18 21:25:35 +01:00
documentation-audit.sh documentation-audit.sh: Add/fix checks for skipped lines. 2012-12-13 15:18:42 +00:00
graph-tool scripts/contrib: Add graph-tool 2013-12-18 11:21:27 +00:00
list-packageconfig-flags.py list-packageconfig-flags.py: fix searching bitbake module failed 2013-08-30 16:23:47 +01:00
mkefidisk.sh mkefidisk.sh: Allow using a loopback mounted file 2013-09-30 22:11:58 +01:00
test_build_time.sh scripts/contrib: add build time regression test script 2011-07-20 15:27:31 +01:00
test_build_time_worker.sh scripts/contrib: add build time regression test script 2011-07-20 15:27:31 +01:00