[bootlin/training-materials updates] master: yocto-first-build-stm32: install libssl-dev (bc3d9e74)

Alexandre Belloni alexandre.belloni at bootlin.com
Mon Oct 3 14:07:48 CEST 2022


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

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

commit bc3d9e74132aa5a2ee11057d4fe1339d70fe2c2e
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Mon Oct 3 14:07:48 2022 +0200

    yocto-first-build-stm32: install libssl-dev
    
    atf-tools-native is missing a dependency and expects openssl dev to be
    installed on the host
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

bc3d9e74132aa5a2ee11057d4fe1339d70fe2c2e
 labs/yocto-first-build-stm32/yocto-first-build-stm32.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 f31990c9..e50da500 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{verbatim}
-sudo apt install bc build-essential chrpath cpio diffstat gawk git python texinfo wget gdisk
+sudo apt install bc build-essential chrpath cpio diffstat gawk git python texinfo wget gdisk libssl-dev
 \end{verbatim}
 
 \section{Download Yocto}




More information about the training-materials-updates mailing list