[bootlin/training-materials updates] master: labs/boot-time-build-system: python is python3 (07264283)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Jun 12 18:24:22 CEST 2023


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

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

commit 07264283b6f4ffa3f52b1b0fdf52460118bdb978
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Jun 12 18:24:22 2023 +0200

    labs/boot-time-build-system: python is python3
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

07264283b6f4ffa3f52b1b0fdf52460118bdb978
 labs/boot-time-build-system/boot-time-build-system.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/boot-time-build-system/boot-time-build-system.tex b/labs/boot-time-build-system/boot-time-build-system.tex
index a83b35bb..4e0749b8 100644
--- a/labs/boot-time-build-system/boot-time-build-system.tex
+++ b/labs/boot-time-build-system/boot-time-build-system.tex
@@ -17,7 +17,7 @@ machine. Let's install them using Ubuntu's package manager:
 
 \begin{verbatim}
 sudo apt install sed make binutils gcc g++ bash patch \
-  gzip bzip2 perl tar cpio python unzip rsync wget libncurses-dev
+  gzip bzip2 perl tar cpio python3 unzip rsync wget libncurses-dev
 \end{verbatim}
 
 You will later also find that you also need extra packages:




More information about the training-materials-updates mailing list