From 35b71e1485de14052a47d6936f9c09c48873e413 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 15 Nov 2024 10:42:53 +0100 Subject: [PATCH] labs: yocto: stm32: lab1: add note on setting username and email 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 Signed-off-by: Antonin Godard --- labs/yocto-first-build-stm32/yocto-first-build-stm32.tex | 7 +++++++ 1 file changed, 7 insertions(+) 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 034a7e4447..08861ed240 100644 --- a/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex +++ b/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex @@ -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 "your@email.com" +\end{verbatim} + \section{Build your first image} Now that you're ready to start the compilation, simply run: