[bootlin/training-materials updates] master: slides/yocto-*: fix typos (4627babe)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Nov 15 09:51:42 CET 2023


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

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

commit 4627babe96f44acec57e337e6a3f86afaf5cc1e1
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Nov 8 21:50:11 2023 +0100

    slides/yocto-*: fix typos
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

4627babe96f44acec57e337e6a3f86afaf5cc1e1
 slides/yocto-layer-management/yocto-layer-management.tex | 4 ++--
 slides/yocto-sdk/yocto-sdk.tex                           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/yocto-layer-management/yocto-layer-management.tex b/slides/yocto-layer-management/yocto-layer-management.tex
index be0c21b8..495715af 100644
--- a/slides/yocto-layer-management/yocto-layer-management.tex
+++ b/slides/yocto-layer-management/yocto-layer-management.tex
@@ -27,7 +27,7 @@
       code, which is split into many \code{git} repositories. It's a
       wrapper to handle several \code{git} repositories at once.
     \item The only requirement is to use \code{git}.
-    \item The \code{repo} configuration is stored in \code{manifest}
+    \item The \code{repo} configuration is stored in a \code{manifest}
       file, usually available in its own \code{git} repository.
   \item It could also be in a specific branch of your custom layer.
   \item It only handles fetching code, handling \code{local.conf} and
@@ -148,7 +148,7 @@ repos:
 
 
   \begin{itemize}
-  \item Then a single command will build all the listed target for the
+  \item Then a single command will build all the listed targets for the
 machine:
 
   \begin{minted}{sh}
diff --git a/slides/yocto-sdk/yocto-sdk.tex b/slides/yocto-sdk/yocto-sdk.tex
index cae83f6f..b84d5210 100644
--- a/slides/yocto-sdk/yocto-sdk.tex
+++ b/slides/yocto-sdk/yocto-sdk.tex
@@ -227,7 +227,7 @@ $ source ./environment-setup-cortexa8hf-neon-poky-linux-gnueabi
 $ $CC -o example example.c
         \end{minted}
       \end{block}
-    \item The \code{LDFLAGS} variables is set to be used with the C
+    \item The \code{LDFLAGS} variable is set to be used with the C
       compiler (\code{gcc}).
       \begin{itemize}
         \item When building the Linux kernel, unset this variable.




More information about the training-materials-updates mailing list