summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-21 10:19:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:53:16 +0000
commite4d0b54ec85d474ce74c67b2da095856b828facc (patch)
treed1c1ae3e3d9edf641791719c5ff7a01f5e5365ac /documentation/ref-manual/usingpoky.xml
parent936cc69a8997ebaf7ed68ea1283f8f733b5e4745 (diff)
downloadast2050-yocto-poky-e4d0b54ec85d474ce74c67b2da095856b828facc.zip
ast2050-yocto-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/ref-manual/usingpoky.xml')
-rw-r--r--documentation/ref-manual/usingpoky.xml21
1 files changed, 13 insertions, 8 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index 94f1135..3251490 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -207,14 +207,19 @@
<title>Dependency Graphs</title>
<para>
- Sometimes it can be hard to see why BitBake wants to build some other packages before a given
- package you have specified.
- The <filename>bitbake -g targetname</filename> command creates the
- <filename>depends.dot</filename>, <filename>package-depends.dot</filename>,
- and <filename>task-depends.dot</filename> files in the current directory.
- These files show the package and task dependencies and are useful for debugging problems.
- You can use the <filename>bitbake -g -u depexp targetname</filename> command to
- display the results in a more human-readable form.
+ Sometimes it can be hard to see why BitBake wants to build
+ other packages before building a given package you have specified.
+ The <filename>bitbake -g &lt;targetname&gt;</filename> command
+ creates the <filename>pn-buildlist</filename>,
+ <filename>depends.dot</filename>,
+ <filename>package-depends.dot</filename>, and
+ <filename>task-depends.dot</filename> files in the current
+ directory.
+ These files show what will be built and the package and task
+ dependencies, which are useful for debugging problems.
+ You can use the
+ <filename>bitbake -g -u depexp &lt;targetname&gt;</filename>
+ command to display the results in a more human-readable form.
</para>
</section>
OpenPOWER on IntegriCloud