[bootlin/training-materials updates] master: Xplained and QEMU labs: update to Linux 5.8 (a55f35ee)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Aug 20 18:07:53 CEST 2020


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/a55f35ee0063d56d79cbf041b8abb021a315c16b

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

commit a55f35ee0063d56d79cbf041b8abb021a315c16b
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Aug 20 18:07:53 2020 +0200

    Xplained and QEMU labs: update to Linux 5.8
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

a55f35ee0063d56d79cbf041b8abb021a315c16b
 .../sysdev-kernel-fetch-and-patch.tex                     | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 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 43628edd..d2846355 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
@@ -26,10 +26,10 @@ To practice with the \code{patch} command later, download the full 4.18
 sources. Unpack the archive, which creates a \code{linux-4.18}
 directory.
 }{
-We will use \code{linux-5.6.x}, which this lab was tested with.
+We will use \code{linux-5.8.x}, which this lab was tested with.
 
-To practice with the \code{patch} command later, download the full 5.5
-sources. Unpack the archive, which creates a \code{linux-5.5}
+To practice with the \code{patch} command later, download the full 5.7
+sources. Unpack the archive, which creates a \code{linux-5.7}
 directory.
 }
 
@@ -46,9 +46,9 @@ a second patch to move from 4.19 to 4.19.9.
 We need to use 4.19.9 precisely, because we will apply another patch
 on top of that to add support for the STM32 platform.
 }{
-Download the patch files corresponding to the latest 5.6 stable
-release: a first patch to move from 5.5 to 5.6 and if one exists,
-a second patch to move from 5.6 to 5.6.x.
+Download the patch files corresponding to the latest 5.8 stable
+release: a first patch to move from 5.7 to 5.8 and if one exists,
+a second patch to move from 5.8 to 5.8.x.
 }
 
 Without uncompressing them to a separate file, apply the patches to the Linux
@@ -69,6 +69,5 @@ by such a file. How are described added or removed files?
 \ifdefstring{\labboard}{discovery}{
 Rename the \code{linux-4.18} directory to \code{linux-4.19.<x>}.
 }{
-Rename the \code{linux-5.5} directory to \code{linux-5.6.<x>}.
+Rename the \code{linux-5.7} directory to \code{linux-5.8.<x>}.
 }
-




More information about the training-materials-updates mailing list