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

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:39 CEST 2021


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

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

commit 2699667e7ba97c10db56bbb1d9854de9fcb6ac7e
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>


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

2699667e7ba97c10db56bbb1d9854de9fcb6ac7e
 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