[bootlin/training-materials updates] master: Embedded Linux: use Buildroot 2022.02 in Buildroot and app dev lab (5ab0c131)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Apr 1 09:59:20 CEST 2022


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

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

commit 5ab0c131606871cd752cfabf3523a04af4b42fc5
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Apr 1 09:59:20 2022 +0200

    Embedded Linux: use Buildroot 2022.02 in Buildroot and app dev lab
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

5ab0c131606871cd752cfabf3523a04af4b42fc5
 .../sysdev-application-development/sysdev-application-development.tex | 2 +-
 labs/sysdev-buildroot/sysdev-buildroot.tex                            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-application-development/sysdev-application-development.tex b/labs/sysdev-application-development/sysdev-application-development.tex
index 80ee4b02..17b76efd 100644
--- a/labs/sysdev-application-development/sysdev-application-development.tex
+++ b/labs/sysdev-application-development/sysdev-application-development.tex
@@ -24,7 +24,7 @@ for the headers and libraries).
 Let's add this directory to our \code{PATH}:
 
 \begin{bashinput}
-$ export PATH=$HOME/__SESSION_NAME__-labs/buildroot/buildroot-2021.08.X/output/host/bin:$PATH
+$ export PATH=$HOME/__SESSION_NAME__-labs/buildroot/buildroot-2022.02.X/output/host/bin:$PATH
 \end{bashinput}
 \normalsize
 
diff --git a/labs/sysdev-buildroot/sysdev-buildroot.tex b/labs/sysdev-buildroot/sysdev-buildroot.tex
index 9b3e1aa2..a63ce044 100644
--- a/labs/sysdev-buildroot/sysdev-buildroot.tex
+++ b/labs/sysdev-buildroot/sysdev-buildroot.tex
@@ -11,7 +11,7 @@ go into it.
 \section{Get Buildroot and explore the source code}
 
 The official Buildroot website is available at
-\url{https://buildroot.org/}. Download the latest 2021.08.<n>
+\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.
 
@@ -186,7 +186,7 @@ Go back to the \code{$HOME/__SESSION_NAME__-labs/buildroot/} directory. Create
 a new \code{nfsroot} directory that is going to hold our system,
 exported over NFS. Go into this directory, and untar the rootfs using:
 
-\bashcmd{$ tar xvf ../buildroot-2021.08.<n>/output/images/rootfs.tar}
+\bashcmd{$ tar xvf ../buildroot-2022.02.<n>/output/images/rootfs.tar}
 
 Add our \code{nfsroot} directory to the list of directories exported
 by NFS in \code{/etc/exports}, and make sure the board uses it too.




More information about the training-materials-updates mailing list