diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-05-08 10:19:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-15 10:00:28 +0100 |
commit | 1115e06599751f776134674d93627cc381a06660 (patch) | |
tree | be36baa19779d1e22e2cfe52fe6518cb755824b9 /meta-skeleton | |
parent | f71bc69e5b7581c53071055b694bb0dbfe4b4a87 (diff) | |
download | openembedded-core-1115e06599751f776134674d93627cc381a06660.tar.gz openembedded-core-1115e06599751f776134674d93627cc381a06660.tar.bz2 openembedded-core-1115e06599751f776134674d93627cc381a06660.zip |
oe-depends-dot: print dependency chains for '--why' option
When using '--why' option, we currently only list elements.
It's better to print out dependency chains. This patch adds
such abitility.
e.g.
$ oe-depends-dot -k util-linux -w recipe-depends.dot
Because: packagegroup-core-boot systemd-compat-units systemd shadow core-image-minimal dbus e2fsprogs
core-image-minimal -> packagegroup-core-boot -> systemd-compat-units -> systemd -> dbus -> shadow -> util-linux
core-image-minimal -> packagegroup-core-boot -> systemd-compat-units -> systemd -> dbus -> e2fsprogs -> util-linux
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-skeleton')
0 files changed, 0 insertions, 0 deletions