yocto autologin

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

yocto autologin

3,499 Views
coilnpark
Contributor IV

Hi~ 

It is very simple question!!

How to do autologin in yocto?

Best regards,

Colin Park

3 Replies

1,882 Views
joanxie
NXP TechSupport
NXP TechSupport
it seems function called set_image_autologin() which looks in /etc/sysconfig/gpelogin for a variable AUTOLOGIN, but let me remind, if you use the image core-image-sato which doesn't support autologin. I find a link is useful for you, pls refer to it.

<http://stackoverflow.com/questions/28341038/autologin-for-ubuntu-yocto-image>.

 

 

1,882 Views
coilnpark
Contributor IV

Thank you for your feedback.

I am using the image core-image-base. Is it supported autologin??

0 Kudos

1,882 Views
joanxie
NXP TechSupport
NXP TechSupport

Reg: Auto-Login and run a script Automatically 

you can try this solution, or you can do something similar using the ROOTFS_POSTPROCESS_COMMAND[1] to
change the login manager configuration file to enable autologin.

for image, suggest to use the image you own build. but you can try the solution above first.

0 Kudos