[FE training-materials-updates] sysdev kernel labs: directory creation fix

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Oct 15 16:40:17 CEST 2013


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

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

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

commit 0ec08bb28d0304ae5df307400c654f651a61f0de
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Tue Oct 15 14:46:24 2013 +0200

    sysdev kernel labs: directory creation fix
    
    - Create the "kernel" directory in the first lab,
      not in the second one!
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

0ec08bb28d0304ae5df307400c654f651a61f0de
 .../sysdev-kernel-cross-compiling.tex              |    2 +-
 .../sysdev-kernel-fetch-and-patch.tex              |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
index d70d935..2a08f93 100644
--- a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
+++ b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
@@ -11,7 +11,7 @@ After this lab, you will be able to:
 
 \section{Setup}
 
-Create the \code{$HOME/felabs/sysdev/kernel} directory and go into it.
+Go to the \code{$HOME/felabs/sysdev/kernel} directory.
 
 Install the following packages: \code{libqt4-dev} and
 \code{u-boot-tools}. \code{libqt4-dev} is needed for the
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 37b1612..d865024 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
@@ -9,7 +9,7 @@ After this lab, you will be able to:
 
 \section{Setup}
 
-Go to the \code{$HOME/felabs/sysdev/kernel} directory.
+Create the \code{$HOME/felabs/sysdev/kernel} directory and go into it.
 
 \section{Get the sources}
 



More information about the training-materials-updates mailing list