diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-01-23 15:35:29 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-25 12:07:43 +0000 |
commit | 76bff7e67a673c947cabef0076f5800c7a9410b2 (patch) | |
tree | a413e63c0c90304aea4976bf88b9646a20b70b13 /documentation/ref-manual/usingpoky.xml | |
parent | 62d7d4130202d8ede16abf9e7d779361ca70847e (diff) | |
download | poky-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/ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 8 |
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 @@ | |||
425 | are not listed. | 425 | are not listed. |
426 | </para></listitem> | 426 | </para></listitem> |
427 | <listitem><para> | 427 | <listitem><para> |
428 | <filename>pn-depends.dot</filename>: A graph showing | ||
429 | dependencies between build-time targets (recipes). | ||
430 | </para></listitem> | ||
431 | <listitem><para> | ||
432 | <filename>package-depends.dot</filename>: A graph showing | ||
433 | known dependencies between runtime targets. | ||
434 | </para></listitem> | ||
435 | <listitem><para> | ||
436 | <filename>task-depends.dot</filename>: A graph showing | 428 | <filename>task-depends.dot</filename>: A graph showing |
437 | dependencies between tasks. | 429 | dependencies between tasks. |
438 | </para></listitem> | 430 | </para></listitem> |