[bootlin/training-materials updates] master: slides: yocto: clarify number of CPUs -> CPU threads (0eb82c23)

Luca Ceresoli luca.ceresoli at bootlin.com
Mon Aug 29 16:31:06 CEST 2022


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

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

commit 0eb82c23a99c6018c558eb13e3ed2486ad224381
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Aug 29 15:16:03 2022 +0200

    slides: yocto: clarify number of CPUs -> CPU threads
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

0eb82c23a99c6018c558eb13e3ed2486ad224381
 slides/yocto-basics/yocto-basics.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/yocto-basics/yocto-basics.tex b/slides/yocto-basics/yocto-basics.tex
index 1f1d9002..3ca7e778 100644
--- a/slides/yocto-basics/yocto-basics.tex
+++ b/slides/yocto-basics/yocto-basics.tex
@@ -117,9 +117,9 @@
     user configuration variables:
     \begin{description}
       \item[BB\_NUMBER\_THREADS] How many tasks BitBake should perform
-        in parallel. Defaults to the number of CPUs on the system.
+        in parallel. Defaults to the number of CPU threads on the system.
       \item[PARALLEL\_MAKE] How many processes should be used when
-        compiling. Defaults to the number of CPUs on the system.
+        compiling. Defaults to the number of CPU threads on the system.
       \item[MACHINE] The machine the target is built for, e.g.
         \code{beaglebone}.
     \end{description}




More information about the training-materials-updates mailing list