diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-05 07:23:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-05 16:01:32 +0100 |
commit | b0510e547ebcac5548b36df66ad907f7911d33d5 (patch) | |
tree | eda438907aa99c3704fcd8519d688e3d9fbc74d9 | |
parent | b502bc282d8ebf03fd34aeafa53646965903676a (diff) | |
download | poky-b0510e547ebcac5548b36df66ad907f7911d33d5.tar.gz |
documentation/poky-ref-manual/usingpoky.xml: added package-depends.dot
The section on "Dependency Graphs" failed to mention the
package-depends.dot file among the files. Added this file to the
list.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 0ebf8ddf54e146454d6f300f790964decaeec6a9)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/usingpoky.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 6ce36014f1..1dde656140 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml | |||
@@ -193,8 +193,8 @@ | |||
193 | Sometimes it can be hard to see why BitBake wants to build some other packages before a given | 193 | Sometimes it can be hard to see why BitBake wants to build some other packages before a given |
194 | package you have specified. | 194 | package you have specified. |
195 | The <filename>bitbake -g targetname</filename> command creates the | 195 | The <filename>bitbake -g targetname</filename> command creates the |
196 | <filename>depends.dot</filename> and <filename>task-depends.dot</filename> files | 196 | <filename>depends.dot</filename>, <filename>package-depends.dot</filename>, |
197 | in the current directory. | 197 | and <filename>task-depends.dot</filename> files in the current directory. |
198 | These files show the package and task dependencies and are useful for debugging problems. | 198 | These files show the package and task dependencies and are useful for debugging problems. |
199 | You can use the <filename>bitbake -g -u depexp targetname</filename> command to | 199 | You can use the <filename>bitbake -g -u depexp targetname</filename> command to |
200 | display the results in a more human-readable form. | 200 | display the results in a more human-readable form. |