[bootlin/training-materials updates] master: sysdev: labs: add commands to clone Buildroot (25862117)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Feb 16 12:47:54 CET 2023


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

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

commit 25862117d7be4c5291ff74d21201c5a2aab895e2
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Feb 16 11:49:59 2023 +0100

    sysdev: labs: add commands to clone Buildroot
    
    Not only this is the only program that has no 'git clone' instructions, it
    also has an extremely slow website, that results in long delays and even
    timeouts just to be able to find out the git or tarball URL.
    
    See commit 57f0c7d9e131 ("sysdev: labs: add commands to clone Busybox").
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

25862117d7be4c5291ff74d21201c5a2aab895e2
 labs/sysdev-buildroot-qemu/sysdev-buildroot-qemu.tex | 10 ++++++++--
 labs/sysdev-buildroot/sysdev-buildroot.tex           | 10 ++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/labs/sysdev-buildroot-qemu/sysdev-buildroot-qemu.tex b/labs/sysdev-buildroot-qemu/sysdev-buildroot-qemu.tex
index 08ee81c0..540d2b0d 100644
--- a/labs/sysdev-buildroot-qemu/sysdev-buildroot-qemu.tex
+++ b/labs/sysdev-buildroot-qemu/sysdev-buildroot-qemu.tex
@@ -27,8 +27,14 @@ Go to the \code{$HOME/__SESSION_NAME__-labs/buildroot} directory.
 \section{Get Buildroot and explore the source code}
 
 The official Buildroot website is available at
-\url{https://buildroot.org/}. Clone the {\em Git} repository, and
-checkout the tag corresponding to the latest 2022.02.<n> release (Long
+\url{https://buildroot.org/}. Clone the {\em Git} repository:
+
+\begin{bashinput}
+git clone https://git.buildroot.net/buildroot
+cd buildroot
+\end{bashinput}
+
+Now checkout the tag corresponding to the latest 2022.02.<n> release (Long
 Term Support), which we have tested for this lab.
 
 Several subdirectories or files are visible, the most important ones
diff --git a/labs/sysdev-buildroot/sysdev-buildroot.tex b/labs/sysdev-buildroot/sysdev-buildroot.tex
index 767a58ee..726028ce 100644
--- a/labs/sysdev-buildroot/sysdev-buildroot.tex
+++ b/labs/sysdev-buildroot/sysdev-buildroot.tex
@@ -24,8 +24,14 @@ Go to the \code{$HOME/__SESSION_NAME__-labs/buildroot} directory.
 \section{Get Buildroot and explore the source code}
 
 The official Buildroot website is available at
-\url{https://buildroot.org/}. Clone the {\em Git} repository, and
-checkout the tag corresponding to the latest 2022.02.<n> release (Long
+\url{https://buildroot.org/}. Clone the {\em Git} repository:
+
+\begin{bashinput}
+git clone https://git.buildroot.net/buildroot
+cd buildroot
+\end{bashinput}
+
+Now checkout the tag corresponding to the latest 2022.02.<n> release (Long
 Term Support), which we have tested for this lab.
 
 Several subdirectories or files are visible, the most important ones




More information about the training-materials-updates mailing list