[FE training-materials-updates] buildroot-internals: misc small improvements

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed May 6 17:29:08 CEST 2015


Repository : git://git.free-electrons.com/training-materials.git

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

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

commit d6b85fa202af3ea155b7f41ef16b4e66670d3437
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed May 6 17:28:45 2015 +0200

    buildroot-internals: misc small improvements
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

d6b85fa202af3ea155b7f41ef16b4e66670d3437
 slides/buildroot-internals/buildroot-internals.tex | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/slides/buildroot-internals/buildroot-internals.tex b/slides/buildroot-internals/buildroot-internals.tex
index 03cbc64..05651f9 100644
--- a/slides/buildroot-internals/buildroot-internals.tex
+++ b/slides/buildroot-internals/buildroot-internals.tex
@@ -6,12 +6,8 @@
     kernel, in \code{support/kconfig} (variable \code{CONFIG})
   \item {\em kconfig} tools are built in
     \code{$(BUILD_DIR)/buildroot-config/}
-  \item The main \code{Config.in} file, passed to menuconfig/xconfig,
-    is at the top-level of the Buildroot source tree
-  \item Config file saved as \code{.config} in the output directory
-    (except for in-tree builds)
-  \item \code{.config} included in \code{Makefile} $\rightarrow$
-    config values readily available as make variables.
+  \item The main \code{Config.in} file, passed to *config, is at the
+    top-level of the Buildroot source tree
   \end{itemize}
 \begin{block}{}
 \begin{minted}[fontsize=\tiny]{make}
@@ -47,7 +43,7 @@ menuconfig: $(BUILD_DIR)/buildroot-config/mconf outputmakefile
 \begin{frame}[fragile]{Where is {\tt \$(TARGETS)} filled?}
 
 \begin{block}{Part of \code{package/pkg-generic.mk}}
-\begin{minted}[fontsize=\scriptsize]{make}
+\begin{minted}[fontsize=\tiny]{make}
 
 #  argument 1 is the lowercase package name
 #  argument 2 is the uppercase package name, including a HOST_ prefix
@@ -70,6 +66,8 @@ endef # inner-generic-package
   to the \code{$(TARGETS)} variable
 \item \code{package/pkg-generic.mk} is really the core of the package
   infrastructure
+\item Note: as of Buildroot 2015.05, \code{TARGETS} has been renamed
+  to \code{PACKAGES}
 \end{itemize}
 
 \end{frame}



More information about the training-materials-updates mailing list