Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH V7 0/2] Add a mechanism for image level user/group configuration
@ 2013-07-19  1:52 Qi.Chen
  2013-07-19  1:52 ` [PATCH V7 1/2] useradd.bbclass: add a new base class and code refactor Qi.Chen
  2013-07-19  1:52 ` [PATCH V7 2/2] extrausers.bbclass: add a new bbclass Qi.Chen
  0 siblings, 2 replies; 3+ messages in thread
From: Qi.Chen @ 2013-07-19  1:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: qingtao.cao

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

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 (2):
  useradd.bbclass: add a new base class and 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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-19  1:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-19  1:52 [PATCH V7 0/2] Add a mechanism for image level user/group configuration Qi.Chen
2013-07-19  1:52 ` [PATCH V7 1/2] useradd.bbclass: add a new base class and code refactor Qi.Chen
2013-07-19  1:52 ` [PATCH V7 2/2] extrausers.bbclass: add a new bbclass Qi.Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox