diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-05-04 10:51:58 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-05 13:22:29 +0100 |
commit | 1c914ba04b549dbbee63752bcf1fc3af1a03794e (patch) | |
tree | 7cf7216ea4f9fdbd24455ca6bf43cd611a5e04c9 /bitbake/doc | |
parent | 73a31df937303a3e86552b552b2b6284498f8ecd (diff) | |
download | poky-1c914ba04b549dbbee63752bcf1fc3af1a03794e.tar.gz |
bitbake: docs: delete reference to obsolete recipe-depends.dot
Given that generation of recipe-depends.dot was removed:
commit 4c484cc01e3eee7ab2ab0359fd680b4dbd31dc30
Author: Chen Qi <Qi.Chen@windriver.com>
Date: Thu Aug 22 15:52:51 2019 +0800
cooker.py: remove generation of recipe-depends.dot
The information of recipe-depends.dot is misleading.
delete mention of it from the user manual.
(Bitbake rev: 2effbb6e10b07dc12e4ecdf449ca29fc20968c59)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml index f5526c053e..995c2fa7bf 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | |||
@@ -694,15 +694,10 @@ | |||
694 | </para> | 694 | </para> |
695 | 695 | ||
696 | <para> | 696 | <para> |
697 | When you generate a dependency graph, BitBake writes three files | 697 | When you generate a dependency graph, BitBake writes two files |
698 | to the current working directory: | 698 | to the current working directory: |
699 | <itemizedlist> | 699 | <itemizedlist> |
700 | <listitem><para> | 700 | <listitem><para> |
701 | <emphasis><filename>recipe-depends.dot</filename>:</emphasis> | ||
702 | Shows dependencies between recipes (i.e. a collapsed version of | ||
703 | <filename>task-depends.dot</filename>). | ||
704 | </para></listitem> | ||
705 | <listitem><para> | ||
706 | <emphasis><filename>task-depends.dot</filename>:</emphasis> | 701 | <emphasis><filename>task-depends.dot</filename>:</emphasis> |
707 | Shows dependencies between tasks. | 702 | Shows dependencies between tasks. |
708 | These dependencies match BitBake's internal task execution list. | 703 | These dependencies match BitBake's internal task execution list. |