From 3e2d382bba9da6cbd01dc1f7f44dd6de022c8352 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Fri, 6 Oct 2023 10:37:05 +0200 Subject: [PATCH] slides/yocto-bsp: replace SERIAL_CONSOLE by SERIAL_CONSOLES SERIAL_CONSOLE was deprecated in 2.6 and removed in 4.2. Signed-off-by: Michael Opdenacker --- 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 d144578f61..cc984cbc49 100644 --- a/slides/yocto-bsp/yocto-bsp.tex +++ b/slides/yocto-bsp/yocto-bsp.tex @@ -111,7 +111,7 @@ \subsection{Hardware configuration files} # we need the kernel to be installed in the final image IMAGE_INSTALL:append = " kernel-image kernel-devicetree" SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" -SERIAL_CONSOLE = "115200 ttyAMA0" +SERIAL_CONSOLES = "115200;ttyAMA0" MACHINE_FEATURES = "usbgadget usbhost vfat" \end{minted} \end{block}