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:14 +0100 |
commit | 4bd419f95868d5b8707a45cee5f6c5c6a840a65b (patch) | |
tree | 4f27a992c85e5139aa3a548f5002130cdfa9abf3 /meta/recipes-kernel | |
parent | 7c2c36a97bab46c73a3a1fb743ad3ec67a4c072e (diff) | |
download | openembedded-core-4bd419f95868d5b8707a45cee5f6c5c6a840a65b.tar.gz openembedded-core-4bd419f95868d5b8707a45cee5f6c5c6a840a65b.tar.bz2 openembedded-core-4bd419f95868d5b8707a45cee5f6c5c6a840a65b.zip |
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]
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions