extrausers.bbclass: add a new bbclass
authorChen Qi <Qi.Chen@windriver.com>
Fri, 19 Jul 2013 01:52:26 +0000 (09:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Jul 2013 10:35:35 +0000 (11:35 +0100)
commita9dca2fd1cf8968d02c78f0cdee42551c9a8cb0b
tree92e3046bcffc756dadddb8468fe5ba429cc6bf03
parentbd3957970ee51de66cf8489dfff42092fea17032
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]

(From OE-Core rev: 4b6deb521183b728d9a1c651d4805fe635e6cb50)

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