> On Jul 4, 2015, at 12:54 AM, Keshav Peswani <[email protected]> wrote: > > Hi , > > As part of a project, I had built custom distro for raspberry-pi through > yocto which included meta-gnome as my desktop/UI layer. After the build > completed , the login panel for gnome is asking for username and password > which I couldn't figure out even after searching the recipe files. It would > be great if you could help me out in knowing the default user name and > password that 'gdm' uses and where to change it in recipe files. PFA my gnome > recipe file and screen shot of login screen. > >
if you have debug-tweaks to your image then it should let you in with passwordless entry for root user EXTRA_IMAGE_FEATURES = "debug-tweaks” in local.conf is what you might need. > Thanks > Keshav > <gnome.bb><login-gnome.jpg>-- > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto
signature.asc
Description: Message signed with OpenPGP using GPGMail
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
