[bootlin/training-materials updates] master: yocto-image: update update syntax (7c340041)

Alexandre Belloni alexandre.belloni at bootlin.com
Thu Oct 27 14:30:02 CEST 2022


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

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

commit 7c340041df444b6b63515671aad873cc898446c7
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Thu Oct 27 14:29:27 2022 +0200

    yocto-image: update update syntax
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

7c340041df444b6b63515671aad873cc898446c7
 slides/yocto-image/yocto-image.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/yocto-image/yocto-image.tex b/slides/yocto-image/yocto-image.tex
index 4ffd3689..61eb2013 100644
--- a/slides/yocto-image/yocto-image.tex
+++ b/slides/yocto-image/yocto-image.tex
@@ -109,7 +109,7 @@ LICENSE = "MIT"
       own image type.
     \item This is done through a class that inherits from
       \code{image_types}.
-    \item It has to define a function named \code{IMAGE_CMD_<type>}.
+    \item It has to define a function named \code{IMAGE_CMD:<type>}.
     \item Append it to \code{IMAGE_TYPES}
   \end{itemize}
 \end{frame}
@@ -120,7 +120,7 @@ LICENSE = "MIT"
     \item Common conversion types are: gz, bz2, sha256sum, bmap\dots
     \item This is done through a class that inherits from
       \code{image_types}.
-    \item It has to define a function named \code{CONVERSION_CMD_<type>}.
+    \item It has to define a function named \code{CONVERSION_CMD:<type>}.
     \item Append it to \code{CONVERSIONTYPES}
     \item Append valid combinations to \code{IMAGE_TYPES}
   \end{itemize}




More information about the training-materials-updates mailing list