Skip to content

Commit

Permalink
labs/buildroot-rootfs: use __SESSION_NAME__ where appropriate
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  • Loading branch information
tpetazzoni committed Dec 3, 2021
1 parent 015b5d9 commit 24bb489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions labs/buildroot-rootfs/buildroot-rootfs.tex
Expand Up @@ -58,7 +58,7 @@ \subsection{Init script for USB network setup}
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
Expand Down Expand Up @@ -270,10 +270,10 @@ \section{Patch the Linux kernel}
\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}
Expand Down

0 comments on commit 24bb489

Please sign in to comment.