[bootlin/training-materials updates] master: BusyBox slides: update configuration interface (2fa76e8d)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Sep 2 18:12:10 CEST 2020


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

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

commit 2fa76e8de2bd5bd1f84858eba081490234486d36
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Sep 2 18:12:10 2020 +0200

    BusyBox slides: update configuration interface
    
    - xconfig no longer available on recent distros
    - Used a menuconfig screenshot instead
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

2fa76e8de2bd5bd1f84858eba081490234486d36
 slides/sysdev-busybox/menuconfig-screenshot.png | Bin 0 -> 130944 bytes
 slides/sysdev-busybox/sysdev-busybox.tex        |  10 +++++-----
 slides/sysdev-busybox/xconfig-screenshot.png    | Bin 26105 -> 0 bytes
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/slides/sysdev-busybox/menuconfig-screenshot.png b/slides/sysdev-busybox/menuconfig-screenshot.png
new file mode 100644
index 00000000..6c56ce00
Binary files /dev/null and b/slides/sysdev-busybox/menuconfig-screenshot.png differ
diff --git a/slides/sysdev-busybox/sysdev-busybox.tex b/slides/sysdev-busybox/sysdev-busybox.tex
index e788a0b5..f8d20057 100644
--- a/slides/sysdev-busybox/sysdev-busybox.tex
+++ b/slides/sysdev-busybox/sysdev-busybox.tex
@@ -140,15 +140,15 @@ yes, zcat, zcip}
     \item \code{make allnoconfig}\\
       Unselects all options. Good to configure only what you need.
     \end{itemize}
-  \item \code{make xconfig} (graphical, needs the \code{libqt3-mt-dev} package)\\
-    or \code{make menuconfig} (text)\\
+  \item \code{make menuconfig} (text)\\
     Same configuration interfaces as the ones used by the Linux kernel
-    (though older versions are used).
+    (though older versions are used, causing \code{make xconfig} to
+    be broken in recent distros).
   \end{itemize}
 \end{frame}
 
 \begin{frame}
-  \frametitle{BusyBox make xconfig}
+  \frametitle{BusyBox make menuconfig}
   \begin{columns}
     \column{0.5\textwidth}
     You can choose:
@@ -157,7 +157,7 @@ yes, zcat, zcip}
     \item and even the command options and features that you need!
     \end{itemize}
     \column{0.5\textwidth}
-    \includegraphics[width=\textwidth]{slides/sysdev-busybox/xconfig-screenshot.png}
+    \includegraphics[width=\textwidth]{slides/sysdev-busybox/menuconfig-screenshot.png}
   \end{columns}
 \end{frame}
 
diff --git a/slides/sysdev-busybox/xconfig-screenshot.png b/slides/sysdev-busybox/xconfig-screenshot.png
deleted file mode 100644
index c71b9d5b..00000000
Binary files a/slides/sysdev-busybox/xconfig-screenshot.png and /dev/null differ




More information about the training-materials-updates mailing list