Thank you for the quick reply,
in our machin confif only SERIAL_CONSOLE is set, it is:
>
> SERIAL_CONSOLE = "115200 ttyO0"
But yocto then uses that to set SERIAL_CONSOLES
In bitbake -e I see SERIAL_CONSOLE and SERIAL_CONSOLES set to :
>
> # $SERIAL_CONSOLE [3 operations]
> # set
> /home/wdurocher/work/gammaip/warrior/sources/meta-gammaip/conf/machine/gammaip.conf:16
>
> # "115200 ttyO0"
> # set
> /home/wdurocher/work/gammaip/warrior/sources/meta/meta/conf/documentation.conf:371
>
> # [doc] "The speed and device for the serial port used to attach the
> serial console. This variable is given to the kernel as the 'console'
> parameter. After booting occurs, getty is started on that port so remote
> login is possible."
> # set
> /home/wdurocher/work/gammaip/warrior/sources/meta/meta/conf/bitbake.conf:845
>
> # [_defaultval] ""
> # pre-expansion value:
> # "115200 ttyO0"
> SERIAL_CONSOLE="115200 ttyO0"
> #
> # $SERIAL_CONSOLES [2 operations]
> # set
> /home/wdurocher/work/gammaip/warrior/sources/meta/meta/conf/documentation.conf:372
>
> # [doc] "Defines the serial consoles (TTYs) to enable using getty."
> # set
> /home/wdurocher/work/gammaip/warrior/sources/meta/meta/conf/bitbake.conf:846
>
> # [_defaultval] "${@d.getVar('SERIAL_CONSOLE').replace(' ', ';')}"
> # pre-expansion value:
> # "${@d.getVar('SERIAL_CONSOLE').replace(' ', ';')}"
> SERIAL_CONSOLES="115200;ttyO0"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#48166): https://lists.yoctoproject.org/g/yocto/message/48166
Mute This Topic: https://lists.yoctoproject.org/mt/70165095/21656
Mute #yocto: https://lists.yoctoproject.org/mk?hashtag=yocto&subid=6691583
Mute #systemd: https://lists.yoctoproject.org/mk?hashtag=systemd&subid=6691583
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-