[OE-core] [PATCH] systemd-serialgetty: fix a typo

Burton, Ross ross.burton at intel.com
Mon Feb 15 10:30:13 UTC 2016


On 15 February 2016 at 07:47, <rongqing.li at windriver.com> wrote:

> -SERIAL_CONSOLE ?= "115200 ttyS0"
> +SERIAL_CONSOLES ?= "115200 ttyS0"
>

bitbake.conf says:

SERIAL_CONSOLES ??= "${@d.getVar('SERIAL_CONSOLE', True).replace(' ', ';')}"

And the relevant commit introducing _CONSOLES says:

    Just define additional serial consoles like so:
    SERIAL_CONSOLES="115200;ttyS0 115200;ttyS1 ... 115200;ttySN"

So moving from CONSOLE to CONSOLES is more than just adding an S.

Anyway, surely the machine should be setting this if required?  Why does
systemd-serialgetty think that ttyS0 should be a serial console if the
machine doesn't say so?

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160215/c98ac50e/attachment-0002.html>


More information about the Openembedded-core mailing list