[bootlin/training-materials updates] master: labs/sysdev-kernel-cross-compiling: fix explanation about branches (408af1dd)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Sep 22 15:34:49 CEST 2022


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

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

commit 408af1ddaafdce10c7480ebcc510d5b41dee64bf
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Thu Sep 22 15:34:49 2022 +0200

    labs/sysdev-kernel-cross-compiling: fix explanation about branches
    
    'git branch -a' doesn't show the branches of the stable remote tree,
    but all branches.
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

408af1ddaafdce10c7480ebcc510d5b41dee64bf
 labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
index 9d845164..0f726e2b 100644
--- a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
+++ b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
@@ -19,7 +19,7 @@ Stay in the \code{$HOME/__SESSION_NAME__-labs/kernel} directory.
 We will use \texttt{linux-\workingkernel.x}, which corresponds to an
 LTS release, and which this lab was tested with.
 
-First, let's get the list of branches on our \code{stable} remote tree:
+First, let's get the list of branches we have available:
 
 \begin{verbatim}
 cd linux




More information about the training-materials-updates mailing list