From 0241215d3e11145d3e7e0a8fcee37fc8b8d6e089 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 5 May 2017 10:09:04 -0700 Subject: [PATCH] ref-manual, dev-manual: replaced "depexp" with "taskexp" (From yocto-docs rev: 3d7a13357a12b70d0c46b8aafdaf2ace20dcb970) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- documentation/ref-manual/ref-bitbake.xml | 2 +- documentation/ref-manual/usingpoky.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index d63df4d1c4..4a7306fb24 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -7331,7 +7331,7 @@ section of the Yocto Project Linux Kernel Development Manual and the "Creating Configuration Fragments" section, which is in this manual. - bitbake -u depexp -g bitbake_target: + bitbake -u taskexp -g bitbake_target: Using the BitBake command with these options brings up a Dependency Explorer from which you can view file dependencies. @@ -7379,7 +7379,7 @@ the Dependency Explorer UI with the BitBake command: $ cd image-directory - $ bitbake -u depexp -g image + $ bitbake -u taskexp -g image Use the interface to select potential packages you wish to eliminate and see their dependency relationships. diff --git a/documentation/ref-manual/ref-bitbake.xml b/documentation/ref-manual/ref-bitbake.xml index 1de1148264..2f36e16eaf 100644 --- a/documentation/ref-manual/ref-bitbake.xml +++ b/documentation/ref-manual/ref-bitbake.xml @@ -414,7 +414,7 @@ Options: -l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS Show debug logging for the specified logging domains -P, --profile Profile the command and save reports. - -u UI, --ui=UI The user interface to use (e.g. knotty and depexp). + -u UI, --ui=UI The user interface to use (e.g. knotty and taskexp). -t SERVERTYPE, --servertype=SERVERTYPE Choose which server to use, process or xmlrpc. --revisions-changed Set the exit code depending on whether upstream diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 325dbd9593..d4c7127a12 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml @@ -480,7 +480,7 @@ You can use a different method to view dependency information by using the following command: - $ bitbake -g -u depexp recipename + $ bitbake -g -u taskexp recipename This command displays a GUI window from which you can view build-time and runtime dependencies for the recipes involved in