[bootlin/training-materials updates] master: yocto: slides: replace "application" -> "software component" (48bf48b4)

Luca Ceresoli luca.ceresoli at bootlin.com
Tue May 9 14:30:46 CEST 2023


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

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

commit 48bf48b4fdae31c13f0ec0c87c75980c9247f061
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Tue May 9 14:30:46 2023 +0200

    yocto: slides: replace "application" -> "software component"
    
    These are some crucial places where it's better to avoid
    misinterpretations, thus it's better to clarify that a recipe can describe
    something that is not an application.
    
    Also apply some minor grammar improvements.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

48bf48b4fdae31c13f0ec0c87c75980c9247f061
 slides/yocto-advanced/yocto-advanced.tex           |  4 ++--
 slides/yocto-recipe-basics/yocto-recipe-basics.tex | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/slides/yocto-advanced/yocto-advanced.tex b/slides/yocto-advanced/yocto-advanced.tex
index cd9a37de..1187d72d 100644
--- a/slides/yocto-advanced/yocto-advanced.tex
+++ b/slides/yocto-advanced/yocto-advanced.tex
@@ -13,8 +13,8 @@
 \begin{frame}
   \frametitle{A little reminder}
   \begin{itemize}
-    \item {\em Recipes} describe how to fetch, configure, compile and
-      install applications.
+    \item A {\em Recipe} describe how to fetch, configure, compile and
+      install a software component (application, library, \dots).
     \item These tasks can be run independently (if their dependencies
       are met).
     \item All available packages in Poky are not selected by default
diff --git a/slides/yocto-recipe-basics/yocto-recipe-basics.tex b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
index b96d9232..c6b20b7c 100644
--- a/slides/yocto-recipe-basics/yocto-recipe-basics.tex
+++ b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
@@ -11,13 +11,13 @@
 \begin{frame}
   \frametitle{Basics}
   \begin{itemize}
-    \item Recipes describe how to handle a given application.
-    \item A recipe is a set of instructions to describe how to
-      retrieve, patch, compile, install and generate binary packages
-      for a given application.
+    \item A recipe describes how to handle a given software component
+      (application, library, \dots).
+    \item It is a set of instructions to describe how to retrieve, patch,
+      compile, install and generate binary packages.
     \item It also defines what build or runtime dependencies are
       required.
-    \item The recipes are parsed by the BitBake build engine.
+    \item Recipes are parsed by the BitBake build engine.
     \item The format of a recipe file name is
       \code{<application-name>_<version>.bb}
   \end{itemize}




More information about the training-materials-updates mailing list