[bootlin/training-materials updates] master: agenda: switch "overview" to "training objectives" for the Yocto agenda (9db07a70)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Sep 22 14:15:13 CEST 2021


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

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

commit 9db07a70215e65a6f7f62738a73e15ca16b10b2f
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Wed Sep 22 14:15:13 2021 +0200

    agenda: switch "overview" to "training objectives" for the Yocto agenda
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

9db07a70215e65a6f7f62738a73e15ca16b10b2f
 agenda/yocto-agenda.tex                 | 24 ++++++++++++++++--------
 agenda/yocto-fr-agenda.tex              | 27 ++++++++++++++++++---------
 agenda/yocto-online-agenda.tex          | 24 ++++++++++++++++--------
 agenda/yocto-online-fr-agenda.tex       | 27 ++++++++++++++++++---------
 agenda/yocto-stm32-online-agenda.tex    | 24 ++++++++++++++++--------
 agenda/yocto-stm32-online-fr-agenda.tex | 27 ++++++++++++++++++---------
 6 files changed, 102 insertions(+), 51 deletions(-)

diff --git a/agenda/yocto-agenda.tex b/agenda/yocto-agenda.tex
index dcbcd0ae..3115c1bd 100644
--- a/agenda/yocto-agenda.tex
+++ b/agenda/yocto-agenda.tex
@@ -12,14 +12,22 @@
 \feagendasummaryitem{Title}{
   {\bf \trainingtitle{}}
 }
-\feagendasummaryitem{Overview}{
-  Understanding the Yocto Project \par
-  Using it to build a root filesystem and run it on your target \par
-  Writing and extending recipes \par
-  Creating layers \par
-  Integrating your board in a BSP \par
-  Creating custom images \par
-  Application development with the Yocto Project SDK
+\feagendasummaryitem{Training objectives}{
+  \begin{itemize}
+  \item Understand the principe of embedded Linux build systems, and how
+    Yocto Project and OpenEmbedded fits in the landscape of embedded
+    Linux build systems.
+  \item Learn how to configure and build a basic Linux root filesystem
+    with Yocto, and install the result on an embedded platform.
+  \item Learn how to write and extend recipes, for your own packages
+    or customizations.
+  \item Learn how to use existing layers of recipes, and how to create
+    your own layers.
+  \item Learn how to integrate your embedded board into a BSP layer.
+  \item Discover how to create custom images.
+  \item Learn the tools and workflows to develop applications with the
+    Yocto Project SDK.
+  \end{itemize}
 }
 \feagendasummaryitem{Materials}{
   Check that the course contents correspond to your needs:
diff --git a/agenda/yocto-fr-agenda.tex b/agenda/yocto-fr-agenda.tex
index c286ebef..6f0116cf 100644
--- a/agenda/yocto-fr-agenda.tex
+++ b/agenda/yocto-fr-agenda.tex
@@ -12,15 +12,24 @@
 \feagendasummaryitem{Titre}{
   {\bf \trainingtitle{}}
 }
-\feagendasummaryitem{Aperçu}{
-  Comprendre l'architecture de Yocto Project \par
-  Utilisation pour compiler un système de fichiers et exécuter
-  celui-ci sur votre plateforme matérielle \par
-  Étendre des recettes ({\em recipes}) existantes et en écrire de nouvelles \par
-  Création de {\em layers} \par
-  Intégration de votre matériel dans un {\em BSP} \par
-  Création d'images sur mesure \par
-  Développement applicatif à l'aide du SDK de Yocto Project
+\feagendasummaryitem{Objectifs}{
+  \begin{itemize}
+  \item Comprendre le principe des systèmes de compilation Linux
+    embarqué, et comment Yocto Project et OpenEmbedded se compare aux
+    autres outils offrant des fonctionnalités similaires.
+  \item Apprendre comment configurer et compiler un système de
+    fichiers racine Linux avec Yocto, et l'installer sur une
+    plateforme embarquée.
+  \item Apprendre comment écrire et étendre des {\em recettes} Yocto,
+    pour de nouveaux paquets ou des personnalisations de paquets.
+  \item Apprendre comment utiliser des {\em layers} de recettes
+    existants, et comment créer de nouveaux {\em layers}.
+  \item Apprendre comment intégrer le support pour votre plateforme
+    embarquée dans un {\em layer BSP}.
+  \item Découvrir comment créer des images personnalisées.
+  \item Découvrir les outils et {\em workflows} pour développer des
+    applications avec le SDK de Yocto Project.
+  \end{itemize}
 }
 \feagendasummaryitem{Supports}{
   Vérifiez que le contenu de la formation correspond à vos besoins :
diff --git a/agenda/yocto-online-agenda.tex b/agenda/yocto-online-agenda.tex
index 90079f28..db5580cd 100644
--- a/agenda/yocto-online-agenda.tex
+++ b/agenda/yocto-online-agenda.tex
@@ -12,14 +12,22 @@
 \feagendasummaryitem{Title}{
   {\bf \trainingtitle{}}
 }
-\feagendasummaryitem{Overview}{
-  Understanding the Yocto Project \par
-  Using it to build a root filesystem and run it on your target \par
-  Writing and extending recipes \par
-  Creating layers \par
-  Integrating your board in a BSP \par
-  Creating custom images \par
-  Application development with the Yocto Project SDK
+\feagendasummaryitem{Training objectives}{
+  \begin{itemize}
+  \item Understand the principe of embedded Linux build systems, and how
+    Yocto Project and OpenEmbedded fits in the landscape of embedded
+    Linux build systems.
+  \item Learn how to configure and build a basic Linux root filesystem
+    with Yocto, and install the result on an embedded platform.
+  \item Learn how to write and extend recipes, for your own packages
+    or customizations.
+  \item Learn how to use existing layers of recipes, and how to create
+    your own layers.
+  \item Learn how to integrate your embedded board into a BSP layer.
+  \item Discover how to create custom images.
+  \item Learn the tools and workflows to develop applications with the
+    Yocto Project SDK.
+  \end{itemize}
 }
 \feagendasummaryitem{Materials}{
   Check that the course contents correspond to your needs:
diff --git a/agenda/yocto-online-fr-agenda.tex b/agenda/yocto-online-fr-agenda.tex
index e6c70156..9bcec167 100644
--- a/agenda/yocto-online-fr-agenda.tex
+++ b/agenda/yocto-online-fr-agenda.tex
@@ -12,15 +12,24 @@
 \feagendasummaryitem{Titre}{
   {\bf \trainingtitle{}}
 }
-\feagendasummaryitem{Aperçu}{
-  Comprendre l'architecture de Yocto Project \par
-  Utilisation pour compiler un système de fichiers et exécuter
-  celui-ci sur votre plateforme matérielle \par
-  Étendre des recettes ({\em recipes}) existantes et en écrire de nouvelles \par
-  Création de {\em layers} \par
-  Intégration de votre matériel dans un {\em BSP} \par
-  Création d'images sur mesure \par
-  Développement applicatif à l'aide du SDK de Yocto Project
+\feagendasummaryitem{Objectifs}{
+  \begin{itemize}
+  \item Comprendre le principe des systèmes de compilation Linux
+    embarqué, et comment Yocto Project et OpenEmbedded se compare aux
+    autres outils offrant des fonctionnalités similaires.
+  \item Apprendre comment configurer et compiler un système de
+    fichiers racine Linux avec Yocto, et l'installer sur une
+    plateforme embarquée.
+  \item Apprendre comment écrire et étendre des {\em recettes} Yocto,
+    pour de nouveaux paquets ou des personnalisations de paquets.
+  \item Apprendre comment utiliser des {\em layers} de recettes
+    existants, et comment créer de nouveaux {\em layers}.
+  \item Apprendre comment intégrer le support pour votre plateforme
+    embarquée dans un {\em layer BSP}.
+  \item Découvrir comment créer des images personnalisées.
+  \item Découvrir les outils et {\em workflows} pour développer des
+    applications avec le SDK de Yocto Project.
+  \end{itemize}
 }
 \feagendasummaryitem{Supports}{
   Vérifiez que le contenu de la formation correspond à vos besoins :
diff --git a/agenda/yocto-stm32-online-agenda.tex b/agenda/yocto-stm32-online-agenda.tex
index f5433791..f681841d 100644
--- a/agenda/yocto-stm32-online-agenda.tex
+++ b/agenda/yocto-stm32-online-agenda.tex
@@ -12,14 +12,22 @@
 \feagendasummaryitem{Title}{
   {\bf \trainingtitle{}}
 }
-\feagendasummaryitem{Overview}{
-  Understanding the Yocto Project \par
-  Using it to build a root filesystem and run it on your target \par
-  Writing and extending recipes \par
-  Creating layers \par
-  Integrating your board in a BSP \par
-  Creating custom images \par
-  Application development with the Yocto Project SDK
+\feagendasummaryitem{Training objectives}{
+  \begin{itemize}
+  \item Understand the principe of embedded Linux build systems, and how
+    Yocto Project and OpenEmbedded fits in the landscape of embedded
+    Linux build systems.
+  \item Learn how to configure and build a basic Linux root filesystem
+    with Yocto, and install the result on an embedded platform.
+  \item Learn how to write and extend recipes, for your own packages
+    or customizations.
+  \item Learn how to use existing layers of recipes, and how to create
+    your own layers.
+  \item Learn how to integrate your embedded board into a BSP layer.
+  \item Discover how to create custom images.
+  \item Learn the tools and workflows to develop applications with the
+    Yocto Project SDK.
+  \end{itemize}
 }
 \feagendasummaryitem{Materials}{
   Check that the course contents correspond to your needs:
diff --git a/agenda/yocto-stm32-online-fr-agenda.tex b/agenda/yocto-stm32-online-fr-agenda.tex
index 42f2455a..2cc07024 100644
--- a/agenda/yocto-stm32-online-fr-agenda.tex
+++ b/agenda/yocto-stm32-online-fr-agenda.tex
@@ -12,15 +12,24 @@
 \feagendasummaryitem{Titre}{
   {\bf \trainingtitle{}}
 }
-\feagendasummaryitem{Aperçu}{
-  Comprendre l'architecture de Yocto Project \par
-  Utilisation pour compiler un système de fichiers et exécuter
-  celui-ci sur votre plateforme matérielle \par
-  Étendre des recettes ({\em recipes}) existantes et en écrire de nouvelles \par
-  Création de {\em layers} \par
-  Intégration de votre matériel dans un {\em BSP} \par
-  Création d'images sur mesure \par
-  Développement applicatif à l'aide du SDK de Yocto Project
+\feagendasummaryitem{Objectifs}{
+  \begin{itemize}
+  \item Comprendre le principe des systèmes de compilation Linux
+    embarqué, et comment Yocto Project et OpenEmbedded se compare aux
+    autres outils offrant des fonctionnalités similaires.
+  \item Apprendre comment configurer et compiler un système de
+    fichiers racine Linux avec Yocto, et l'installer sur une
+    plateforme embarquée.
+  \item Apprendre comment écrire et étendre des {\em recettes} Yocto,
+    pour de nouveaux paquets ou des personnalisations de paquets.
+  \item Apprendre comment utiliser des {\em layers} de recettes
+    existants, et comment créer de nouveaux {\em layers}.
+  \item Apprendre comment intégrer le support pour votre plateforme
+    embarquée dans un {\em layer BSP}.
+  \item Découvrir comment créer des images personnalisées.
+  \item Découvrir les outils et {\em workflows} pour développer des
+    applications avec le SDK de Yocto Project.
+  \end{itemize}
 }
 \feagendasummaryitem{Supports}{
   Vérifiez que le contenu de la formation correspond à vos besoins :




More information about the training-materials-updates mailing list