[bootlin/training-materials updates] master: slides/buildroot-analysis: drop the dependency graphing advanced part (d2e1da89)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Dec 10 21:41:17 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/d2e1da897c72ca4c90070bb1e393d049a7bb389c

>---------------------------------------------------------------

commit d2e1da897c72ca4c90070bb1e393d049a7bb389c
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Fri Dec 10 21:41:17 2021 +0100

    slides/buildroot-analysis: drop the dependency graphing advanced part
    
    Not useful enough to be mentioned during the course.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

d2e1da897c72ca4c90070bb1e393d049a7bb389c
 slides/buildroot-analysis/buildroot-analysis.tex | 30 ------------------------
 1 file changed, 30 deletions(-)

diff --git a/slides/buildroot-analysis/buildroot-analysis.tex b/slides/buildroot-analysis/buildroot-analysis.tex
index b44eb649..59cf0f74 100644
--- a/slides/buildroot-analysis/buildroot-analysis.tex
+++ b/slides/buildroot-analysis/buildroot-analysis.tex
@@ -40,36 +40,6 @@
   \end{center}
 \end{frame}
 
-\begin{frame}[fragile]{Dependency graphing: advanced}
-  \begin{itemize}
-  \item Variable \code{BR2_GRAPH_OUT}, to select the output
-    format. Defaults to \code{pdf}, can be \code{png} or \code{svg}
-    for example.
-  \item Internally, the graph is generated by the Python script
-    \code{support/scripts/graph-depends}
-  \item All options that this script supports can be passed using the
-    \code{BR2_GRAPH_DEPS_OPTS} variable when calling \code{make
-      graph-depends}
-  \item Example
-    \begin{itemize}
-    \item Generate a PNG graph of the \code{openssh} package
-      dependencies
-    \item Custom colors
-    \item Stop graphing on the \code{host-automake} package, to remove
-      a part of the graph we're not interested in
-    \end{itemize}
-  \end{itemize}
-
-  \begin{block}{}
-{\tiny
-\begin{verbatim}
-BR2_GRAPH_OUT=png \
-    BR2_GRAPH_DEPS_OPTS="--colours red,blue,green --stop-on=host-automake" \
-    make openssh-graph-depends
-\end{verbatim}}
-  \end{block}
-\end{frame}
-
 \begin{frame}{Build time graphing}
   \begin{itemize}
   \item When the generated embedded Linux system grows bigger and




More information about the training-materials-updates mailing list