diff options
author | Peter A. Bigot <pab@pabigot.com> | 2014-11-15 13:53:54 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-25 13:03:30 +0000 |
commit | f363c2087d85f7368a6442fa7baced74781cc6c0 (patch) | |
tree | 9fc6931058eb451fe3dc5842dc5de539bb0397b1 /scripts/create-recipe | |
parent | b0b468d68136101086662e8753029ebf1222d8a8 (diff) | |
download | poky-f363c2087d85f7368a6442fa7baced74781cc6c0.tar.gz |
useradd.bbclass: set PSEUDO_PASSWD consistent with root directory
When installing into a sysroot this class examines $D/etc/passwd for
content, then invokes useradd to make changes. Under pseudo useradd
attempts to look up user information in directories specified by
$PSEUDO_PASSWD. For opkg multilib installs $D is not always the same as
$IMAGE_ROOT, and the user might already be in the IMAGE_ROOT files,
causing a failure during rootfs population.
Fix this by ensuring the files pseudo looks at when doing useradd stuff
are the same ones that useradd.bbclass will be manipulating.
(From OE-Core rev: ec3417ad825c52f5137d38b91d8fcb4637a50f4c)
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/create-recipe')
0 files changed, 0 insertions, 0 deletions