Sorry, Anuj, I did not reply to you in the same email. :-( I'll look into the pointers you have sent to me, but over the weekend (I am very busy over the week).
Thank you, Zoran _______ On Wed, Feb 21, 2018 at 3:09 AM, Anuj Mittal <[email protected]> wrote: > On 02/20/2018 02:33 PM, Zoran Stojsavljevic wrote: > > Hello, > > > > Just to point to the documentation issue on YOCTO Projects wiki page: > > https://wiki.yoctoproject.org/wiki/FAQ:How_do_I_set_or_ > change_the_root_password > > > > This line: > > inherit extrausers > > > > Should be changed as: > > INHERIT += "extrausers" > > This shows how to do it from a recipe. For a more up-to-date documentation: > > https://www.yoctoproject.org/docs/latest/ref-manual/ref- > manual.html#ref-classes-extrausers > > INHERIT is used in a configuration file. > > http://www.yoctoproject.org/docs/2.5/bitbake-user-manual/ > bitbake-user-manual.html#inherit-configuration-directive > > "inherit" on the other hand is used in a recipe or class. > > http://www.yoctoproject.org/docs/2.5/bitbake-user-manual/ > bitbake-user-manual.html#inherit-directive > > Thanks, > Anuj >
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
