Skip to content

Commit

Permalink
labs/yocto-first-build*: add missing host package
Browse files Browse the repository at this point in the history
Add python3-distutils which seems to be missing from a fresh Ubuntu
installation and is required by Bitbake.

Fixing error:
"Your Python 3 is not a full install. Please install the module
distutils.sysconfig"

Signed-off-by: Jérémie Dautheribes <[email protected]>
  • Loading branch information
jeremie-dautheribes committed Nov 18, 2024
1 parent 1f944f9 commit 3f742b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 lz4
\end{bashinput}
\begin{verbatim}
sudo apt install bc build-essential chrpath cpio diffstat gawk git python3 texinfo wget lz4 \
python3-distutils
\end{verbatim}
\section{Download Yocto}
Expand Down
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 @@ -19,7 +19,7 @@ \section{Setup}
Install the required packages:
\begin{verbatim}
sudo apt install bc build-essential chrpath cpio diffstat gawk git python3 texinfo wget \
gdisk libssl-dev lz4
gdisk libssl-dev lz4 python3-distutils
\end{verbatim}
\section{Download Yocto}
Expand Down
7 changes: 4 additions & 3 deletions labs/yocto-first-build/yocto-first-build.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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 lz4
\end{bashinput}
\begin{verbatim}
sudo apt install bc build-essential chrpath cpio diffstat gawk git python3 texinfo wget lz4 \
python3-distutils
\end{verbatim}
\section{Download Yocto}
Expand Down

0 comments on commit 3f742b9

Please sign in to comment.