diff options
| -rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 15 |
1 files changed, 10 insertions, 5 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 daf5b35b6a..7248a0bf4e 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | |||
| @@ -669,13 +669,18 @@ | |||
| 669 | When you generate a dependency graph, BitBake writes three files | 669 | When you generate a dependency graph, BitBake writes three files |
| 670 | to the current working directory: | 670 | to the current working directory: |
| 671 | <itemizedlist> | 671 | <itemizedlist> |
| 672 | <listitem><para><emphasis><filename>recipe-depends.dot</filename>:</emphasis> | 672 | <listitem><para> |
| 673 | Shows dependencies between recipes (a collapsed version of task-depends.dot). | 673 | <emphasis><filename>recipe-depends.dot</filename>:</emphasis> |
| 674 | Shows dependencies between recipes (i.e. a collapsed version of | ||
| 675 | <filename>task-depends.dot</filename>). | ||
| 674 | </para></listitem> | 676 | </para></listitem> |
| 675 | <listitem><para><emphasis><filename>task-depends.dot</filename>:</emphasis> | 677 | <listitem><para> |
| 676 | Shows dependencies between tasks. This matches bitbake's internal task execution list. | 678 | <emphasis><filename>task-depends.dot</filename>:</emphasis> |
| 679 | Shows dependencies between tasks. | ||
| 680 | These dependencies match BitBake's internal task execution list. | ||
| 677 | </para></listitem> | 681 | </para></listitem> |
| 678 | <listitem><para><emphasis><filename>pn-buildlist</filename>:</emphasis> | 682 | <listitem><para> |
| 683 | <emphasis><filename>pn-buildlist</filename>:</emphasis> | ||
| 679 | Shows a simple list of targets that are to be built. | 684 | Shows a simple list of targets that are to be built. |
| 680 | </para></listitem> | 685 | </para></listitem> |
| 681 | </itemizedlist> | 686 | </itemizedlist> |
