[bootlin/training-materials updates] master: yocto: slides: fix typos (14f2a3bd)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Oct 27 19:02:31 CEST 2023


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

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

commit 14f2a3bd65705e6f8d0833d940bd625aaef86563
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Oct 27 19:02:31 2023 +0200

    yocto: slides: fix typos
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

14f2a3bd65705e6f8d0833d940bd625aaef86563
 slides/yocto-recipe-basics/yocto-recipe-basics.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/yocto-recipe-basics/yocto-recipe-basics.tex b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
index aa0d36ef..f375e1cd 100644
--- a/slides/yocto-recipe-basics/yocto-recipe-basics.tex
+++ b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
@@ -336,7 +336,7 @@ LIC_FILES_CHKSUM =  \
 \begin{frame}
   \frametitle{Dependencies 2/2}
   \begin{itemize}
-    \item Sometimes a recipe have dependencies on specific versions
+    \item Sometimes a recipe has dependencies on specific versions
       of another recipe.
     \item \code{bitbake} allows to reflect this by using:
     \begin{itemize}
@@ -355,7 +355,7 @@ LIC_FILES_CHKSUM =  \
 
 \begin{frame}[fragile]
   \frametitle{Tasks}
-  Default tasks already exists, they are defined in classes:
+  Default tasks already exist, they are defined in classes:
   \begin{itemize}
     \item do\_fetch
     \item do\_unpack
@@ -452,7 +452,7 @@ addtask do_mkimage after do_compile before do_install
         \item Helps when an upstream \code{Makefile} uses hardcoded
           \code{CC} and/or \code{CFLAGS}.
       \end{itemize}
-    \item To apply patches before they get their way into the upstream
+    \item To apply patches before they make their way into the upstream
       version.
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list