From 554aea404f0a0acf844b9d572bd7a0236292735e Mon Sep 17 00:00:00 2001 From: Volker Haspel Date: Tue, 20 Feb 2018 09:15:20 +0100 Subject: 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 --- distribution/yocto-basic/yocto-imgbuild2.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'distribution/yocto-basic') 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 \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 +bitbake -g -u taskexp \end{verbatim} \end{frame} -- cgit v1.2.3