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 f35b79b52c..6993b3c840 100644 --- a/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex +++ b/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex @@ -17,9 +17,10 @@ \section{Setup} 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 lz4 -\end{bashinput} +\begin{verbatim} +sudo apt install bc build-essential chrpath cpio diffstat gawk git python3 texinfo wget \ + gdisk libssl-dev lz4 +\end{verbatim} \section{Download Yocto}