summaryrefslogtreecommitdiff
path: root/meta-skeleton/recipes-skeleton/useradd
AgeCommit message (Collapse)AuthorFiles
2012-08-06useradd-example: use ${datadir} instead of /usr/share for packagingJavier Martinez Canillas1
It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-10useradd-example.bb: update example documentation commentsScott Garman1
Clarify that only packages listed in USERADD_PACKAGES will include the user/group creation code. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-07-01useradd-example: example recipe for using inherit useraddScott Garman5
An example recipe for demonstrating/documenting how user and group manipulation is done with 'inherit useradd' Signed-off-by: Scott Garman <scott.a.garman@intel.com>