Skip to content

Commit

Permalink
labs/yocto-first-build*: add missing host package
Browse files Browse the repository at this point in the history
Now necessary

Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed Nov 7, 2023
1 parent b8fd440 commit 07f6e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion labs/yocto-first-build/yocto-first-build.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 07f6e98

Please sign in to comment.