[bootlin/training-materials updates] master: Yocto slides: remove the course outline (7d285e34)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Jun 15 09:16:02 CEST 2021


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

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

commit 7d285e34313539d5f7ab4532b9d1a8f50234c4fb
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Jun 15 09:16:02 2021 +0200

    Yocto slides: remove the course outline
    
    Only for on-site sessions, doesn't apply to on-line ones.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

7d285e34313539d5f7ab4532b9d1a8f50234c4fb
 mk/yocto-stm32.mk                                  |  1 -
 mk/yocto.mk                                        |  1 -
 .../yocto-course-outline/yocto-course-outline.tex  | 41 ----------------------
 3 files changed, 43 deletions(-)

diff --git a/mk/yocto-stm32.mk b/mk/yocto-stm32.mk
index 8011a12d..8ac937d6 100644
--- a/mk/yocto-stm32.mk
+++ b/mk/yocto-stm32.mk
@@ -5,7 +5,6 @@ YOCTO_STM32_SLIDES    = \
 		yocto-shopping-list \
 		beagleboneblack-board \
 		discovery-board-dk1 \
-		yocto-course-outline \
 		course-information \
 		setup-lab \
 		buildroot-yocto-introduction \
diff --git a/mk/yocto.mk b/mk/yocto.mk
index 6618bfad..dd0da9f1 100644
--- a/mk/yocto.mk
+++ b/mk/yocto.mk
@@ -5,7 +5,6 @@ YOCTO_SLIDES    = \
 		yocto-shopping-list \
 		beagleboneblack-board \
 		discovery-board-dk1 \
-		yocto-course-outline \
 		course-information \
 		setup-lab \
 		buildroot-yocto-introduction \
diff --git a/slides/yocto-course-outline/yocto-course-outline.tex b/slides/yocto-course-outline/yocto-course-outline.tex
deleted file mode 100644
index 22c419be..00000000
--- a/slides/yocto-course-outline/yocto-course-outline.tex
+++ /dev/null
@@ -1,41 +0,0 @@
-\begin{frame}
-\frametitle{Course outline - Day 1}
-First dive into the Yocto Project. Introduction to recipes.
-\begin{itemize}
-\item Overview of an embedded Linux system architecture.
-\item Organization of the Yocto Project source tree.
-\item Building an image.
-\item Adding packages to the generated image.
-\item Recipes syntax. Writing a recipe.
-\end{itemize}
-Labs: first Yocto Project build, advanced Yocto configuration,
-add a custom application.
-\end{frame}
-
-\begin{frame}
-\frametitle{Course outline - Day 2}
-Recipes and layers details: write, use, customize. Machine
-configuration.
-\begin{itemize}
-\item Advanced recipes concepts.
-\item Extending existing recipes.
-\item The Yocto Project layers. Adding a new layer.
-\item Writing your own machine configuration.
-\end{itemize}
-Labs: create a Yocto layer, create a custom machine configuration.
-\end{frame}
-
-\begin{frame}
-\frametitle{Course outline - Day 3}
-Images and packagegroups details, advanced concepts, SDK and
-runtime package management.
-\begin{itemize}
-\item Adding a custom image.
-\item Further recipes concepts.
-\item Rootfs generation.
-\item Using the Yocto Project SDK.
-\item Runtime package management.
-\end{itemize}
-Labs: create a custom image, develop your application in
-the Poky SDK.
-\end{frame}




More information about the training-materials-updates mailing list