[yocto] Small documentation issue

Anuj Mittal anuj.mittal at intel.com
Tue Feb 20 18:09:51 PST 2018


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



More information about the yocto mailing list