mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e801e6e7dd
commit
0241215d3e
@@ -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
|
||||
|
||||
@@ -480,7 +480,7 @@
|
||||
You can use a different method to view dependency information
|
||||
by using the following command:
|
||||
<literallayout class='monospaced'>
|
||||
$ bitbake -g -u depexp <replaceable>recipename</replaceable>
|
||||
$ bitbake -g -u taskexp <replaceable>recipename</replaceable>
|
||||
</literallayout>
|
||||
This command displays a GUI window from which you can view
|
||||
build-time and runtime dependencies for the recipes involved in
|
||||
|
||||
Reference in New Issue
Block a user