[bootlin/training-materials updates] master: yocto: slides: use a more realistic example for --runall (b50a7158)

Luca Ceresoli luca.ceresoli at bootlin.com
Wed Sep 28 09:58:09 CEST 2022


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

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

commit b50a715879978650b8a98dffab541ae4b3dc746b
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed Sep 28 09:12:26 2022 +0200

    yocto: slides: use a more realistic example for --runall
    
    Most users are unlikely to want to fetch the world. Fetching all sources
    for an image is more useful.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

b50a715879978650b8a98dffab541ae4b3dc746b
 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 d6881093..7917e684 100644
--- a/slides/yocto-advanced/yocto-advanced.tex
+++ b/slides/yocto-advanced/yocto-advanced.tex
@@ -358,7 +358,7 @@ IMAGE_INSTALL = "busybox mtd-utils"
     \begin{itemize}
       \item Force the \code{dropbear} recipe to run all tasks.
     \end{itemize}
-    \item \code{bitbake world --runall=fetch}
+    \item \code{bitbake --runall=fetch core-image-minimal}
     \begin{itemize}
       \item Download all recipe sources and their dependencies.
     \end{itemize}




More information about the training-materials-updates mailing list