Re: [yocto] Small documentation issue

2018-02-20 Thread Zoran Stojsavljevic
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 wrote: > On 02/20/2018 02:33 PM, Zoran

Re: [yocto] Small documentation issue

2018-02-20 Thread Zoran Stojsavljevic
Hello Paul, > If you prefer to do this in local.conf or your distro configuration, you'll need to change the first line to INHERIT += "extrausers". I see. Makes it very clear. Thank you, Zoran ___ On Wed, Feb 21, 2018 at 3:51 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > Hi

Re: [yocto] Small documentation issue

2018-02-20 Thread Paul Eggleton
Hi Zoran, On Tuesday, 20 February 2018 7:33:22 PM NZDT Zoran Stojsavljevic wrote: > 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

Re: [yocto] Small documentation issue

2018-02-20 Thread Anuj Mittal
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 +=

[yocto] Small documentation issue

2018-02-19 Thread Zoran Stojsavljevic
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" To be inline with bitbake syntax. It is somehow confusing.