[bootlin/training-materials updates] master: labs/kernel-compiling-and-nfs-booting: be consistent in make -j usage (b7c98daf)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri May 7 09:51:36 CEST 2021


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

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

commit b7c98dafc863794a5d3a49d2821c400e832a2693
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Fri May 7 09:51:36 2021 +0200

    labs/kernel-compiling-and-nfs-booting: be consistent in make -j usage
    
    We say "4 compile jobs in parallel" and then "make -j 8", which isn't
    very consistent.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

b7c98dafc863794a5d3a49d2821c400e832a2693
 .../kernel-compiling-and-nfs-booting.tex                                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex b/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
index 8dc2b89d..553b188f 100644
--- a/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
+++ b/labs/kernel-compiling-and-nfs-booting/kernel-compiling-and-nfs-booting.tex
@@ -102,7 +102,7 @@ sudo apt install lzop
 \section{Kernel compiling}
 
 Compile your kernel and generate the Device Tree Binaries (DTBs)
-(running 4 compile jobs in parallel):
+(running 8 compile jobs in parallel):
 
 \begin{verbatim}
 make -j 8




More information about the training-materials-updates mailing list