mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
dev-manual/debugging: mention new `taskexp_ncurses` option
(From yocto-docs rev: 301c802a92a2c53c3d0c755c31a6e09130956fde) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Suggested_by: Reyna, David <david.reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a738448d83
commit
28ea006454
@@ -270,13 +270,17 @@ format and can be converted to images (e.g. using the ``dot`` tool from
|
||||
displays paths between graph nodes.
|
||||
|
||||
You can use a different method to view dependency information by using
|
||||
the following command::
|
||||
either::
|
||||
|
||||
$ 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 building recipename.
|
||||
or::
|
||||
|
||||
$ bitbake -g -u taskexp_ncurses recipename
|
||||
|
||||
The ``-u taskdep`` option GUI window from which you can view build-time and
|
||||
runtime dependencies for the recipes involved in building recipename. The
|
||||
``-u taskexp_ncurses`` option uses ncurses instead of GTK to render the UI.
|
||||
|
||||
Viewing Task Variable Dependencies
|
||||
==================================
|
||||
|
||||
Reference in New Issue
Block a user