[bootlin/training-materials updates] master: labs/yocto-first-build*: add missing host package (07f6e98e)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Nov 7 12:49:01 CET 2023


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

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

commit 07f6e98e2935a211137c9071a83c3b2c6135c2a1
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Nov 7 12:49:01 2023 +0100

    labs/yocto-first-build*: add missing host package
    
    Now necessary
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

07f6e98e2935a211137c9071a83c3b2c6135c2a1
 labs/yocto-first-build-stm32/yocto-first-build-stm32.tex | 2 +-
 labs/yocto-first-build/yocto-first-build.tex             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex b/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
index f7f0d499..8da660fb 100644
--- a/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
+++ b/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
@@ -18,7 +18,7 @@ Go to the \code{$HOME/__SESSION_NAME__-labs/} directory.
 
 Install the required packages:
 \begin{bashinput}
-sudo apt install bc build-essential chrpath cpio diffstat gawk git python3 texinfo wget gdisk libssl-dev
+sudo apt install bc build-essential chrpath cpio diffstat gawk git python3 texinfo wget gdisk libssl-dev lz4
 \end{bashinput}
 
 \section{Download Yocto}
diff --git a/labs/yocto-first-build/yocto-first-build.tex b/labs/yocto-first-build/yocto-first-build.tex
index 1f9da481..b6daca25 100644
--- a/labs/yocto-first-build/yocto-first-build.tex
+++ b/labs/yocto-first-build/yocto-first-build.tex
@@ -18,7 +18,7 @@ Go to the \code{$HOME/__SESSION_NAME__-labs/} directory.
 
 Install the required packages:
 \begin{bashinput}
-sudo apt install bc build-essential chrpath cpio diffstat gawk git python3 texinfo wget
+sudo apt install bc build-essential chrpath cpio diffstat gawk git python3 texinfo wget lz4
 \end{bashinput}
 
 \section{Download Yocto}




More information about the training-materials-updates mailing list