From 07f6e98e2935a211137c9071a83c3b2c6135c2a1 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Tue, 7 Nov 2023 12:49:01 +0100 Subject: [PATCH] labs/yocto-first-build*: add missing host package Now necessary Signed-off-by: Michael Opdenacker --- 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 f7f0d4993f..8da660fbd2 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 @@ \section{Setup} 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 1f9da4818c..b6daca251a 100644 --- a/labs/yocto-first-build/yocto-first-build.tex +++ b/labs/yocto-first-build/yocto-first-build.tex @@ -18,7 +18,7 @@ \section{Setup} 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}