[bootlin/training-materials updates] master: debugging: labs: remove -j from Buildroot make command (65ea991d)

Luca Ceresoli luca.ceresoli at bootlin.com
Mon Mar 27 14:47:01 CEST 2023


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

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

commit 65ea991d6700689e978c19eea41fb6a03e7f8bc5
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Mar 27 10:39:31 2023 +0200

    debugging: labs: remove -j from Buildroot make command
    
    It's useless with Buildroot as we are not using top-level parallel build.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

65ea991d6700689e978c19eea41fb6a03e7f8bc5
 labs/debugging-setup/debugging-setup.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/debugging-setup/debugging-setup.tex b/labs/debugging-setup/debugging-setup.tex
index 10fb463b..a00fde51 100644
--- a/labs/debugging-setup/debugging-setup.tex
+++ b/labs/debugging-setup/debugging-setup.tex
@@ -18,7 +18,7 @@ $ git clone https://github.com/bootlin/buildroot
 $ cd buildroot
 $ git checkout debugging-training/2022.08
 $ make stm32mp157a_dk1_debugging_defconfig
-$ make -j12
+$ make
 \end{bashinput}
 
 This will take a few minutes. At the end of the build, a images directory will




More information about the training-materials-updates mailing list