[bootlin/training-materials updates] master: labs/sysdev-buildroot: use Git to get Buildroot instead of a tarball (b1e3f848)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Sep 27 22:04:47 CEST 2022


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

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

commit b1e3f848984e61906e40831d01180b219e35880a
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Tue Sep 27 22:04:47 2022 +0200

    labs/sysdev-buildroot: use Git to get Buildroot instead of a tarball
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

b1e3f848984e61906e40831d01180b219e35880a
 labs/sysdev-buildroot/sysdev-buildroot.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-buildroot/sysdev-buildroot.tex b/labs/sysdev-buildroot/sysdev-buildroot.tex
index 5d19a962..aa5a174d 100644
--- a/labs/sysdev-buildroot/sysdev-buildroot.tex
+++ b/labs/sysdev-buildroot/sysdev-buildroot.tex
@@ -21,9 +21,9 @@ 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/}. Download the latest 2022.02.<n> (Long Term Support)
-version which we have tested for this lab. Uncompress the tarball
-and go inside the Buildroot source directory.
+\url{https://buildroot.org/}. Clone the {\em Git} repository, and
+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
 are:




More information about the training-materials-updates mailing list