From 65b7f134fb2e7c5e53aa7e3aeb3743cc21fa3ce3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 21 Nov 2013 10:19:12 -0800 Subject: [PATCH] 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 ' command. I added this in and provided a bit of re-writing. Reported-by: Robert P. J. Day (From yocto-docs rev: 811a6af8fdb2cfa0b38d260665ed00260a939251) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/usingpoky.xml | 21 +++++++++++++-------- 1 file 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 @@ Dependency Graphs - Sometimes it can be hard to see why BitBake wants to build some other packages before a given - package you have specified. - The bitbake -g targetname command creates the - depends.dot, package-depends.dot, - and task-depends.dot files in the current directory. - These files show the package and task dependencies and are useful for debugging problems. - You can use the bitbake -g -u depexp targetname 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 bitbake -g <targetname> command + creates the pn-buildlist, + depends.dot, + package-depends.dot, and + task-depends.dot 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 + bitbake -g -u depexp <targetname> + command to display the results in a more human-readable form.