summaryrefslogtreecommitdiff
path: root/distribution
diff options
context:
space:
mode:
authorVolker Haspel <volker.haspel@linutronix.de>2018-02-20 09:15:20 +0100
committerJohn Ogness <john.ogness@linutronix.de>2018-02-20 09:47:30 +0100
commit554aea404f0a0acf844b9d572bd7a0236292735e (patch)
treeb50886256003a8637ef74771b996adf079181001 /distribution
parenteb0e3153da910db2eb3e7a0bd0d5ca35adee0dd6 (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>
Diffstat (limited to 'distribution')
-rw-r--r--distribution/yocto-basic/yocto-imgbuild2.tex6
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}