[bootlin/training-materials updates] master: Embedded Linux: no more need to disable "xmlto" building alsa-utils (53fc7047)

Michael Opdenacker michael.opdenacker at bootlin.com
Fri Dec 10 15:19:00 CET 2021


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

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

commit 53fc7047a31f61c84fbe4aa9243cda59c64351d6
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Dec 10 15:19:00 2021 +0100

    Embedded Linux: no more need to disable "xmlto" building alsa-utils
    
    Tested successfully without this option
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

53fc7047a31f61c84fbe4aa9243cda59c64351d6
 labs/sysdev-thirdparty/sysdev-thirdparty.tex | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/labs/sysdev-thirdparty/sysdev-thirdparty.tex b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
index 9fc90b7a..7392c2c3 100644
--- a/labs/sysdev-thirdparty/sysdev-thirdparty.tex
+++ b/labs/sysdev-thirdparty/sysdev-thirdparty.tex
@@ -437,15 +437,14 @@ provided by {\em alsa-utils}, that we are not going to use.
 Hence, we can just disable the build of {\em alsamixer}.
 
 Of course, if we wanted it, we would have had to build {\em ncurses} first,
-just like we built {\em alsa-lib}. We will also need to disable support
-for {\em xmlto} that generates the documentation.
+just like we built {\em alsa-lib}.
 
 \begin{bashinput}
 $ LDFLAGS=-L$HOME/__SESSION_NAME__-labs/thirdparty/staging/usr/lib \
      CPPFLAGS=-I$HOME/__SESSION_NAME__-labs/thirdparty/staging/usr/include \
      CC=arm-linux-gcc \
      ./configure --host=arm-linux --prefix=/usr \
-     --disable-alsamixer --disable-xmlto
+     --disable-alsamixer
 \end{bashinput}
 
 Then, run the compilation with \code{make}. Hopefully, it works!




More information about the training-materials-updates mailing list