diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-21 10:19:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:16 +0000 |
commit | e4d0b54ec85d474ce74c67b2da095856b828facc (patch) | |
tree | d1c1ae3e3d9edf641791719c5ff7a01f5e5365ac /documentation | |
parent | 936cc69a8997ebaf7ed68ea1283f8f733b5e4745 (diff) | |
download | poky-e4d0b54ec85d474ce74c67b2da095856b828facc.tar.gz |
ref-manual: Added the pn-buildlist file to list of files
In the "Dependency Graphs" section, the pn-buildlist file was
not mentioned as a file generated by the
'bitbake -g <target>' command. I added this in and provided a
bit of re-writing.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 435de6a980bd182e8033319e479ded1414e93eed)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 94f113590a..3251490063 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -207,14 +207,19 @@ | |||
207 | <title>Dependency Graphs</title> | 207 | <title>Dependency Graphs</title> |
208 | 208 | ||
209 | <para> | 209 | <para> |
210 | Sometimes it can be hard to see why BitBake wants to build some other packages before a given | 210 | Sometimes it can be hard to see why BitBake wants to build |
211 | package you have specified. | 211 | other packages before building a given package you have specified. |
212 | The <filename>bitbake -g targetname</filename> command creates the | 212 | The <filename>bitbake -g <targetname></filename> command |
213 | <filename>depends.dot</filename>, <filename>package-depends.dot</filename>, | 213 | creates the <filename>pn-buildlist</filename>, |
214 | and <filename>task-depends.dot</filename> files in the current directory. | 214 | <filename>depends.dot</filename>, |
215 | These files show the package and task dependencies and are useful for debugging problems. | 215 | <filename>package-depends.dot</filename>, and |
216 | You can use the <filename>bitbake -g -u depexp targetname</filename> command to | 216 | <filename>task-depends.dot</filename> files in the current |
217 | display the results in a more human-readable form. | 217 | directory. |
218 | These files show what will be built and the package and task | ||
219 | dependencies, which are useful for debugging problems. | ||
220 | You can use the | ||
221 | <filename>bitbake -g -u depexp <targetname></filename> | ||
222 | command to display the results in a more human-readable form. | ||
218 | </para> | 223 | </para> |
219 | </section> | 224 | </section> |
220 | 225 | ||