Hello,
I'm trying to figure out how to disable the following login prompt after the kernel boots:
Poky (Yocto Project Reference Distro) 1.8.1 nitrogen6x /dev/ttymxc3
nitrogen6x login:
In the LTIB environment (L3.0.35_4.1.0), there was an option in the LTIB configuration to disable the login prompt:
LTIB configuration -> Options -> [ ] boot up with a tty and login
I'm looking to do the same in the Yocto environment. The point of this is for an application to autolaunch after the kernel boots. I did that in the LTIB environment by disabling the login prompt and launching the application through rc.local. I'm using kernel 3.14.28 with an imx6q processor.
Thanks,