aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/useradd_base.bbclass
AgeCommit message (Collapse)Author
2013-07-22useradd.bbclass: add a new base class and code refactorChen Qi
Add a new base class, useradd_base.bbclass, which is mainly a collection of basic functions for user/group settings. The useradd_base.bbclass is intended to be inherited by useradd.bbclass and the extrausers.bbclass to avoid code cuplication. [YOCTO #4074] Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>