[FE training-materials-updates] Kernel compiling lab: fix mismatch in explanations

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Nov 27 17:17:32 CET 2017


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

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

commit f8d40d0f199a0e33d21b4b01e03547e0c23d46c9
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Nov 27 17:17:32 2017 +0100

    Kernel compiling lab: fix mismatch in explanations
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

f8d40d0f199a0e33d21b4b01e03547e0c23d46c9
 .../kernel-compiling-and-nfs-booting.tex                                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex b/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
index 3238c4d..07825e0 100644
--- a/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
+++ b/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
@@ -47,7 +47,7 @@ the kernel for your board:
 sudo apt-get install qt5-default g++ pkg-config
 \end{verbatim}
 
-\code{libqt4-dev} and \code{g++} are needed for \code{make xconfig}.
+\code{qt5-default} and \code{g++} are needed for \code{make xconfig}.
 
 \section{Cross-compiling toolchain setup}
 




More information about the training-materials-updates mailing list