[FE training-materials-updates] buildroot/slides: Config.in options are for features...

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue May 12 10:38:00 CEST 2015


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

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

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

commit 98543568e316d3508d651ac16acc657fe9e67492
Author: Yann E. MORIN <yann.morin.1998 at free.fr>
Date:   Fri May 8 14:17:56 2015 +0200

    buildroot/slides: Config.in options are for features...
    
    ... and run-time configuration does not belong there.
    
    Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

98543568e316d3508d651ac16acc657fe9e67492
 slides/buildroot-new-packages/buildroot-new-packages.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/slides/buildroot-new-packages/buildroot-new-packages.tex b/slides/buildroot-new-packages/buildroot-new-packages.tex
index d3197cb..e83014e 100644
--- a/slides/buildroot-new-packages/buildroot-new-packages.tex
+++ b/slides/buildroot-new-packages/buildroot-new-packages.tex
@@ -266,9 +266,10 @@ config BR2_PACKAGE_HOST_OPENOCD
     \column{0.4\textwidth}
     \begin{itemize}
     \item Additional sub-options can be defined to further configure
-      the package.
+      the package, to enable or disable extra features.
     \item The value of such options can then be fetched from the package
       \code{.mk} file to adjust the build accordingly.
+    \item Run-time configuration does not belong to \code{Config.in}.
     \end{itemize}
     \column{0.6\textwidth}
     \begin{block}{package/pppd/Config.in}



More information about the training-materials-updates mailing list