From b0510e547ebcac5548b36df66ad907f7911d33d5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Jul 2012 07:23:23 -0700 Subject: 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 (From yocto-docs rev: 0ebf8ddf54e146454d6f300f790964decaeec6a9) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/usingpoky.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/poky-ref-manual/usingpoky.xml') 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 @@ 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 and task-depends.dot files - in the current directory. + 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. -- cgit v1.2.3-54-g00ecf