Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port the Yocto labs to Scarthgap #255

Merged
merged 22 commits into from
Nov 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1978e7d
labs: yocto: stm32: update lab1 to scarthgap
antznin Oct 1, 2024
a1c16fb
labs: yocto: stm32: update lab2 to scarthgap
antznin Oct 2, 2024
c882b2a
slides: yocto: change example branch to scarthgap
antznin Oct 2, 2024
27eee7e
labs: yocto: stm32: update lab5 to scarthgap
antznin Oct 2, 2024
81aab8c
lab-data: yocto: stm32: udpate defconfig for 6.1 kernel
antznin Oct 4, 2024
94a6a20
labs: yocto: stm32: update lab6 to scarthgap
antznin Oct 4, 2024
dc807b6
labs: yocto: stm32: update lab8 to scarthgap
antznin Oct 4, 2024
d1af84d
labs: yocto: update lab9 to scarthgap
antznin Oct 14, 2024
2a84762
labs: yocto: beagleplay: update lab1 to scarthgap
antznin Oct 18, 2024
2b00532
labs: yocto: beagleplay: update lab2 to scarthgap
antznin Oct 18, 2024
3d1c2f2
labs: yocto: beagleplay: update lab5 to scarthgap
antznin Oct 18, 2024
cafcebc
labs: yocto: beagleplay: update lab6 to scarthgap
antznin Oct 18, 2024
0b87132
labs: yocto: beagleplay: update lab8 to scarthgap
antznin Oct 18, 2024
b1cb8ab
labs: yocto: beaglebone: update lab1 to scarthgap
antznin Oct 18, 2024
9b4fdd7
labs: yocto: beaglebone: update lab2 to scarthgap
antznin Oct 18, 2024
497516c
labs: yocto: beaglebone: update lab5 to scarthgap
antznin Oct 18, 2024
227cb23
labs: yocto: beaglebone: update lab6 to scarthgap
antznin Oct 18, 2024
e102eaa
labs: yocto: beaglebone: update lab8 to scarthgap
antznin Oct 18, 2024
177e9b9
slides: yocto: update kirkstone references to scarthgap
antznin Nov 13, 2024
5bc9424
slides: yocto: move to the classes-recipe/classes-global naming
antznin Nov 13, 2024
82114e4
labs: yocto: beagleplay: lab1: add a patch to enable uboot env saving
antznin Nov 13, 2024
78b94fb
labs: yocto: stm32: lab1: add note on setting username and email
antznin Nov 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
slides: yocto: update kirkstone references to scarthgap
* Update the references when relevant.
* The linux4sam link is valid and still has an anonymous function.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
antznin committed Nov 25, 2024
commit 177e9b9261e389e869c30939c9faf671baf8c714
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ \section{Setup}

\section{Download Yocto}

Download the \code{kirkstone} version of Poky:
Download the \code{scarthgap} version of Poky:
\begin{bashinput}
git clone https://git.yoctoproject.org/git/poky
cd $HOME/__SESSION_NAME__-labs/poky
2 changes: 1 addition & 1 deletion labs/yocto-first-build-stm32/yocto-first-build-stm32.tex
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ \section{Setup}

\section{Download Yocto}

Download the \code{kirkstone} version of Poky:
Download the \code{scarthgap} version of Poky:
\begin{bashinput}
git clone https://git.yoctoproject.org/git/poky
cd $HOME/__SESSION_NAME__-labs/poky
2 changes: 1 addition & 1 deletion labs/yocto-first-build/yocto-first-build.tex
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ \section{Setup}

\section{Download Yocto}

Download the \code{kirkstone} version of Poky:
Download the \code{scarthgap} version of Poky:
\begin{bashinput}
git clone https://git.yoctoproject.org/git/poky
cd $HOME/__SESSION_NAME__-labs/poky
8 changes: 4 additions & 4 deletions slides/yocto-layer-management/yocto-layer-management.tex
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ \section{Automating layer management}
<remote name="yocto-project" fetch="git.yoctoproject.org" />
<remote name="private" fetch="git.example.net" />

<default revision="kirkstone" remote="private" />
<default revision="scarthgap" remote="private" />

<project name="poky" remote="yocto-project" />
<project name="meta-ti" remote="yocto-project" />
@@ -121,7 +121,7 @@ \section{Automating layer management}

openembedded-core:
url: "https://git.openembedded.org/openembedded-core"
branch: kirkstone
branch: scarthgap
layers:
meta:
\end{minted}
@@ -135,11 +135,11 @@ \section{Automating layer management}
\begin{minted}{yaml}
meta-freescale:
url: "https://github.com/Freescale/meta-freescale"
branch: kirkstone
branch: scarthgap

meta-openembedded:
url: https://git.openembedded.org/meta-openembedded
branch: kirkstone
branch: scarthgap
layers:
meta-oe:
meta-python:
2 changes: 1 addition & 1 deletion slides/yocto-overview/yocto-overview.tex
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd update the "kirkstone or honister" below to "kirkstone or scarthgap" as well.

Original file line number Diff line number Diff line change
@@ -155,7 +155,7 @@ \subsection{The Poky reference system overview}
}
\item A new version is released every 6 months, and maintained for 7 months
\item \textbf{LTS} versions are maintained for 4 years, and announced before their release.
\item Each release has a codename such as \code{kirkstone} or \code{honister},
\item Each release has a codename such as \code{kirkstone} or \code{scarthgap},
corresponding to a release number.
\begin{itemize}
\item A summary can be found at \url{https://wiki.yoctoproject.org/wiki/Releases}
2 changes: 1 addition & 1 deletion slides/yocto-recipe-extra/yocto-recipe-extra.tex
Original file line number Diff line number Diff line change
@@ -163,7 +163,7 @@ \subsection{Using Python code in metadata}
\end{minted}
Real life example of anonymous function:
\footnotesize
\url{https://github.com/linux4sam/meta-atmel/blob/kirkstone/recipes-kernel/linux/linux.inc}
\url{https://github.com/linux4sam/meta-atmel/blob/scarthgap/recipes-kernel/linux/linux.inc}
\end{frame}

\subsection{Variable flags}