[bootlin/training-materials updates] master: slides: yocto-advanced: add a precision about the default recipe version number (209a703f)

Alexandre Belloni alexandre.belloni at bootlin.com
Fri Jul 9 18:20:10 CEST 2021


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

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

commit 209a703fdf840100e79c5f4a752e408ba951ff20
Author: Thomas Perrot <thomas.perrot at bootlin.com>
Date:   Fri Jun 11 23:44:04 2021 +0200

    slides: yocto-advanced: add a precision about the default recipe version number
    
    Signed-off-by: Thomas Perrot <thomas.perrot at bootlin.com>


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

209a703fdf840100e79c5f4a752e408ba951ff20
 slides/yocto-advanced/yocto-advanced.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/yocto-advanced/yocto-advanced.tex b/slides/yocto-advanced/yocto-advanced.tex
index a9fba07c..b587263c 100644
--- a/slides/yocto-advanced/yocto-advanced.tex
+++ b/slides/yocto-advanced/yocto-advanced.tex
@@ -205,7 +205,7 @@ IMAGE_INSTALL = "busybox mtd-utils"
   \frametitle{Version selection}
   \begin{itemize}
     \item By default, Bitbake will try to build the provider with the
-      highest version number, unless the recipe defines
+      highest version number, from the highest priority layer, unless the recipe defines
       \code{DEFAULT_PREFERENCE = "-1"}
     \item When multiple package versions are available, it is also
       possible to explicitly pick a given version with




More information about the training-materials-updates mailing list