aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/initrdscripts
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-06 21:40:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-10 17:38:32 +0100
commit949bf156ca95153485c41698de4b4dd661b0f6dd (patch)
treedac0663e7bd22235c96eec1c0719540eb2eb02af /meta/recipes-core/initrdscripts
parent7e6eeeefdd0a92df5203d54a9b574957ed2a25ce (diff)
downloadopenembedded-core-contrib-949bf156ca95153485c41698de4b4dd661b0f6dd.tar.gz
base-passwd: install passwd and group atomically
Fixed the race issue: util-macros.do_package failed: 'getpwnam(): name not found: root' The error happens when there is a half etc/passwd, fixed by: $ install usr/share/base-passwd/passwd.master etc/passwd.master $ mv etc/passwd.master etc/passwd The "mv" is atomic which will fix this problem. [YOCTO #6124] (From OE-Core rev: cdbe55215e3dd1b82a6c147a31c7c40186a8bf80) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/initrdscripts')
0 files changed, 0 insertions, 0 deletions