Re: [OE-core] [PATCH 4/7] useradd.bbclass: new class for managing user/group permissions

2011-06-29 Thread Richard Purdie
On Tue, 2011-06-28 at 09:42 -0500, Mark Hatle wrote: > On 6/28/11 8:04 AM, Richard Purdie wrote: > > Hi Scott, > > > > Sorry its taken me a while to get to this. Some comments below. > > I think I know the answer to a few of the issues mentioned below. Scott can > correct me if I'm wrong. > > >

Re: [OE-core] [PATCH 4/7] useradd.bbclass: new class for managing user/group permissions

2011-06-28 Thread Scott Garman
On 06/28/2011 06:04 AM, Richard Purdie wrote: Hi Scott, Sorry its taken me a while to get to this. Some comments below. Hi Richard, Thanks for the feedback. I'm hoping to get you a v2 pull request sometime tomorrow which incorporates some of your suggested changes. Mark gave good explanatio

Re: [OE-core] [PATCH 4/7] useradd.bbclass: new class for managing user/group permissions

2011-06-28 Thread Mark Hatle
On 6/28/11 8:04 AM, Richard Purdie wrote: > Hi Scott, > > Sorry its taken me a while to get to this. Some comments below. I think I know the answer to a few of the issues mentioned below. Scott can correct me if I'm wrong. > On Thu, 2011-06-02 at 16:50 -0700, Scott Garman wrote: >> This class i

Re: [OE-core] [PATCH 4/7] useradd.bbclass: new class for managing user/group permissions

2011-06-28 Thread Richard Purdie
Hi Scott, Sorry its taken me a while to get to this. Some comments below. On Thu, 2011-06-02 at 16:50 -0700, Scott Garman wrote: > This class is to be used by recipes that need to set up specific > user/group accounts and set custom file/directory permissions. > > Signed-off-by: Scott Garman >

[OE-core] [PATCH 4/7] useradd.bbclass: new class for managing user/group permissions

2011-06-02 Thread Scott Garman
This class is to be used by recipes that need to set up specific user/group accounts and set custom file/directory permissions. Signed-off-by: Scott Garman --- meta/classes/useradd.bbclass | 163 ++ 1 files changed, 163 insertions(+), 0 deletions(-) crea

[OE-core] [PATCH 4/7] useradd.bbclass: new class for managing user/group permissions

2011-05-31 Thread Scott Garman
This class is to be used by recipes that need to set up specific user/group accounts and set custom file/directory permissions. Signed-off-by: Scott Garman --- meta/classes/useradd.bbclass | 136 ++ 1 files changed, 136 insertions(+), 0 deletions(-) crea