[FE training-materials-updates] sysdev-linux-intro-lab-cross-compilation: fix up the steps of the labs

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Nov 4 14:32:17 CET 2014


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

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

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

commit 0e6d4b5cccc90d093554f148cd0d1d5cc1f3fc60
Author: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Date:   Tue Nov 4 14:31:13 2014 +0100

    sysdev-linux-intro-lab-cross-compilation: fix up the steps of the labs
    
    We no longer "configure the Makefile", as we have removed since a long
    time the horrible solution of hardcoding ARCH and CROSS_COMPILE in the
    Makefile.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>


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

0e6d4b5cccc90d093554f148cd0d1d5cc1f3fc60
 .../sysdev-linux-intro-lab-cross-compilation.tex                      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-linux-intro-lab-cross-compilation/sysdev-linux-intro-lab-cross-compilation.tex b/slides/sysdev-linux-intro-lab-cross-compilation/sysdev-linux-intro-lab-cross-compilation.tex
index aff7817..8702c66 100644
--- a/slides/sysdev-linux-intro-lab-cross-compilation/sysdev-linux-intro-lab-cross-compilation.tex
+++ b/slides/sysdev-linux-intro-lab-cross-compilation/sysdev-linux-intro-lab-cross-compilation.tex
@@ -3,8 +3,8 @@
 {
   \begin{itemize}
   \item Set up the cross-compiling environment
-  \item Configure the kernel \code{Makefile} accordingly
-  \item Cross-compile the kernel for an \code{arm} platform
+  \item Configure and cross-compile the kernel for an \code{arm}
+    platform
   \item On this platform, interact with the bootloader and boot your
     kernel
   \end{itemize}



More information about the training-materials-updates mailing list