[bootlin/training-materials updates] master: embedded-linux: tinysystem lab fixes (592c2b91)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Jul 21 18:34:37 CEST 2023


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

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

commit 592c2b914ef46a840e3cdfdb4685711eba419a3a
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Jul 20 18:21:55 2023 +0200

    embedded-linux: tinysystem lab fixes
    
    Use stable busybox branch name, not tied to a specific version
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

592c2b914ef46a840e3cdfdb4685711eba419a3a
 labs/sysdev-tinysystem/sysdev-tinysystem.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/sysdev-tinysystem/sysdev-tinysystem.tex b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
index 137cdfdb..6af4dbe2 100644
--- a/labs/sysdev-tinysystem/sysdev-tinysystem.tex
+++ b/labs/sysdev-tinysystem/sysdev-tinysystem.tex
@@ -148,7 +148,7 @@ Download the sources of the latest BusyBox 1.36.x release:
 \begin{bashinput}
 git clone https://git.busybox.net/busybox
 cd busybox/
-git checkout 1_36_0
+git checkout 1_36_stable
 \end{bashinput}
 
 Now, configure BusyBox with the configuration file provided in the




More information about the training-materials-updates mailing list