[BL training-materials-updates] slides: yocto-overview: fix missing verb

Quentin Schulz quentin.schulz at bootlin.com
Wed Oct 17 12:33:14 CEST 2018


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

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

commit aabb2e5d24f120cd373e3dee2505dd95fa36ee42
Author: Quentin Schulz <quentin.schulz at bootlin.com>
Date:   Wed Oct 17 12:33:14 2018 +0200

    slides: yocto-overview: fix missing verb
    
    The verb `package` was mistakenly removed when fixing the mix-up with
    package, application and recipe and broke the grammar of the sentence.
    
    Signed-off-by: Quentin Schulz <quentin.schulz at bootlin.com>


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

aabb2e5d24f120cd373e3dee2505dd95fa36ee42
 slides/yocto-overview/yocto-overview.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/slides/yocto-overview/yocto-overview.tex b/slides/yocto-overview/yocto-overview.tex
index f100ea3..4f02e06 100644
--- a/slides/yocto-overview/yocto-overview.tex
+++ b/slides/yocto-overview/yocto-overview.tex
@@ -45,7 +45,8 @@
     \item Organization of OpenEmbedded-Core:
     \begin{itemize}
       \item {\em Recipes} describe how to fetch, configure, compile
-        and applications and images. They have a specific syntax.
+        and package applications and images. They have a specific
+        syntax.
       \item {\em Layers} are sets of recipes, matching a common
         purpose. For Texas Instruments board support, the {\em
         meta-ti} layer is used.




More information about the training-materials-updates mailing list