Hello, This pull request incorporates feedback from Richard and MarkH in response to my previous pull req. I also did more build and runtime testing of the code to ensure these modifications haven't changed the output.
Thanks, Scott The following changes since commit 8781c843cf3e0913a8fdd2ff91935f051be01dd9: classes/package.bbclass: Add fixup_perms (2011-06-30 22:54:04 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib sgarman/useradd-v2 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/useradd-v2 Scott Garman (3): bitbake.conf: update PSEUDO_PASSWD variable useradd.bbclass: new class for managing user/group permissions useradd-example: example recipe for using inherit useradd .../recipes-skeleton/useradd/useradd-example.bb | 76 +++++++++ meta/classes/useradd.bbclass | 161 ++++++++++++++++++++ meta/conf/bitbake.conf | 2 +- 3 files changed, 238 insertions(+), 1 deletions(-) create mode 100644 meta-skeleton/recipes-skeleton/useradd/useradd-example.bb create mode 100644 meta-skeleton/recipes-skeleton/useradd/useradd-example/file1 create mode 100644 meta-skeleton/recipes-skeleton/useradd/useradd-example/file2 create mode 100644 meta-skeleton/recipes-skeleton/useradd/useradd-example/file3 create mode 100644 meta-skeleton/recipes-skeleton/useradd/useradd-example/file4 create mode 100644 meta/classes/useradd.bbclass _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core