[FE training-materials-updates] Embedded Linux labs: use 3.17

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Dec 3 11:52:43 CET 2014


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

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

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

commit 3af8ab08cb2a7af1ecd773bbd0fed80c5121f6da
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Dec 3 11:09:13 2014 +0100

    Embedded Linux labs: use 3.17
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

3af8ab08cb2a7af1ecd773bbd0fed80c5121f6da
 .../sysdev-kernel-fetch-and-patch.tex                      | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex b/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex
index 94d5e5f..1d5d24f 100644
--- a/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex
+++ b/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex
@@ -19,18 +19,18 @@ identify the latest stable version.
 Just to make sure you know how to do it, check the version of the
 Linux kernel running on your machine.
 
-We will use \code{linux-3.14.x}, which this lab was tested with.
+We will use \code{linux-3.17.x}, which this lab was tested with.
 
-To practice the patch command later, download the full 3.13
-sources. Unpack the archive, which creates a \code{linux-3.13}
+To practice with the \code{patch} command later, download the full 3.16
+sources. Unpack the archive, which creates a \code{linux-3.16}
 directory. Remember that you can use \code{wget <URL>} on the command
 line to download files.
 
 \section{Apply patches}
 
-Download the 2 patch files corresponding to the latest 3.14 stable
-release: a first patch to move from 3.13 to 3.14 and a second patch to
-move from 3.14 to 3.14.x.
+Download the 2 patch files corresponding to the latest 3.17 stable
+release: a first patch to move from 3.16 to 3.17 and a second patch to
+move from 3.17 to 3.17.x.
 
 Without uncompressing them (!), apply the 2 patches to the Linux
 source directory.
@@ -39,4 +39,4 @@ View one of the 2 patch files with \code{vi} or \code{gvim}
 (if you prefer a graphical editor), to understand the information carried
 by such a file. How are described added or removed files?
 
-Rename the \code{linux-3.13} directory to \code{linux-3.14.<x>}.
+Rename the \code{linux-3.16} directory to \code{linux-3.17.<x>}.



More information about the training-materials-updates mailing list