[FE training-materials-updates] slides/buildroot-build: misc updates

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Oct 13 10:37:14 CEST 2017


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=138bcb9be9518fa7090f15542bd4ec80f6307c2c

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

commit 138bcb9be9518fa7090f15542bd4ec80f6307c2c
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Fri Oct 13 10:37:14 2017 +0200

    slides/buildroot-build: misc updates
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

138bcb9be9518fa7090f15542bd4ec80f6307c2c
 slides/buildroot-build/buildroot-build.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/slides/buildroot-build/buildroot-build.tex b/slides/buildroot-build/buildroot-build.tex
index 949df8f..93ef4ae 100644
--- a/slides/buildroot-build/buildroot-build.tex
+++ b/slides/buildroot-build/buildroot-build.tex
@@ -136,7 +136,7 @@ $ make clean
     contains the value for all options (except those having unmet
     dependencies)
   \item The default \code{.config}, without any customization, has
-    3112 lines (as of Buildroot 2016.05)
+    3579 lines (as of Buildroot 2017.08)
     \begin{itemize}
     \item Not very practical for reading and modifying by humans.
     \end{itemize}
@@ -214,8 +214,8 @@ BR2_PACKAGE_STRESS=y
     \item QEMU emulated platforms
     \end{itemize}
   \item List them using \code{make list-defconfigs}
-  \item Minimal {\em defconfigs}: only build a toolchain, bootloader,
-    kernel and minimal root filesystem.
+  \item Most built-in {\em defconfigs} are minimal: only build a
+    toolchain, bootloader, kernel and minimal root filesystem.
     \begin{block}{}
 \begin{verbatim}
 $ make qemu_arm_vexpress_defconfig
@@ -225,7 +225,7 @@ $ make
 
 \item Additional instructions often available in
   \code{board/<boardname>}, e.g.: \code{board/qemu/arm-vexpess/readme.txt}.
-
+\item Your own {\em defconfigs} can obviously be more featureful
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list