aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-01-23 15:35:29 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-25 12:07:43 +0000
commit76bff7e67a673c947cabef0076f5800c7a9410b2 (patch)
treea413e63c0c90304aea4976bf88b9646a20b70b13 /documentation
parent62d7d4130202d8ede16abf9e7d779361ca70847e (diff)
downloadopenembedded-core-contrib-76bff7e67a673c947cabef0076f5800c7a9410b2.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/usingpoky.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index dcf0b95ae4..9bd435b008 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -425,14 +425,6 @@
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.
</para></listitem>