[bootlin/training-materials updates] master: yocto-recipe-basics: "upgrade" bash (7363097c)

Alexandre Belloni alexandre.belloni at bootlin.com
Thu Jul 28 18:23:35 CEST 2022


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

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

commit 7363097c8052e668cf2c89920f829e1e7ff0fadc
Author: Alexandre Belloni <alexandre.belloni at bootlin.com>
Date:   Thu Jul 28 18:23:35 2022 +0200

    yocto-recipe-basics: "upgrade" bash
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

7363097c8052e668cf2c89920f829e1e7ff0fadc
 slides/yocto-recipe-basics/yocto-recipe-basics.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/yocto-recipe-basics/yocto-recipe-basics.tex b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
index f9258aa3..b4e4167c 100644
--- a/slides/yocto-recipe-basics/yocto-recipe-basics.tex
+++ b/slides/yocto-recipe-basics/yocto-recipe-basics.tex
@@ -50,10 +50,10 @@
         \item[BP] defined as \code{${BPN}-${PV}}
       \end{description}
     \item The recipe name and version usually match the upstream ones.
-    \item When using the recipe \code{bash_4.2.bb}:
+    \item When using the recipe \code{bash_5.1.bb}:
       \begin{itemize}
         \item \code{${PN} = "bash"}
-        \item \code{${PV} = "4.2"}
+        \item \code{${PV} = "5.1"}
       \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list