diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-07-27 22:21:57 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:35 +0100 |
commit | 0123eb924dbe1c74fe5397e1b3872b2622e32708 (patch) | |
tree | cfbc06f37508f0200168bd80768822f069b55a2a /bitbake/lib/bb/pysh | |
parent | 43c5b5f5348711ccccb0bf920bfcecfa925d6dc7 (diff) | |
download | poky-0123eb924dbe1c74fe5397e1b3872b2622e32708.tar.gz |
populate-volatile.sh: don't spawn background process at rootfs time
If we're building a read-only rootfs, we'll get the following error now
and then.
tar: .: file changed as we read it
The root cause is that we spawn background process at rootfs time.
When the tar command is running, it's possible that files under rootfs
are changed by background processes, thus this error.
[YOCTO #4937]
(From OE-Core rev: 4bd419f95868d5b8707a45cee5f6c5c6a840a65b)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/pysh')
0 files changed, 0 insertions, 0 deletions