[bootlin/training-materials updates] master: yocto: slides: clarify bbappend wiildcard placement (8995cf9d)

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


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

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

commit 8995cf9db2041ffeb2f527826d9263ee728dfa22
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Fri Oct 27 19:01:41 2023 +0200

    yocto: slides: clarify bbappend wiildcard placement
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

8995cf9db2041ffeb2f527826d9263ee728dfa22
 slides/yocto-recipe-advanced/yocto-recipe-advanced.tex | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex b/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
index 3b7a2767..da0d344f 100644
--- a/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
+++ b/slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
@@ -43,6 +43,8 @@
       \item {\usebeamercolor[fg]{code} \path{example_0.%.bbappend}} applies
         to \code{example_0.1.bb} and \code{example_0.2.bb} but not
         \code{example_1.0.bb}
+        \item The \code{\%} works only just before the \code{.bbappend}
+          suffix
     \end{itemize}
     \item Append files should be {\bf version specific}. If the recipe
       is updated to a newer version, the append files must also be




More information about the training-materials-updates mailing list