[bootlin/training-materials updates] master: Embedded Linux: add "unzip" package to toolchain lab (55e5d3e2)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Nov 9 19:06:04 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/55e5d3e2ca7fb8cb700a47b5edf8f587a37ffe16

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

commit 55e5d3e2ca7fb8cb700a47b5edf8f587a37ffe16
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Nov 9 19:06:04 2021 +0100

    Embedded Linux: add "unzip" package to toolchain lab
    
    Needed as a dependency on Ubuntu 20.04
    
    Reported-by: Seppe Stas <Seppe.Stas at qorvo.com>
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

55e5d3e2ca7fb8cb700a47b5edf8f587a37ffe16
 labs/sysdev-toolchain/sysdev-toolchain.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-toolchain/sysdev-toolchain.tex b/labs/sysdev-toolchain/sysdev-toolchain.tex
index d8c62b35..77a58151 100644
--- a/labs/sysdev-toolchain/sysdev-toolchain.tex
+++ b/labs/sysdev-toolchain/sysdev-toolchain.tex
@@ -18,7 +18,7 @@ Go to the \code{$HOME/__SESSION_NAME__-labs/toolchain} directory.
 Install the packages needed for this lab:
 
 \begin{bashinput}
-$ sudo apt install build-essential git autoconf bison flex texinfo help2man gawk libtool-bin libncurses5-dev
+$ sudo apt install build-essential git autoconf bison flex texinfo help2man gawk libtool-bin libncurses5-dev unzip
 \end{bashinput}
 
 \section{Getting Crosstool-ng}




More information about the training-materials-updates mailing list