Remove login prompt in Yocto kernel build

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Remove login prompt in Yocto kernel build

6,212 次查看
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,

标签 (5)
标记 (4)
0 项奖励
回复
1 回复

3,225 次查看
aznjaput
Contributor III

Solution for this is posted at:

Reg: Auto-Login and run a script Automatically

Thanks,