diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2019-08-22 15:52:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-28 16:44:09 +0100 |
commit | 1af3e4bea666e944a610025ca8979098b59b1174 (patch) | |
tree | 3b723d83e7d31e024d7fd95898dd06f5e05cf7e6 /bitbake/lib/bblayers | |
parent | 46a71949de40a1b1a5353aa7ba01fecb22cf452a (diff) | |
download | poky-1af3e4bea666e944a610025ca8979098b59b1174.tar.gz |
bitbake: cooker.py: remove generation of recipe-depends.dot
The information of recipe-depends.dot is misleading.
e.g.
$ grep xz recipe-depends.dot | grep bzip2
"bzip2" -> "xz"
"xz" -> "bzip2"
Users would wonder why they get some circular dependency.
The information is derived from removing the task names
of task-depends.dot. It's not giving people any additonal
information, and it's misleading.
So we remove the generation of this file.
(Bitbake rev: 4c484cc01e3eee7ab2ab0359fd680b4dbd31dc30)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bblayers')
0 files changed, 0 insertions, 0 deletions