From f4f7a92a30ae42251100246e8ad8e48c572d2ba8 Mon Sep 17 00:00:00 2001 From: Joao Marcos Costa Date: Tue, 19 Dec 2023 16:23:45 +0100 Subject: [PATCH] yocto-first-build-stm32: bump meta-st-stm32 branch The newer tag addresses an error in do_configure task for openocd-stm32mp-native_0.11.0.bb. Signed-off-by: Joao Marcos Costa --- 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 f35b79b52c..31edfdadb6 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-v22.11.23 +git checkout openstlinux-5.15-yocto-kirkstone-mp1-v23.07.26 \end{bashinput} \section{Set up the build environment}