[FE training-materials-updates] sysdev: Update the kernel fetch and patch lab

Maxime Ripard maxime.ripard at free-electrons.com
Sun Jun 15 22:38:32 CEST 2014


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

On branch  : sysdev-xplained
Link       : http://git.free-electrons.com/training-materials/commit/?id=505a5a20a8c0ce10f47330d6330ff51c64c3f245

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

commit 505a5a20a8c0ce10f47330d6330ff51c64c3f245
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Jun 5 16:53:50 2014 +0200

    sysdev: Update the kernel fetch and patch lab
    
    The Xplained support has been introduced with 3.14. Update the kernel to use in
    this lab.
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

505a5a20a8c0ce10f47330d6330ff51c64c3f245
 .../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 8ffd5fd..47c687a 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.11.x}, which this lab was tested with.
+We will use \code{linux-3.14.x}, which this lab was tested with.
 
-To practice the patch command later, download the full 3.10
-sources. Unpack the archive, which creates a \code{linux-3.10}
+To practice the patch command later, download the full 3.13
+sources. Unpack the archive, which creates a \code{linux-3.13}
 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.11 stable
-release: a first patch to move from 3.10 to 3.11 and a second patch to
-move from 3.11 to 3.11.x.
+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.
 
 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.10} directory to \code{linux-3.11.<x>}.
+Rename the \code{linux-3.13} directory to \code{linux-3.14.<x>}.



More information about the training-materials-updates mailing list