[bootlin/training-materials updates] master: labs/yocto-advanced-configuration: clarify/simplify instructions (509c3040)

Michael Opdenacker michael.opdenacker at bootlin.com
Tue Nov 7 15:43:33 CET 2023


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

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

commit 509c3040063a6b66f7fe646a643daabceabc313b
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Tue Nov 7 15:43:33 2023 +0100

    labs/yocto-advanced-configuration: clarify/simplify instructions
    
    - Remove the useless instruction to rebuild the image
      with linux-dummy, to later get back to a normal kernel.
    
    - This also puts the hint paragraph right after instructing
      to use "bitbake -vn virtual/kernel", much less confusing.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

509c3040063a6b66f7fe646a643daabceabc313b
 .../yocto-advanced-configuration-stm32.tex                             | 3 ---
 labs/yocto-advanced-configuration/yocto-advanced-configuration.tex     | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/labs/yocto-advanced-configuration-stm32/yocto-advanced-configuration-stm32.tex b/labs/yocto-advanced-configuration-stm32/yocto-advanced-configuration-stm32.tex
index 4d4e19c0..a6caa623 100644
--- a/labs/yocto-advanced-configuration-stm32/yocto-advanced-configuration-stm32.tex
+++ b/labs/yocto-advanced-configuration-stm32/yocto-advanced-configuration-stm32.tex
@@ -144,9 +144,6 @@ Then check the previous step worked by dry-running again BitBake.
 bitbake -vn virtual/kernel
 \end{verbatim}
 
-You can now rebuild the whole Yocto project, with \code{bitbake
-core-image-minimal}
-
 Tip: you need to define the more specific information here to be sure it is the
 one used. The \code{MACHINE} variable can help here.
 
diff --git a/labs/yocto-advanced-configuration/yocto-advanced-configuration.tex b/labs/yocto-advanced-configuration/yocto-advanced-configuration.tex
index a9c66ee0..2370b416 100644
--- a/labs/yocto-advanced-configuration/yocto-advanced-configuration.tex
+++ b/labs/yocto-advanced-configuration/yocto-advanced-configuration.tex
@@ -132,9 +132,6 @@ Then check the previous step worked by dry-running again BitBake.
 bitbake -vn virtual/kernel
 \end{verbatim}
 
-You can now rebuild the whole Yocto project, with \code{bitbake
-core-image-minimal}
-
 Tip: you may need to define the more specific information here to be sure
 it is the one used. The \code{MACHINE} variable can help here.
 




More information about the training-materials-updates mailing list