[FE training-materials-updates] Embedded Linux labs with Linux 4.4

Michael Opdenacker michael.opdenacker at free-electrons.com
Wed Feb 17 10:32:49 CET 2016


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

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

commit eb77ea1a628a0349ab853dd3b74bd3425eecbc48
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Wed Feb 17 10:32:49 2016 +0100

    Embedded Linux labs with Linux 4.4
    
    - Tested during the latest session
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

eb77ea1a628a0349ab853dd3b74bd3425eecbc48
 .../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 c5c82c6..a41edd6 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-4.3.x}, which this lab was tested with.
+We will use \code{linux-4.4.x}, which this lab was tested with.
 
-To practice with the \code{patch} command later, download the full 4.2
-sources. Unpack the archive, which creates a \code{linux-4.2}
+To practice with the \code{patch} command later, download the full 4.3
+sources. Unpack the archive, which creates a \code{linux-4.3}
 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 4.3 stable
-release: a first patch to move from 4.2 to 4.3 and a second patch to
-move from 4.3 to 4.3.x.
+Download the 2 patch files corresponding to the latest 4.4 stable
+release: a first patch to move from 4.3 to 4.4 and a second patch to
+move from 4.4 to 4.4.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-4.2} directory to \code{linux-4.3.<x>}.
+Rename the \code{linux-4.3} directory to \code{linux-4.4.<x>}.




More information about the training-materials-updates mailing list