[OE-core] [PATCH V4 0/3] Add a method for image level user/group configuration

Qi.Chen at windriver.com Qi.Chen at windriver.com
Fri Jul 12 03:10:34 UTC 2013


From: Chen Qi <Qi.Chen at windriver.com>

Changes from V3:
1. naming changes
   rename userbase.bbclass to useradd_base.bbclass
   rename usersettings.bbclass to extrausers.bbclass
   rename USER_GROUP_SETTINGS to EXTRA_USERS_PARAMS
2. Add an example in the extrauser.bbclass to show how to use this bbclass
3. Report the incorrect setting in EXTRA_USERS_PARAMS.

Note the branch has also changed from ChenQi/user_group_settings to ChenQi/extrausers.

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/extrausers
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/extrausers

Chen Qi (3):
  useradd_base.bbclass: add a new bbclass
  useradd.bbclass: code refactor
  extrausers.bbclass: add a new bbclass

 meta/classes/extrausers.bbclass   |   61 ++++++++++
 meta/classes/useradd.bbclass      |   99 ++--------------
 meta/classes/useradd_base.bbclass |  230 +++++++++++++++++++++++++++++++++++++
 3 files changed, 299 insertions(+), 91 deletions(-)
 create mode 100644 meta/classes/extrausers.bbclass
 create mode 100644 meta/classes/useradd_base.bbclass

-- 
1.7.9.5




More information about the Openembedded-core mailing list