[FE training-materials-updates] yocto: slides: fix the agenda

Antoine Ténart antoine.tenart at free-electrons.com
Mon May 22 13:45:03 CEST 2017


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=4c489b5c0e5e7ce38e6c397549c1de59d63a28ce

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

commit 4c489b5c0e5e7ce38e6c397549c1de59d63a28ce
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Mon May 22 11:47:33 2017 +0200

    yocto: slides: fix the agenda
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


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

4c489b5c0e5e7ce38e6c397549c1de59d63a28ce
 .../yocto-course-outline/yocto-course-outline.tex  | 34 ++++++++++++----------
 1 file changed, 19 insertions(+), 15 deletions(-)

diff --git a/slides/yocto-course-outline/yocto-course-outline.tex b/slides/yocto-course-outline/yocto-course-outline.tex
index d3885f3..0010b21 100644
--- a/slides/yocto-course-outline/yocto-course-outline.tex
+++ b/slides/yocto-course-outline/yocto-course-outline.tex
@@ -1,38 +1,42 @@
 \begin{frame}
 \frametitle{Course outline - Day 1}
-First dive into the Yocto Project.
+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 Customizing an image.
 \item Building an image.
+\item Adding packages to the generated image.
+\item Recipes syntax. Writing a recipe.
 \end{itemize}
-Labs: download the Yocto project sources, compile an image and flash
-the development board.
+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.
+Recipes and layers details: write, use, customize. Machine
+configuration.
 \begin{itemize}
-\item Recipes syntax. Writing a recipe.
-\item Development workflow in the Yocto Project with BitBake.
-\item Adding packages to the generated image.
+\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: add a custom application and its recipe to the build system,
-create a new layer.
+Labs: create a Yocto layer, create a Yocto layer, create a
+custom machine configuration.
 \end{frame}
 
 \begin{frame}
 \frametitle{Course outline - Day 3}
-The Yocto Project as a BSP provider.
+Images and packagegroups details, advanced concepts, SDK and
+runtime package management.
 \begin{itemize}
-\item Extending a recipe.
-\item Writing your own machine configuration.
 \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: integrate kernel changes into the build system, write a machine
-configuration, create a custom image, experiment with the SDK.
+Labs: create a custom image, develop your application in
+the Poky SDK.
 \end{frame}




More information about the training-materials-updates mailing list