Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-09 Thread ChenQi
On 07/09/2013 07:20 AM, Saul Wold wrote: On 07/04/2013 11:07 PM, qi.c...@windriver.com wrote: Since this gets run every time for image creation, we can be sure an image won't be using someform of login, so finding login.defs might not be the best thing to do. take the poky.tiny example and

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-08 Thread Saul Wold
On 07/04/2013 11:07 PM, qi.c...@windriver.com wrote: From: Chen Qi We may want to add a user or group which does not logically belong to any specific package. For example, we may want to add a user with the name 'tester' to our image. Besides, we may want to delete or modify user/group in our i

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-08 Thread Mark Hatle
On 7/8/13 2:31 PM, Martin Jansa wrote: On Mon, Jul 08, 2013 at 01:01:48PM -0500, Mark Hatle wrote: On 7/8/13 12:27 PM, Martin Jansa wrote: On Mon, Jul 08, 2013 at 12:15:40PM -0500, Mark Hatle wrote: On 7/5/13 3:39 AM, Martin Jansa wrote: On Fri, Jul 05, 2013 at 02:07:28PM +0800, qi.c...@windr

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-08 Thread Martin Jansa
On Mon, Jul 08, 2013 at 01:01:48PM -0500, Mark Hatle wrote: > On 7/8/13 12:27 PM, Martin Jansa wrote: > > On Mon, Jul 08, 2013 at 12:15:40PM -0500, Mark Hatle wrote: > >> On 7/5/13 3:39 AM, Martin Jansa wrote: > >>> On Fri, Jul 05, 2013 at 02:07:28PM +0800, qi.c...@windriver.com wrote: > From:

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-08 Thread Mark Hatle
On 7/8/13 12:27 PM, Martin Jansa wrote: On Mon, Jul 08, 2013 at 12:15:40PM -0500, Mark Hatle wrote: On 7/5/13 3:39 AM, Martin Jansa wrote: On Fri, Jul 05, 2013 at 02:07:28PM +0800, qi.c...@windriver.com wrote: From: Chen Qi We may want to add a user or group which does not logically belong t

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-08 Thread Martin Jansa
On Mon, Jul 08, 2013 at 12:15:40PM -0500, Mark Hatle wrote: > On 7/5/13 3:39 AM, Martin Jansa wrote: > > On Fri, Jul 05, 2013 at 02:07:28PM +0800, qi.c...@windriver.com wrote: > >> From: Chen Qi > >> > >> We may want to add a user or group which does not logically belong to > >> any specific packa

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-08 Thread Mark Hatle
On 7/5/13 3:39 AM, Martin Jansa wrote: On Fri, Jul 05, 2013 at 02:07:28PM +0800, qi.c...@windriver.com wrote: From: Chen Qi We may want to add a user or group which does not logically belong to any specific package. For example, we may want to add a user with the name 'tester' to our image. Be

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-05 Thread ChenQi
On 07/05/2013 04:39 PM, Martin Jansa wrote: On Fri, Jul 05, 2013 at 02:07:28PM +0800, qi.c...@windriver.com wrote: From: Chen Qi We may want to add a user or group which does not logically belong to any specific package. For example, we may want to add a user with the name 'tester' to our imag

Re: [OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-05 Thread Martin Jansa
On Fri, Jul 05, 2013 at 02:07:28PM +0800, qi.c...@windriver.com wrote: > From: Chen Qi > > We may want to add a user or group which does not logically belong to > any specific package. For example, we may want to add a user with the > name 'tester' to our image. Besides, we may want to delete or

[OE-core] [PATCH 1/1] image.bbclass: add a method to add/delete/modify user/group settings

2013-07-04 Thread Qi.Chen
From: Chen Qi We may want to add a user or group which does not logically belong to any specific package. For example, we may want to add a user with the name 'tester' to our image. Besides, we may want to delete or modify user/group in our image. This patch adds a variable, USER_GROUP_SETTINGS,