Skip to content

Commit

Permalink
kernel-beagleplay: Add Linux kernel sources labs
Browse files Browse the repository at this point in the history
Nothing needs to be changed from the original labs except for the lab data
directory name.

Signed-off-by: Romain Gantois <[email protected]>
  • Loading branch information
rgantois authored and tpetazzoni committed Apr 29, 2024
1 parent c35794a commit d100ae5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion labs/kernel-sources-download/kernel-sources-download.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

\section{Setup}

Create the \code{$HOME/linux-kernel-labs/src} directory.
Create the \code{$HOME/__SESSION_NAME__-labs/src} directory.
\section{Installing git packages}
Expand Down
2 changes: 1 addition & 1 deletion labs/kernel-sources-exploring/kernel-sources-exploring.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ \section{Choose a particular stable version}
First, let's get the list of branches on our \code{stable} remote tree:

\begin{verbatim}
cd ~/linux-kernel-labs/src/linux
cd ~/__SESSION_NAME__-labs/src/linux
git branch -a
\end{verbatim}

Expand Down
2 changes: 2 additions & 0 deletions mk/linux-kernel-beagleplay.mk
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
LINUX_KERNEL_BEAGLEPLAY_LABS = setup \
kernel-sources-download \
kernel-sources-exploring \

0 comments on commit d100ae5

Please sign in to comment.