Re: [yocto] setting groups and users other than root

2017-07-07 Thread Robert Berger
Hi, On 2017-07-06 08:01, Khem Raj wrote: you can achieve it via already defined abstraction. Please read http://www.yoctoproject.org/docs/2.3/ref-manual/ref-manual.html#ref-classes-useradd You might want to read[1] "user and group configuration to be applied at the image level" as well

Re: [yocto] setting groups and users other than root

2017-07-05 Thread Khem Raj
On Wed, Jul 5, 2017 at 8:28 PM, sourabh banerjee wrote: > I have observed that the group and user default to root for unless I do > explicit chown and chgrp in the do_install step for a given recipe. > > I have few recipes for which the group and user are to be set to

[yocto] setting groups and users other than root

2017-07-05 Thread sourabh banerjee
I have observed that the group and user default to root for unless I do explicit chown and chgrp in the do_install step for a given recipe. I have few recipes for which the group and user are to be set to something other than root. Is there a way to achieve this? Such that the user and group