[bootlin/training-materials updates] master: yocto-recipe-basics: fix variable name in example (ed3b25ea)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Oct 3 16:58:04 CEST 2023


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

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

commit ed3b25ea903149c3ad46d64be04b16ae945f563f
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Oct 3 16:58:04 2023 +0200

    yocto-recipe-basics: fix variable name in example
    
    Reported-by: Alexandre Belloni <alexandre.belloni at bootlin.com>
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

ed3b25ea903149c3ad46d64be04b16ae945f563f
 slides/yocto-recipe-basics/yocto-recipe-basics.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/yocto-recipe-basics/yocto-recipe-basics.tex b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
index 3aeb6974..b3a549e4 100644
--- a/slides/yocto-recipe-basics/yocto-recipe-basics.tex
+++ b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
@@ -51,7 +51,7 @@
     \item The recipe name and version usually match the upstream ones.
     \item When using the recipe \code{bash_5.1.bb}:
       \begin{itemize}
-        \item \code{${PN} = "bash"}
+        \item \code{${BPN} = "bash"}
         \item \code{${PV} = "5.1"}
       \end{itemize}
   \end{itemize}




More information about the training-materials-updates mailing list