[bootlin/training-materials updates] master: labs/sysdev-thirdparty*: lab directory fix (d89a9733)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Jan 18 17:07:34 CET 2023


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

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

commit d89a9733f2e61e78452e47b1d347716d59a6105a
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Jan 18 17:07:34 2023 +0100

    labs/sysdev-thirdparty*: lab directory fix
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

d89a9733f2e61e78452e47b1d347716d59a6105a
 labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex     | 4 ++--
 labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex b/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
index 2d7c2b69..9a09889e 100644
--- a/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
+++ b/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
@@ -130,7 +130,7 @@ Quickly, you should get an error saying:
 
 %\footnotesize
 \begin{terminaloutput}
-checking whether we are cross compiling... configure: error: in `/home/mike/embedded-linux-4d-labs/thirdparty/alsa-lib-1.2.7.1':
+checking whether we are cross compiling... configure: error: in `/home/mike/__SESSION_NAME__-labs/thirdparty/alsa-lib-1.2.7.1':
 configure: error: cannot run C compiled programs.
 If you meant to cross compile, use `--host'.
 See `config.log' for more details
@@ -771,7 +771,7 @@ $ ninja
 And now install \code{ipcalc} to the build space:
 
 \begin{bashinput}
-$ DESTDIR=$HOME/embedded-linux-labs/thirdparty/staging ninja install
+$ DESTDIR=$HOME/__SESSION_NAME__-labs/thirdparty/staging ninja install
 \end{bashinput}
 
 Check that the \code{staging/usr/bin/ipcalc} file is indeed an ARM
diff --git a/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex b/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
index a8ee397d..17bef123 100644
--- a/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
+++ b/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
@@ -130,7 +130,7 @@ Quickly, you should get an error saying:
 
 %\footnotesize
 \begin{terminaloutput}
-checking whether we are cross compiling... configure: error: in `/home/mike/embedded-linux-4d-labs/thirdparty/alsa-lib-1.2.7.1':
+checking whether we are cross compiling... configure: error: in `/home/mike/__SESSION_NAME__-labs/thirdparty/alsa-lib-1.2.7.1':
 configure: error: cannot run C compiled programs.
 If you meant to cross compile, use `--host'.
 See `config.log' for more details
@@ -783,7 +783,7 @@ $ ninja
 And now install \code{ipcalc} to the build space:
 
 \begin{bashinput}
-$ DESTDIR=$HOME/embedded-linux-labs/thirdparty/staging ninja install
+$ DESTDIR=$HOME/__SESSION_NAME__-labs/thirdparty/staging ninja install
 \end{bashinput}
 
 Check that the \code{staging/usr/bin/ipcalc} file is indeed an ARM




More information about the training-materials-updates mailing list