[bootlin/training-materials updates] master: labs/yocto-first-build-stm32: switch to Dunfell branch (1534b05d)

Alexandre Belloni alexandre.belloni at bootlin.com
Fri Jul 9 18:11:54 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/1534b05def6c915d3d0cba8273352db21bca7647

>---------------------------------------------------------------

commit 1534b05def6c915d3d0cba8273352db21bca7647
Author: Thomas Perrot <thomas.perrot at bootlin.com>
Date:   Mon Jun 7 10:48:17 2021 +0200

    labs/yocto-first-build-stm32: switch to Dunfell branch
    
    Signed-off-by: Thomas Perrot <thomas.perrot at bootlin.com>


>---------------------------------------------------------------

1534b05def6c915d3d0cba8273352db21bca7647
 labs/yocto-first-build-stm32/yocto-first-build-stm32.tex | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

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 139edcd3..70c60951 100644
--- a/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
+++ b/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
@@ -23,18 +23,19 @@ sudo apt install bc build-essential chrpath cpio diffstat gawk git python texinf
 
 \section{Download Yocto}
 
-Download the \code{zeus} version of Poky:
+Download the \code{Dunfell} version of Poky:
 \begin{verbatim}
 git clone git://git.yoctoproject.org/poky.git
 cd $HOME/__SESSION_NAME__-labs/poky
-git checkout -b zeus-22.0.3 zeus-22.0.3
+git checkout -b dunfell-23.0.7 dunfell-23.0.7
 \end{verbatim}
 
 Return to your project root directory (\code{cd $HOME/__SESSION_NAME__-labs/})
 and download the OpenEmbedded and STM32MP layers:
 \begin{verbatim}
-git clone -b zeus git://git.openembedded.org/meta-openembedded
-git clone -b zeus https://github.com/STMicroelectronics/meta-st-stm32mp.git
+git clone -b dunfell git://git.openembedded.org/meta-openembedded
+git clone https://github.com/STMicroelectronics/meta-st-stm32mp.git
+git checkout -b dunfell a95cc1ec39b60a1dc50d0902c91675935959e6d2
 \end{verbatim}
 
 \section{Set up the build environment}




More information about the training-materials-updates mailing list