Skip to content

Commit

Permalink
labs: yocto: stm32: lab1: add note on setting username and email
Browse files Browse the repository at this point in the history
It seems that the openocd build is failing without this for some reason
(it shouldn't in theory, the git fetcher is supposed to set that...).

Reported-by: Alexandre Belloni <[email protected]>
Signed-off-by: Antonin Godard <[email protected]>
  • Loading branch information
antznin committed Nov 26, 2024
1 parent 9d8c71c commit c5f899d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ \section{Set up the build environment}
\code{meta-openembedded/meta-oe}, \code{meta-openembedded/meta-python} and \code{meta-st-stm32mp} directory to the
\yoctovar{BBLAYERS} variable.
Finally, if not done already, configure a git username and email as some recipe
can fail without it:
\begin{verbatim}
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
\end{verbatim}
\section{Build your first image}
Now that you're ready to start the compilation, simply run:
Expand Down

0 comments on commit c5f899d

Please sign in to comment.