[jethro] Fix yocto bug in useradd calls 91/6091/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 11 Jul 2016 01:51:33 +0000 (03:51 +0200)
committerGerrit Code Review <gerrit@172.30.200.200>
Tue, 12 Jul 2016 11:58:14 +0000 (11:58 +0000)
commit418cd42c9c18b649f8c839849108f7a309bdc8fa
tree958fbaba443c6677e1f69b756da778fedf7dbaea
parentdac3d390c164df277a7a8e0b7807506605aa94f2
[jethro] Fix yocto bug in useradd calls

This fixes https://jira.automotivelinux.org/browse/SPEC-212 .
For jethro only, we provide a patched version of useradd*.bbclass.
This fixes the deadlock found in the CI builds.

Preference of this class is handled through
bblayers.conf (meta-agl first).

Change-Id: I4a010687fe587bbd300719a7ddad10f1669eb9cf
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
meta-agl/classes/useradd.bbclass [new file with mode: 0644]
meta-agl/classes/useradd_base.bbclass [new file with mode: 0644]