[BL training-materials-updates] yocto-recipe-advanced: update class list

Alexandre Belloni alexandre.belloni at bootlin.com
Wed Sep 19 18:35:10 CEST 2018


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

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

commit be547d9ce8004a416a0a8aca1447a2af1d3f5dfb
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Wed Sep 19 18:31:18 2018 +0200

    yocto-recipe-advanced: update class list
    
    Have a more useful class list
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

be547d9ce8004a416a0a8aca1447a2af1d3f5dfb
 .../yocto-recipe-advanced/yocto-recipe-advanced.tex | 21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

diff --git a/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex b/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
index 8be64ad..5db9c7a 100644
--- a/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
+++ b/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
@@ -142,7 +142,11 @@ SRC_URI += "file://custom-modification-0.patch \
       \item \code{base.bbclass}
       \item \code{kernel.bbclass}
       \item \code{autotools.bbclass}
-      \item \code{update-alternatives.bbclass}
+      \item \code{autotools-brokensep.bbclass}
+      \item \code{cmake.bbclass}
+      \item \code{native.bbclass}
+      \item \code{systemd.bbclass}
+      \item \code{update-rc.d.bbclass}
       \item \code{useradd.bbclass}
       \item \dots
     \end{itemize}
@@ -228,21 +232,6 @@ inherit autotools
 \end{frame}
 
 \begin{frame}
-  \frametitle{The update-alternative class}
-  \begin{itemize}
-    \item Allows to install multiple binaries having the same
-          functionality, avoiding conflicts by renaming the binaries.
-    \item Four variables are used to configure the class:
-    \begin{description}
-      \item[ALTERNATIVE] The name of the binary.
-      \item[ALTERNATIVE\_LINK\_NAME] The path of the resulting binary.
-      \item[ALTERNATIVE\_PRIORITY] The alternative priority.
-    \end{description}
-    \item The command with the highest priority will be used.
-  \end{itemize}
-\end{frame}
-
-\begin{frame}
   \frametitle{The useradd class}
   \begin{itemize}
     \item This class helps to add users to the resulting image.




More information about the training-materials-updates mailing list