[bootlin/training-materials updates] master: yocto: slides: clarify tasks are usually added by classes (5fc2dbef)

Luca Ceresoli luca.ceresoli at bootlin.com
Fri Oct 27 19:02:41 CEST 2023


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

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

commit 5fc2dbef3c85b07deaf773c10e5fe00a0263575c
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Oct 27 19:02:41 2023 +0200

    yocto: slides: clarify tasks are usually added by classes
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

5fc2dbef3c85b07deaf773c10e5fe00a0263575c
 slides/yocto-recipe-basics/yocto-recipe-basics.tex | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/slides/yocto-recipe-basics/yocto-recipe-basics.tex b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
index f375e1cd..0f99d629 100644
--- a/slides/yocto-recipe-basics/yocto-recipe-basics.tex
+++ b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
@@ -423,7 +423,8 @@ do_install() {
 
 \begin{frame}[fragile]
   \frametitle{Adding new tasks}
-  Tasks can be added with \code{addtask}
+  \begin{itemize}
+  \item Tasks can be added with \code{addtask}
   \begin{block}{}
     \begin{minted}{sh}
 do_mkimage () {
@@ -433,6 +434,8 @@ do_mkimage () {
 addtask do_mkimage after do_compile before do_install
     \end{minted}
   \end{block}
+  \item Tasks are commonly added by classes
+  \end{itemize}
 \end{frame}
 
 \subsection{Applying patches}




More information about the training-materials-updates mailing list