[bootlin/training-materials updates] master: slides/yocto-layer: fix explanation (109b4400)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Nov 8 06:27:08 CET 2023


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

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

commit 109b44006330b50553498c3a029cf52c42010694
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Nov 8 06:27:08 2023 +0100

    slides/yocto-layer: fix explanation
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>
    Reported-by: Alexandre Belloni <alexandre.belloni at bootlin.com>


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

109b44006330b50553498c3a029cf52c42010694
 slides/yocto-layer/yocto-layer.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/slides/yocto-layer/yocto-layer.tex b/slides/yocto-layer/yocto-layer.tex
index 85ab5737..cd3bc4c0 100644
--- a/slides/yocto-layer/yocto-layer.tex
+++ b/slides/yocto-layer/yocto-layer.tex
@@ -140,7 +140,8 @@
       layers and ensures this is done right.
     \item \code{bitbake-layers create-layer -p <PRIORITY> <layer>}
     \item The \textbf{priority} is used to select which recipe to use when multiple layers contains the same recipe
-    \item The recipe priority takes precedence over the version number ordering
+    \item The layer priority takes precedence over the recipe version
+          number ordering. This allows to downgrade a recipe in a layer.
   \end{itemize}
 \end{frame}
 




More information about the training-materials-updates mailing list