From: Saul Wold <sgw@linux.intel.com>
To: Qi.Chen@windriver.com
Cc: qingtao.cao@windriver.com,
Paul Eggleton <paul.eggleton@linux.intel.com>,
"Rifenbark, Scott M" <scott.m.rifenbark@intel.com>,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH V3 0/3] Add a method for image level user/group configuration
Date: Thu, 11 Jul 2013 09:00:36 -0700 [thread overview]
Message-ID: <51DED6A4.60007@linux.intel.com> (raw)
In-Reply-To: <6391172.XjBtrIKksh@helios>
On 07/11/2013 05:49 AM, Paul Eggleton wrote:
> Hi Qi,
>
> On Thursday 11 July 2013 19:11:36 Qi.Chen@windriver.com wrote:
>> From: Chen Qi <Qi.Chen@windriver.com>
>>
>> This patchset mainly does two things:
>> 1. code refactor to avoid code duplication
>> 2. add a method for image level user/group configuration
>>
>> The following changes since commit a63229917a5708de2d161aba0d67168ce0da6365:
>>
>> meta-yocto-bsp: update reference board SRCREVs (2013-07-10 09:45:51 +0100)
>>
>> are available in the git repository at:
>>
>> git://git.pokylinux.org/poky-contrib ChenQi/user_group_settings
>>
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/user_group_set
>> tings
>>
>> Chen Qi (3):
>> userbase.bbclass: add a new bbclass
>> useradd.bbclass: code refactor
>> usersettings.bbclass: add a new bbclass
>>
>> meta/classes/useradd.bbclass | 103 ++---------------
>> meta/classes/userbase.bbclass | 230
>> +++++++++++++++++++++++++++++++++++++ meta/classes/usersettings.bbclass |
>> 48 ++++++++
>> 3 files changed, 290 insertions(+), 91 deletions(-)
>> create mode 100644 meta/classes/userbase.bbclass
>> create mode 100644 meta/classes/usersettings.bbclass
>
> In terms of naming I'd rather see the base class be called useradd_base to
> match the naming of similar existing classes. For the new class, I'm not sure
> usersettings is really an appropriate name, perhaps something like
> "useradd_real" or "useraccount" or something else that more accurately reflects
> what it is for?
>
I think this is a better approach than what you had orignally.
I agree the naming is not correct currently, useraccount or maybe
extrausers, also when you rename the class the USER_GROUP_SETTING should
also be renamed to reflect that, something like EXTRA_USERS_PARAMS or
USER_ACCOUNT_PARAMS to match the class name.
You also need to provide full documentation on this new variable, please
send details to Scott Rifenbark.
> Cheers,
> Paul
>
prev parent reply other threads:[~2013-07-11 16:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-11 11:11 [PATCH V3 0/3] Add a method for image level user/group configuration Qi.Chen
2013-07-11 11:11 ` [PATCH V3 1/3] userbase.bbclass: add a new bbclass Qi.Chen
2013-07-11 11:11 ` [PATCH V3 2/3] useradd.bbclass: code refactor Qi.Chen
2013-07-11 11:11 ` [PATCH V3 3/3] usersettings.bbclass: add a new bbclass Qi.Chen
2013-07-11 12:58 ` Paul Eggleton
2013-07-11 13:07 ` Paul Eggleton
2013-07-11 15:02 ` Mark Hatle
2013-07-11 12:49 ` [PATCH V3 0/3] Add a method for image level user/group configuration Paul Eggleton
2013-07-11 16:00 ` Saul Wold [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51DED6A4.60007@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=Qi.Chen@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul.eggleton@linux.intel.com \
--cc=qingtao.cao@windriver.com \
--cc=scott.m.rifenbark@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.