[bootlin/training-materials updates] master: yocto: slides: Fix the description of SERIAL_CONSOLES (570f990e)

Maxime Chevallier maxime.chevallier at bootlin.com
Fri Dec 3 18:14:27 CET 2021


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

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

commit 570f990efb4e6ff27f34d7c06169dd4d2c6c2a68
Author: Maxime Chevallier <maxime.chevallier at bootlin.com>
Date:   Fri Dec 3 17:51:55 2021 +0100

    yocto: slides: Fix the description of SERIAL_CONSOLES
    
    The SERIAL_CONSOLES variable isn't used for the kernel commandline, but
    to configure getty.
    
    Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>


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

570f990efb4e6ff27f34d7c06169dd4d2c6c2a68
 slides/yocto-bsp/yocto-bsp.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/yocto-bsp/yocto-bsp.tex b/slides/yocto-bsp/yocto-bsp.tex
index ae882e7c..fa3b87dd 100644
--- a/slides/yocto-bsp/yocto-bsp.tex
+++ b/slides/yocto-bsp/yocto-bsp.tex
@@ -78,7 +78,7 @@
     \item[MACHINE\_FEATURES] List of hardware features provided by the
       machine, e.g. \code{usbgadget usbhost screen wifi}
     \item[SERIAL\_CONSOLES] Speed and device for the serial console to
-      attach. Passed to the kernel as the \code{console} parameter,
+	    attach. Used to configure \code{getty},
       e.g. \code{115200;ttyS0}
     \item[KERNEL\_IMAGETYPE] The type of kernel image to build, e.g.
       \code{zImage}




More information about the training-materials-updates mailing list