]> code.ossystems Code Review - openembedded-core.git/commit
extrausers.bbclass: add a new bbclass
authorChen Qi <Qi.Chen@windriver.com>
Fri, 19 Jul 2013 01:52:26 +0000 (09:52 +0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 22 Jul 2013 16:44:11 +0000 (09:44 -0700)
commit4b6deb521183b728d9a1c651d4805fe635e6cb50
tree399561eb4f94cb08769f49faab6816f0621342ec
parent2a57bb7e9a7e154578aa7cb9aeebdf398a54ec00
extrausers.bbclass: add a new bbclass

This class is dedicated to image level user/group configuration.
It inherits useradd_base.bbclass.

Users need to inherit this class in their layers or local.conf to
make the setting of EXTRA_USERS_PARAMS effective.

For detailed configuration format of EXTRA_USERS_PARAMS, please
refer to local.conf.sample.extended.

[YOCTO #4074]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/extrausers.bbclass [new file with mode: 0644]