[bootlin/training-materials updates] master: yocto: labs: upgrade to latest kirkstone releases (1cdc8239)

Luca Ceresoli luca.ceresoli at bootlin.com
Wed Dec 28 22:28:04 CET 2022


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

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

commit 1cdc8239257991f0fa4a0f3cf4c22aea06294514
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Dec 28 22:28:04 2022 +0100

    yocto: labs: upgrade to latest kirkstone releases
    
    kirkstone-4.0.2 warns that Ubuntu 22.04 is not supported, which puzzles
    some trainees as it is the distro we recommend. Switch to the latest
    kirkstone branches which officially support Ubuntu 22.04.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

1cdc8239257991f0fa4a0f3cf4c22aea06294514
 labs/yocto-first-build-stm32/yocto-first-build-stm32.tex | 4 ++--
 labs/yocto-first-build/yocto-first-build.tex             | 6 +++---
 2 files changed, 5 insertions(+), 5 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 87c69122..712ca9e0 100644
--- a/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
+++ b/labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
@@ -27,7 +27,7 @@ Download the \code{kirkstone} version of Poky:
 \begin{bashinput}
 git clone https://git.yoctoproject.org/git/poky
 cd $HOME/__SESSION_NAME__-labs/poky
-git checkout -b kirkstone-4.0.2 kirkstone-4.0.2
+git checkout -b kirkstone-4.0.5 kirkstone-4.0.5
 \end{bashinput}
 
 Return to your project root directory (\code{cd $HOME/__SESSION_NAME__-labs/})
@@ -36,7 +36,7 @@ and download the OpenEmbedded and STM32MP layers:
 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.06.15
+git checkout openstlinux-5.15-yocto-kirkstone-mp1-v22.11.23
 \end{bashinput}
 
 \section{Set up the build environment}
diff --git a/labs/yocto-first-build/yocto-first-build.tex b/labs/yocto-first-build/yocto-first-build.tex
index 5ec6ac6b..1f9da481 100644
--- a/labs/yocto-first-build/yocto-first-build.tex
+++ b/labs/yocto-first-build/yocto-first-build.tex
@@ -27,7 +27,7 @@ Download the \code{kirkstone} version of Poky:
 \begin{bashinput}
 git clone https://git.yoctoproject.org/git/poky
 cd $HOME/__SESSION_NAME__-labs/poky
-git checkout -b kirkstone-4.0.2 kirkstone-4.0.2
+git checkout -b kirkstone-4.0.5 kirkstone-4.0.5
 \end{bashinput}
 
 Return to your project root directory (\code{cd $HOME/__SESSION_NAME__-labs/})
@@ -36,13 +36,13 @@ and download the \code{meta-arm} and \code{meta-ti} layers:
 cd $HOME/__SESSION_NAME__-labs
 git clone https://git.yoctoproject.org/git/meta-arm
 cd meta-arm
-git checkout -b yocto-4.0 yocto-4.0
+git checkout -b yocto-4.0.1 yocto-4.0.1
 \end{bashinput}
 \begin{bashinput}
 cd $HOME/__SESSION_NAME__-labs
 git clone https://git.yoctoproject.org/git/meta-ti
 cd meta-ti
-git checkout -b kirkstone-labs 2124e7ecd88d1aded320e86da62785c3ab171b27
+git checkout -b kirkstone-labs 2a5a0339d5bd28d6f6aedaf02a6aaa9b73a248e4
 git am $HOME/__SESSION_NAME__-labs/bootlin-lab-data/0001-Simplify-linux-ti-staging-recipe-for-the-Bootlin-lab.patch
 \end{bashinput}
 




More information about the training-materials-updates mailing list