Skip to content

Commit

Permalink
sysdev-kernel-fetch-and-patch: update to 4.19
Browse files Browse the repository at this point in the history
4.19 is needed to apply the stm32mp157 support patch.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
  • Loading branch information
alexandrebelloni committed Apr 16, 2019
1 parent ea25f4b commit 8ee69d8
Showing 1 changed file with 7 additions and 7 deletions.
Expand Up @@ -19,18 +19,18 @@ \section{Get the sources}
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.18.x}, which this lab was tested with.
We will use \code{linux-4.19.x}, which this lab was tested with.
To practice with the \code{patch} command later, download the full 4.17
sources. Unpack the archive, which creates a \code{linux-4.17}
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. Remember that you can use \code{wget <URL>} on the command
line to download files.
\section{Apply patches}
Download the patch files corresponding to the latest 4.18 stable
release: a first patch to move from 4.17 to 4.18 and if one exists,
a second patch to move from 4.18 to 4.18.x.
Download the patch files corresponding to the latest 4.19 stable
release: a first patch to move from 4.18 to 4.19 and if one exists,
a second patch to move from 4.19 to 4.19.x.
Without uncompressing them (!), apply the patches to the Linux
source directory.
Expand All @@ -39,4 +39,4 @@ \section{Apply patches}
(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.17} directory to \code{linux-4.18.<x>}.
Rename the \code{linux-4.18} directory to \code{linux-4.19.<x>}.

0 comments on commit 8ee69d8

Please sign in to comment.