From: Otavio Salvador Date: Fri, 8 Jun 2018 14:03:30 +0000 (-0300) Subject: uboot-extlinux-config.bbclass: Add baudrate in console bootparam X-Git-Tag: uninative-2.2~412 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2ce3534b2011cf5516780c9fd7e00bd107619adc;p=openembedded-core.git uboot-extlinux-config.bbclass: Add baudrate in console bootparam By default, we ought to use console="${console},${baudrate}" as console bootparam as commonly it is left to be passed with the bootargs. Signed-off-by: Otavio Salvador Signed-off-by: Ross Burton --- diff --git a/meta/classes/uboot-extlinux-config.bbclass b/meta/classes/uboot-extlinux-config.bbclass index 61dff14b7c..c65c421b60 100644 --- a/meta/classes/uboot-extlinux-config.bbclass +++ b/meta/classes/uboot-extlinux-config.bbclass @@ -58,7 +58,7 @@ # # The kernel has an internal default console, which you can override with # a console=...some_tty... -UBOOT_EXTLINUX_CONSOLE ??= "console=${console}" +UBOOT_EXTLINUX_CONSOLE ??= "console=${console},${baudrate}" UBOOT_EXTLINUX_LABELS ??= "linux" UBOOT_EXTLINUX_FDT ??= "" UBOOT_EXTLINUX_FDTDIR ??= "../"