[bootlin/training-materials updates] master: yocto: lab1: upgrade to kirkstone (stm32 boards) (64efb20a)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Jul 14 11:48:12 CEST 2022


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

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

commit 64efb20a5ba3b6c57caf74fa18c4e95aa4c5005d
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Tue Jul 12 09:46:07 2022 +0200

    yocto: lab1: upgrade to kirkstone (stm32 boards)
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

64efb20a5ba3b6c57caf74fa18c4e95aa4c5005d
 labs/yocto-first-build-stm32/yocto-first-build-stm32.tex | 8 ++++----
 1 file changed, 4 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 0ec2256e..f31990c9 100644
--- a/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
+++ b/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
@@ -23,20 +23,20 @@ sudo apt install bc build-essential chrpath cpio diffstat gawk git python texinf
 
 \section{Download Yocto}
 
-Download the \code{Dunfell} version of Poky:
+Download the \code{kirkstone} version of Poky:
 \begin{verbatim}
 git clone https://git.yoctoproject.org/git/poky
 cd $HOME/__SESSION_NAME__-labs/poky
-git checkout -b dunfell-23.0.13 dunfell-23.0.13
+git checkout -b kirkstone-4.0.2 kirkstone-4.0.2
 \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 dunfell https://git.openembedded.org/meta-openembedded
+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 a95cc1ec39b60a1dc50d0902c91675935959e6d2
+git checkout openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15
 \end{verbatim}
 
 \section{Set up the build environment}




More information about the training-materials-updates mailing list