[bootlin/training-materials updates] master: sysdev: labs: add apt line to install meson (3b695865)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Feb 16 12:47:54 CET 2023


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

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

commit 3b695865448ceadea82943e07c4443ec57bc2f7c
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Feb 16 11:25:33 2023 +0100

    sysdev: labs: add apt line to install meson
    
    Just like all other packages whose installation is required in this
    training labs.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

3b695865448ceadea82943e07c4443ec57bc2f7c
 labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex     | 4 +++-
 labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex   | 4 +++-
 labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex b/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
index 166198e3..3458a917 100644
--- a/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
+++ b/labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
@@ -732,7 +732,9 @@ is using {\em Meson} as build system. We won't really need this utility
 in our system, but at least it has no dependencies and therefore
 offers an easy way to build our first {\em Meson} based package.
 
-So, first install the \code{meson} package.
+So, first install the \code{meson} package:
+
+\bashcmd{$ sudo apt install meson}
 
 In the main lab directory, then let's check out the sources through
 \code{git}:
diff --git a/labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex b/labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex
index b7ad3b25..9da62dfd 100644
--- a/labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex
+++ b/labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex
@@ -615,7 +615,9 @@ is using {\em Meson} as build system. We won't really need this utility
 in our system, but at least it has no dependencies and therefore
 offers an easy way to build our first {\em Meson} based package.
 
-So, first install the \code{meson} package.
+So, first install the \code{meson} package:
+
+\bashcmd{$ sudo apt install meson}
 
 In the main lab directory, then let's check out the sources through
 \code{git}:
diff --git a/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex b/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
index 3eb42e92..24807ea9 100644
--- a/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
+++ b/labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
@@ -744,7 +744,9 @@ is using {\em Meson} as build system. We won't really need this utility
 in our system, but at least it has no dependencies and therefore
 offers an easy way to build our first {\em Meson} based package.
 
-So, first install the \code{meson} package.
+So, first install the \code{meson} package:
+
+\bashcmd{$ sudo apt install meson}
 
 In the main lab directory, then let's check out the sources through
 \code{git}:




More information about the training-materials-updates mailing list