[bootlin/training-materials updates] master: yocto: labs: wrap 'apt install' line overflowing outside page borders (8a430fea)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Nov 18 10:38:41 CET 2022


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

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

commit 8a430feac5af6328d369aa853a48e8c8fe56ab1d
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Nov 16 10:13:05 2022 +0100

    yocto: labs: wrap 'apt install' line overflowing outside page borders
    
    This is line is too long and 'libssl-dev' is partially out of the page.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

8a430feac5af6328d369aa853a48e8c8fe56ab1d
 labs/yocto-first-build-stm32/yocto-first-build-stm32.tex | 3 ++-
 1 file changed, 2 insertions(+), 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 e50da500..6442a21e 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,8 @@ 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 libssl-dev
+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