diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-05-05 10:09:04 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-10 12:13:32 +0100 |
| commit | 0241215d3e11145d3e7e0a8fcee37fc8b8d6e089 (patch) | |
| tree | e3afd25e4473e691ce50007b55aea4b0e016b420 /documentation | |
| parent | e801e6e7dd586b46ea8e23e63128059d9ea06605 (diff) | |
| download | poky-0241215d3e11145d3e7e0a8fcee37fc8b8d6e089.tar.gz | |
ref-manual, dev-manual: replaced "depexp" with "taskexp"
(From yocto-docs rev: 3d7a13357a12b70d0c46b8aafdaf2ace20dcb970)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 4 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-bitbake.xml | 2 | ||||
| -rw-r--r-- | 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 @@ | |||
| 7331 | section of the Yocto Project Linux Kernel Development | 7331 | section of the Yocto Project Linux Kernel Development |
| 7332 | Manual and the "<link linkend='creating-config-fragments'>Creating Configuration Fragments</link>" | 7332 | Manual and the "<link linkend='creating-config-fragments'>Creating Configuration Fragments</link>" |
| 7333 | section, which is in this manual.</para></listitem> | 7333 | section, which is in this manual.</para></listitem> |
| 7334 | <listitem><para><filename>bitbake -u depexp -g <replaceable>bitbake_target</replaceable></filename>: | 7334 | <listitem><para><filename>bitbake -u taskexp -g <replaceable>bitbake_target</replaceable></filename>: |
| 7335 | Using the BitBake command with these options brings up | 7335 | Using the BitBake command with these options brings up |
| 7336 | a Dependency Explorer from which you can view file | 7336 | a Dependency Explorer from which you can view file |
| 7337 | dependencies. | 7337 | dependencies. |
| @@ -7379,7 +7379,7 @@ | |||
| 7379 | the Dependency Explorer UI with the BitBake command: | 7379 | the Dependency Explorer UI with the BitBake command: |
| 7380 | <literallayout class='monospaced'> | 7380 | <literallayout class='monospaced'> |
| 7381 | $ cd <replaceable>image-directory</replaceable> | 7381 | $ cd <replaceable>image-directory</replaceable> |
| 7382 | $ bitbake -u depexp -g <replaceable>image</replaceable> | 7382 | $ bitbake -u taskexp -g <replaceable>image</replaceable> |
| 7383 | </literallayout> | 7383 | </literallayout> |
| 7384 | Use the interface to select potential packages you wish to | 7384 | Use the interface to select potential packages you wish to |
| 7385 | eliminate and see their dependency relationships. | 7385 | 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: | |||
| 414 | -l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS | 414 | -l DEBUG_DOMAINS, --log-domains=DEBUG_DOMAINS |
| 415 | Show debug logging for the specified logging domains | 415 | Show debug logging for the specified logging domains |
| 416 | -P, --profile Profile the command and save reports. | 416 | -P, --profile Profile the command and save reports. |
| 417 | -u UI, --ui=UI The user interface to use (e.g. knotty and depexp). | 417 | -u UI, --ui=UI The user interface to use (e.g. knotty and taskexp). |
| 418 | -t SERVERTYPE, --servertype=SERVERTYPE | 418 | -t SERVERTYPE, --servertype=SERVERTYPE |
| 419 | Choose which server to use, process or xmlrpc. | 419 | Choose which server to use, process or xmlrpc. |
| 420 | --revisions-changed Set the exit code depending on whether upstream | 420 | --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 @@ | |||
| 480 | You can use a different method to view dependency information | 480 | You can use a different method to view dependency information |
| 481 | by using the following command: | 481 | by using the following command: |
| 482 | <literallayout class='monospaced'> | 482 | <literallayout class='monospaced'> |
| 483 | $ bitbake -g -u depexp <replaceable>recipename</replaceable> | 483 | $ bitbake -g -u taskexp <replaceable>recipename</replaceable> |
| 484 | </literallayout> | 484 | </literallayout> |
| 485 | This command displays a GUI window from which you can view | 485 | This command displays a GUI window from which you can view |
| 486 | build-time and runtime dependencies for the recipes involved in | 486 | build-time and runtime dependencies for the recipes involved in |
