Remove login prompt in Yocto kernel build

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Remove login prompt in Yocto kernel build

6,967件の閲覧回数
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,980件の閲覧回数
aznjaput
Contributor III

Solution for this is posted at:

Reg: Auto-Login and run a script Automatically

Thanks,