[oe-commits] [openembedded-core] 25/44: uboot-extlinux-config.bbclass: Add baudrate in console bootparam

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 10:17:43 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2ce3534b2011cf5516780c9fd7e00bd107619adc
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Fri Jun 8 11:03:30 2018 -0300

    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 <otavio at ossystems.com.br>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/uboot-extlinux-config.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/uboot-extlinux-config.bbclass b/meta/classes/uboot-extlinux-config.bbclass
index 61dff14..c65c421 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 ??= "../"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list