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

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jun 8 11:37:30 CEST 2016


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

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

commit 8eacd4ff915731eb06fd64b7f6be67fd502076b8
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed Jun 8 11:37:30 2016 +0200

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


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

8eacd4ff915731eb06fd64b7f6be67fd502076b8
 slides/buildroot-kernel/buildroot-kernel.tex | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/slides/buildroot-kernel/buildroot-kernel.tex b/slides/buildroot-kernel/buildroot-kernel.tex
index c320f90..02dedfa 100644
--- a/slides/buildroot-kernel/buildroot-kernel.tex
+++ b/slides/buildroot-kernel/buildroot-kernel.tex
@@ -10,8 +10,8 @@
     done in a special way.
   \item Note: while described with the example of the Linux kernel,
     this discussion is also valid for other packages using {\em
-      kconfig}: \code{barebox}, \code{uclibc}, \code{busybox} and in
-    the near future, \code{u-boot}.
+      kconfig}: \code{barebox}, \code{uclibc}, \code{busybox} and
+    \code{u-boot}.
   \end{itemize}
 \end{frame}
 
@@ -37,6 +37,12 @@
       \item Usually what you will use, so that you can have a custom
         configuration
       \end{itemize}
+    \item \code{Additional fragments}
+      \begin{itemize}
+      \item Also to pass a list of configuration file fragments.
+      \item They can complement or override configuration options
+        specified in a {\em defconfig} or a full configuration file.
+      \end{itemize}
     \end{itemize}
   \end{itemize}
 \end{frame}
@@ -60,7 +66,7 @@
     \begin{itemize}
     \item \code{make linux-update-config}, to save a full config file
     \item \code{make linux-update-defconfig}, to save a minimal
-      defconfig. Available since Buildroot 2015.05.
+      defconfig
     \item Only works if a {\em custom configuration file} is used
     \end{itemize}
   \end{itemize}
@@ -75,7 +81,7 @@
   \item Run \code{make linux-menuconfig} to customize the
     configuration
   \item Do the build, test, tweak the configuration as needed.
-  \item You cannot do \code{make linux-update-config,defconfig},
+  \item You cannot do \code{make linux-update-{config,defconfig}},
     since the Buildroot configuration points to a kernel {\em
       defconfig}
   \item \code{make menuconfig}




More information about the training-materials-updates mailing list