Remove login prompt in Yocto kernel build

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Remove login prompt in Yocto kernel build

6,211 Views
aznjaput
Contributor III

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,

Labels (5)
0 Kudos
Reply
1 Reply

3,224 Views
aznjaput
Contributor III

Solution for this is posted at:

Reg: Auto-Login and run a script Automatically

Thanks,