[bootlin/training-materials updates] master: labs/buildroot-rootfs: use __SESSION_NAME__ where appropriate (24bb489d)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Dec 3 13:30:28 CET 2021


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

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

commit 24bb489d704811d26456e7f494faaf3d1c5e50db
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Fri Dec 3 13:24:58 2021 +0100

    labs/buildroot-rootfs: use __SESSION_NAME__ where appropriate
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

24bb489d704811d26456e7f494faaf3d1c5e50db
 labs/buildroot-rootfs/buildroot-rootfs.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/buildroot-rootfs/buildroot-rootfs.tex b/labs/buildroot-rootfs/buildroot-rootfs.tex
index d7a45693..1ed92b38 100644
--- a/labs/buildroot-rootfs/buildroot-rootfs.tex
+++ b/labs/buildroot-rootfs/buildroot-rootfs.tex
@@ -58,7 +58,7 @@ Since the setup of such a {\em USB gadget} is not trivial, we provide
 a ready-to-use shell script that we will add to the {\em init scripts}
 of the Buildroot system. The script is called \code{S30usbgadget} and
 is available from this lab data directory at
-\code{$HOME/buildroot-labs/buildroot-rootfs/}.
+\code{$HOME/__SESSION_NAME__-labs/buildroot-rootfs/}.
 
 We could copy this script directly to our SD card, but this would mean
 that the next time we reflash the SD card with the root filesystem
@@ -270,10 +270,10 @@ mkdir board/felabs/beagleboneblack/patches/linux/
 \end{bashinput}
 
 Copy in this directory the two patches that we provided with the data
-of this lab, in \code{$HOME/buildroot-labs/buildroot-rootfs/linux/}:
+of this lab, in \code{$HOME/__SESSION_NAME__-labs/buildroot-rootfs/linux/}:
 
 \begin{bashinput}
-cp $HOME/buildroot-labs/buildroot-rootfs/linux/*.patch \
+cp $HOME/__SESSION_NAME__-labs/buildroot-rootfs/linux/*.patch \
      board/felabs/beagleboneblack/patches/linux/
 \end{bashinput}
 




More information about the training-materials-updates mailing list