]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
core/graph-depends: add option to graph reverse dependencies
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 23 Oct 2016 17:19:44 +0000 (19:19 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 25 Oct 2016 20:59:05 +0000 (22:59 +0200)
commit2a2eb55ca73cbe8536a9d9bdd29feaf70a462961
tree364f168c2129557559551ead2b230b15a558251b
parentf33fcdf2254beb07677a86416ff46ee6d7aed866
core/graph-depends: add option to graph reverse dependencies

Now that we can dump the reverse dependencies of a package, add the
ability to graph those.

It does not make sense to do a full reverse graph, as it would be
semantically equivalent to the direct graph. So we only provide a
per-package reverse graph.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile
package/pkg-generic.mk
support/scripts/graph-depends