I see an example of setting the root password in the extrausers class
documentation -

http://www.yoctoproject.org/docs/2.0/ref-manual/ref-manual.html#ref-classes-extrausers

This sets the password to 1876*18:

     inherit extrausers
     EXTRA_USERS_PARAMS = "\
         usermod -P 1876*18 root; \
         "


On Tue, Jan 12, 2016 at 5:58 AM, Vivek Per <pervi...@gmail.com> wrote:

> Hi,
>      Where root password is defined by default. How can we change it
>
> Thanks and regards
>       Vivek
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to