ref-manual: Removed package-depends.dot and pn-depends.dot

The generated package-depends.dot and pn-depends.dot stuff
contains partial data about the taskgraph and tends to
confuse users.  Richard Purdie suggested removing these from
bitbake/lib/bb/cooker.py.  I have removed the references to
them in the "Viewing Dependencies Between Recipes and Tasks"
section of the ref-manual.

(From yocto-docs rev: 3dc9b124532b52369cec2de8209f33aebce2b648)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2017-01-23 15:35:29 -08:00 committed by Richard Purdie
parent 62d7d41302
commit 76bff7e67a
1 changed files with 0 additions and 8 deletions

View File

@ -424,14 +424,6 @@
<link linkend='var-ASSUME_PROVIDED'><filename>ASSUME_PROVIDED</filename></link>
are not listed.
</para></listitem>
<listitem><para>
<filename>pn-depends.dot</filename>: A graph showing
dependencies between build-time targets (recipes).
</para></listitem>
<listitem><para>
<filename>package-depends.dot</filename>: A graph showing
known dependencies between runtime targets.
</para></listitem>
<listitem><para>
<filename>task-depends.dot</filename>: A graph showing
dependencies between tasks.