Re: [poky] [PATCH][meta-yocto-bsp] linux-yocto: revert omap8250 power management changes on genericarm64
Mikko Rapeli <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <Z6W60hHg7PNrUaMu@nuoska> |
Hi, On Thu, Feb 06, 2025 at 05:24:51PM +0000, Ross Burton via lists.yoctoproject.org wrote: > The genericarm64 machine sets SERIAL_CONSOLES to a number of potential > devices: > > SERIAL_CONSOLES ?= "115200;ttyAMA0 115200;hvc0 115200;ttyS0 115200;ttyS1 115200;ttyS2" > > With sysvinit this turns into getty lines in inittab, and with systemd > the systemd-serialgetty recipe creates explicit units to spawn gettys. So for systemd poky-altcfg genericarm64 images my patch "systemd: use serial-getty-generator on genericarm64" https://lists.openembedded.org/g/openembedded-core/message/210938 should also work around this since build time SERIAL_CONSOLES is ignored and getty started by udev to the correct serial devices. Cheers, -Mikko