diff options
| author | Volker Haspel <volker.haspel@linutronix.de> | 2018-02-20 09:15:20 +0100 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2018-02-20 09:47:30 +0100 |
| commit | 554aea404f0a0acf844b9d572bd7a0236292735e (patch) | |
| tree | b50886256003a8637ef74771b996adf079181001 | |
| parent | eb0e3153da910db2eb3e7a0bd0d5ca35adee0dd6 (diff) | |
yocto basic: replace depexp with taskexp
The command depexp is deprecated and doesn't work with the trainer
image. We should show the new command taskexp.
Signed-off-by: Volker Haspel <volker.haspel@linutronix.de>
| -rw-r--r-- | distribution/yocto-basic/yocto-imgbuild2.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distribution/yocto-basic/yocto-imgbuild2.tex b/distribution/yocto-basic/yocto-imgbuild2.tex index e0a5e8c..6a97a3c 100644 --- a/distribution/yocto-basic/yocto-imgbuild2.tex +++ b/distribution/yocto-basic/yocto-imgbuild2.tex @@ -181,13 +181,13 @@ to get a list of all available tasks \begin{frame}[fragile] \frametitle{build dependencies} -dependency graphs (sucks because they're really huge) +Save dependency tree information for the specified targets in the dot syntax. \begin{verbatim} bitbake -g <target> \end{verbatim} -it is better to use the dependency explorer +use the UI 'task explorer' to get a interactive interface \begin{verbatim} -bitbake -g -u depexp <target> +bitbake -g -u taskexp <target> \end{verbatim} \end{frame} |
