[bootlin/training-materials updates] master: slides/buildroot-introduction: mention brmake (923836b2)
    Thomas Petazzoni 
    thomas.petazzoni at bootlin.com
       
    Sat May 29 17:00:35 CEST 2021
    
    
  
Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/923836b23883930488746db58383b540cdb40be5
>---------------------------------------------------------------
commit 923836b23883930488746db58383b540cdb40be5
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Thu May 6 23:09:10 2021 +0200
    slides/buildroot-introduction: mention brmake
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
>---------------------------------------------------------------
923836b23883930488746db58383b540cdb40be5
 slides/buildroot-introduction/buildroot-introduction.tex | 6 ++++++
 1 file changed, 6 insertions(+)
diff --git a/slides/buildroot-introduction/buildroot-introduction.tex b/slides/buildroot-introduction/buildroot-introduction.tex
index f4e6dab1..d3b1e31a 100644
--- a/slides/buildroot-introduction/buildroot-introduction.tex
+++ b/slides/buildroot-introduction/buildroot-introduction.tex
@@ -154,6 +154,12 @@ $ make
     \begin{block}{}
 \begin{verbatim}
 $ make 2>&1 | tee build.log
+\end{verbatim}
+    \end{block}
+  \item Or the helper shell script provided by Buildroot:
+    \begin{block}{}
+\begin{verbatim}
+$ ./utils/brmake
 \end{verbatim}
     \end{block}
   \end{itemize}
    
    
More information about the training-materials-updates
mailing list