[bootlin/training-materials updates] master: labs/sysdev: Fix buildroot directory name (3a128908)

Gregory CLEMENT gregory.clement at bootlin.com
Thu Sep 29 17:16:57 CEST 2022


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

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

commit 3a128908b43f81db738710d0a43cff62a69ac3ae
Author: Gregory CLEMENT <gregory.clement at bootlin.com>
Date:   Thu Sep 29 17:16:57 2022 +0200

    labs/sysdev: Fix buildroot directory name
    
    As now we get buildroot from git, then the directory is simply named
    buildroot without any suffix for the version.
    
    Signed-off-by: Gregory CLEMENT <gregory.clement at bootlin.com>


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

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

diff --git a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
index 535838f2..a273c0c1 100644
--- a/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
+++ b/labs/sysdev-application-development-and-debugging/sysdev-application-development-and-debugging.tex
@@ -46,7 +46,7 @@ Let's add this directory to our \code{PATH}:
 
 \small
 \begin{bashinput}
-$ export PATH=$HOME/__SESSION_NAME__-labs/integration/buildroot-2022.02.X/output/host/bin:$PATH
+$ export PATH=$HOME/__SESSION_NAME__-labs/integration/buildroot/output/host/bin:$PATH
 \end{bashinput}
 \normalsize
 
@@ -159,7 +159,7 @@ variable (on one line):
 
 \begin{bashinput}
 (gdb) set sysroot /home/<user>/__SESSION_NAME__-labs/debugging/\
-    buildroot-2022.02.<n>/output/staging
+    buildroot/output/staging
 \end{bashinput}
 
 Of course, replace \code{<user>} by your actual user name.
diff --git a/labs/sysdev-buildroot/sysdev-buildroot.tex b/labs/sysdev-buildroot/sysdev-buildroot.tex
index 3ba72833..5aacdd0b 100644
--- a/labs/sysdev-buildroot/sysdev-buildroot.tex
+++ b/labs/sysdev-buildroot/sysdev-buildroot.tex
@@ -258,7 +258,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-2022.02.<n>/output/images/rootfs.tar}
+\bashcmd{$ tar xvf ../buildroot/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