[bootlin/training-materials updates] master: Embedded Linux: improve slide about "make modules_install" output (0cc1f14a)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Dec 6 11:44:14 CET 2021


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

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

commit 0cc1f14a4c8101eee10dfee38cdadd0b7a61f4e4
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Fri Dec 3 17:26:53 2021 +0100

    Embedded Linux: improve slide about "make modules_install" output
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

0cc1f14a4c8101eee10dfee38cdadd0b7a61f4e4
 slides/sysdev-kernel-building/sysdev-kernel-building.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index 8262c1aa..a1bf6d73 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -460,13 +460,13 @@ CONFIG_NTFS_RW=y
       Module \code{.ko} (Kernel Object) files, in the same directory
       structure as in the sources.
     \item \code{modules.alias}, \code{modules.alias.bin}\\
-      Aliases for module loading utilities. Used to find drivers for
-      devices. Example line:\\
-      \code{alias usb:v066Bp20F9d*dc*dsc*dp*ic*isc*ip*in* asix}
+      Aliases for module loading utilities. Further explanations
+      on the next slide.
     \item \code{modules.dep}, \code{modules.dep.bin}\\
       Module dependencies
     \item \code{modules.symbols}, \code{modules.symbols.bin}\\
-      Tells which module a given symbol belongs to.
+      Tells which module a given symbol belongs to (related to
+      module dependencies).
     \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list