summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}