[FE training-materials-updates] labs/buildroot-rootfs: update to Buildroot 2016.05

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jun 7 17:05:16 CEST 2016


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

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

commit df207db234b3958da597a1616b7d9c387932bec1
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Tue Jun 7 15:53:10 2016 +0200

    labs/buildroot-rootfs: update to Buildroot 2016.05
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

df207db234b3958da597a1616b7d9c387932bec1
 labs/buildroot-rootfs/buildroot-rootfs.tex | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/labs/buildroot-rootfs/buildroot-rootfs.tex b/labs/buildroot-rootfs/buildroot-rootfs.tex
index 848b747..68cd1fa 100644
--- a/labs/buildroot-rootfs/buildroot-rootfs.tex
+++ b/labs/buildroot-rootfs/buildroot-rootfs.tex
@@ -198,17 +198,11 @@ mkdir board/felabs/beagleboneblack/linux-patches/
 \end{verbatim}
 
 Copy in this directory the two patches that we provided with the data
-of this lab, in \code{$HOME/buildroot-labs/buildroot-rootfs/linux/},
-but change their name so that their start with
-\code{linux-}\footnote{Note: this renaming will no longer be necessary
-  starting from Buildroot 2015.05, all \code{*.patch} files will be
-  applied.}:
+of this lab, in \code{$HOME/buildroot-labs/buildroot-rootfs/linux/}:
 
 \begin{verbatim}
-cp $HOME/buildroot-labs/buildroot-rootfs/linux/0001-.....patch \
-     board/felabs/beagleboneblack/linux-patches/linux-0001-.....patch
-cp $HOME/buildroot-labs/buildroot-rootfs/linux/0002-.....patch \
-     board/felabs/beagleboneblack/linux-patches/linux-0002-.....patch
+cp $HOME/buildroot-labs/buildroot-rootfs/linux/*.patch \
+     board/felabs/beagleboneblack/linux-patches/
 \end{verbatim}
 
 The first patch adds the driver, the second patch adjusts the Device
@@ -229,7 +223,7 @@ do a build:
 make linux-dirclean
 \end{verbatim}
 
-If you check in \code{output/build/}, the \code{linux-4.0} directory
+If you check in \code{output/build/}, the \code{linux-4.6} directory
 will have disappeared.
 
 Now, we need to adjust our kernel configuration to enable the {\em Wii




More information about the training-materials-updates mailing list