[FE training-materials-updates] yocto: slides: fix some typos

Antoine Ténart antoine.tenart at free-electrons.com
Fri Nov 7 14:56:57 CET 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=169bc0884a3b61fc2a0db8b1d3f3409fa4ac4ec3

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

commit 169bc0884a3b61fc2a0db8b1d3f3409fa4ac4ec3
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Fri Nov 7 14:45:46 2014 +0100

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


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

169bc0884a3b61fc2a0db8b1d3f3409fa4ac4ec3
 slides/yocto-bsp/yocto-bsp.tex                                      | 2 +-
 slides/yocto-image/yocto-image.tex                                  | 2 +-
 .../yocto-introduction-distributions.tex                            | 6 +++---
 slides/yocto-recipe-advanced/yocto-recipe-advanced.tex              | 3 ++-
 slides/yocto-recipe-basics/yocto-recipe-basics.tex                  | 2 +-
 5 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/slides/yocto-bsp/yocto-bsp.tex b/slides/yocto-bsp/yocto-bsp.tex
index 779797f..820598e 100644
--- a/slides/yocto-bsp/yocto-bsp.tex
+++ b/slides/yocto-bsp/yocto-bsp.tex
@@ -396,7 +396,7 @@ SRC_URI += "file://defconfig        \
           \code{bitbake -c diffconfig linux-yocto}
           \begin{itemize}
             \item The differences will be saved at
-              \code{\$WORKDIR/fragment.cfg}
+              \code{$WORKDIR/fragment.cfg}
           \end{itemize}
       \end{enumerate}
     \item After integrating configuration fragments into the appended
diff --git a/slides/yocto-image/yocto-image.tex b/slides/yocto-image/yocto-image.tex
index 27e2007..11040b6 100644
--- a/slides/yocto-image/yocto-image.tex
+++ b/slides/yocto-image/yocto-image.tex
@@ -50,7 +50,7 @@
       image:
       \begin{description}
         \item[IMAGE\_BASENAME] The name of the output image files.
-          Defaults to \code{\${PN}}.
+          Defaults to \code{${PN}}.
         \item[IMAGE\_INSTALL] List of packages and package groups to
           install in the generated image.
         \item[IMAGE\_ROOTFS\_SIZE] The final root filesystem size.
diff --git a/slides/yocto-introduction-distributions/yocto-introduction-distributions.tex b/slides/yocto-introduction-distributions/yocto-introduction-distributions.tex
index a5c36ab..a1e8fd6 100644
--- a/slides/yocto-introduction-distributions/yocto-introduction-distributions.tex
+++ b/slides/yocto-introduction-distributions/yocto-introduction-distributions.tex
@@ -66,7 +66,7 @@
   \begin{itemize}
   \item Poky
     \begin{itemize}
-      \item Part of the Yocto Project
+      \item Part of the Yocto Project.
       \item Using OpenEmbedded.
       \item Suitable for more complex embedded systems.
       \item Allows lots of customization.
@@ -84,9 +84,9 @@
     \item Each application has to be built manually, or using custom
           and non stable scripts.
     \item The root file system has to be created from scratch.
-    \item The application configuration has to be done manually.
+    \item The applications configurations have to be done by hand.
     \item Each dependency has to be matched manually.
-    \item Integrating software from different teams is painful.
+    \item Integrating softwares from different teams is painful.
   \end{itemize}
 \end{frame}
 
diff --git a/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex b/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
index 31cc1e3..a130010 100644
--- a/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
+++ b/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
@@ -81,7 +81,8 @@
 FILESEXTRAPATHS_prepend = "${THISDIR}/files:"
 
 SRC_URI += "file://custom-modification-0.patch \
-            file://custom-modification-1.patch"
+            file://custom-modification-1.patch \
+            "
     \end{minted}
   \end{block}
 \end{frame}
diff --git a/slides/yocto-recipe-basics/yocto-recipe-basics.tex b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
index 3d08a85..9027d1e 100644
--- a/slides/yocto-recipe-basics/yocto-recipe-basics.tex
+++ b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
@@ -337,7 +337,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM =  \
   "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
-SRC_URI += "file"//avoid_heap_overflow.patch"
+SRC_URI += "file://avoid_heap_overflow.patch"
 
 SRC_URI[md5sum] = "c6c4f1c075dbf0f75c29737faa58f290"
     \end{minted}



More information about the training-materials-updates mailing list