[bootlin/training-materials updates] master: labs/sysdev-buildroot: we don't build libgpiod any more (d0f35239)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Jan 18 18:47:51 CET 2023


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

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

commit d0f3523923b6f838272b5ff26f68cb6ac81ffe2d
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Jan 18 18:47:51 2023 +0100

    labs/sysdev-buildroot: we don't build libgpiod any more
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

d0f3523923b6f838272b5ff26f68cb6ac81ffe2d
 labs/sysdev-buildroot/sysdev-buildroot.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-buildroot/sysdev-buildroot.tex b/labs/sysdev-buildroot/sysdev-buildroot.tex
index 3d2d73b1..67cab58b 100644
--- a/labs/sysdev-buildroot/sysdev-buildroot.tex
+++ b/labs/sysdev-buildroot/sysdev-buildroot.tex
@@ -7,7 +7,7 @@
 
 Compared to the previous lab, we are going to build a more elaborate
 system, still containing {\em alsa-utils} (and of course its {\em
-alsa-lib} dependency) and {\em libgpiod}, but this time using Buildroot,
+alsa-lib} dependency), but this time using Buildroot,
 an automated build system.
 
 The automated build system will also allow us to add more packages
@@ -86,7 +86,7 @@ In our case, we would like to:
   Buildroot generating one for us;
 \item Compile the Linux kernel and deploy its modules in the root
   filesystem;
-\item Integrate {\em BusyBox}, {\em alsa-utils}, {\em libgpiod},
+\item Integrate {\em BusyBox}, {\em alsa-utils},
   {\em mpd}, {\em mpc} and {\em evtest} in our embedded Linux system;
 \item Integrate the target filesystem into a tarball
 \end{itemize}




More information about the training-materials-updates mailing list