From 071e37eb51789add2064039589b0c80130370dce Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 19 Jan 2024 10:27:48 -0500 Subject: [PATCH] labs/yocto-first-build-stm32: correct meta-st-stm32mp tag The v23.07.26 tag doesn't work. Signed-off-by: Michael Opdenacker --- labs/yocto-first-build-stm32/yocto-first-build-stm32.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 31edfdadb6..f35b79b52c 100644 --- a/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex +++ b/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex @@ -36,7 +36,7 @@ \section{Download Yocto} git clone -b kirkstone https://git.openembedded.org/meta-openembedded git clone https://github.com/STMicroelectronics/meta-st-stm32mp cd meta-st-stm32mp -git checkout openstlinux-5.15-yocto-kirkstone-mp1-v23.07.26 +git checkout openstlinux-5.15-yocto-kirkstone-mp1-v22.11.23 \end{bashinput} \section{Set up the build environment}