[BL training-materials-updates] labs/kernel-compiling-and-nfs-booting: add bison/flex

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Jul 16 14:18:07 CEST 2018


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

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

commit ff6a567e0552ee6792ffeda53d64212ea49b8a81
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Mon Jul 16 14:18:07 2018 +0200

    labs/kernel-compiling-and-nfs-booting: add bison/flex
    
    Since Linux 4.16, bison/flex are needed to use kconfig, so let's tell
    the participants to install those packages.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

ff6a567e0552ee6792ffeda53d64212ea49b8a81
 .../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 0ca0f5e..6cc56fc 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
@@ -44,7 +44,7 @@ Install packages needed for configuring, compiling and booting
 the kernel for your board:
 
 \begin{verbatim}
-sudo apt install qt5-default g++ pkg-config libssl-dev
+sudo apt install qt5-default g++ pkg-config libssl-dev bison flex
 \end{verbatim}
 
 \code{qt5-default} and \code{g++} are needed for \code{make xconfig}.




More information about the training-materials-updates mailing list