[bootlin/training-materials updates] master: Embedded Linux: kernel compiling lab: install required package (bb977409)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Apr 11 10:01:41 CEST 2022


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

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

commit bb97740969d73c8c0b53a39054e3cdf78ba6e309
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Apr 11 10:01:41 2022 +0200

    Embedded Linux: kernel compiling lab: install required package
    
    Needed at least for compiling 5.15.x on TI OMAP.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

bb97740969d73c8c0b53a39054e3cdf78ba6e309
 labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
index 64ab5a3a..947fe4a9 100644
--- a/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
+++ b/labs/sysdev-kernel-cross-compiling/sysdev-kernel-cross-compiling.tex
@@ -72,8 +72,8 @@ a higher decompression time.
 
 \section{Cross compiling}
 
-At this stage, you need to install the \code{libssl-dev}
-package to compile the kernel.
+At this stage, you need to install the \code{libssl-dev} and
+\code{libmpc-dev} packages to compile the kernel.
 
 You're now ready to cross-compile your kernel. Simply run:
 




More information about the training-materials-updates mailing list