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