From 0241215d3e11145d3e7e0a8fcee37fc8b8d6e089 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 5 May 2017 10:09:04 -0700 Subject: ref-manual, dev-manual: replaced "depexp" with "taskexp" (From yocto-docs rev: 3d7a13357a12b70d0c46b8aafdaf2ace20dcb970) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-bitbake.xml | 2 +- documentation/ref-manual/usingpoky.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/ref-manual') 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 -- cgit v1.2.3-54-g00ecf