[FE training-materials-updates] sysdev-linux-intro-sources: update tarballs and patches example to 3.9/3.10

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Aug 28 12:15:12 CEST 2013


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

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

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

commit 26700d587ddb964c4e1d565ef975d5922c3a3d72
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Wed Aug 28 12:14:34 2013 +0200

    sysdev-linux-intro-sources: update tarballs and patches example to 3.9/3.10
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

26700d587ddb964c4e1d565ef975d5922c3a3d72
 .../sysdev-linux-intro-sources.tex                 |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex b/slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex
index 14a47df..c2dd5be 100644
--- a/slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex
+++ b/slides/sysdev-linux-intro-sources/sysdev-linux-intro-sources.tex
@@ -84,11 +84,11 @@
       uncompress, but must be done at least once
     \item Example:\\
       \footnotesize
-      \url{http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.1.3.tar.xz}
+      \url{http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.10.9.tar.xz}
       \normalsize
     \item Extract command:\\
       \footnotesize
-      \code{tar Jxf linux-3.1.3.tar.xz}
+      \code{tar Jxf linux-3.10.9.tar.xz}
       \normalsize
     \end{itemize}
   \item {\bf Incremental patches between versions}
@@ -97,8 +97,8 @@
       correct patches in the right order. Quick to download and apply
     \item Examples:\\
       \scriptsize
-      \url{http://www.kernel.org/pub/linux/kernel/v3.0/patch-3.1.xz}\\(3.0 to 3.1)\\
-      \url{http://www.kernel.org/pub/linux/kernel/v3.0/patch-3.1.3.xz}\\(3.1 to 3.1.3)
+      \url{http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.10.xz}\\(3.9 to 3.10)\\
+      \url{http://www.kernel.org/pub/linux/kernel/v3.x/patch-3.10.9.xz}\\(3.10 to 3.10.9)
     \end{itemize}
   \item All previous kernel versions are available in
     \url{http://kernel.org/pub/linux/kernel/}
@@ -214,10 +214,10 @@ diff -Nru a/Makefile b/Makefile
     directory
   \item Linux patch command line example:\\
 \begin{verbatim}
-cd linux-3.0
-xzcat ../patch-3.1.xz | patch -p1
-xzcat ../patch-3.1.3.xz | patch -p1
-cd ..; mv linux-3.0 linux-3.1.3
+cd linux-3.9
+xzcat ../patch-3.10.xz | patch -p1
+xzcat ../patch-3.10.9.xz | patch -p1
+cd ..; mv linux-3.9 linux-3.10.9
 \end{verbatim}
   \end{itemize}
 \end{frame}



More information about the training-materials-updates mailing list