summaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-10-16 11:34:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-19 17:54:36 +0100
commit588de5198c641ea1cfc3e01a6d129296bd2f706b (patch)
tree5b5896c3875fef0fd6458fad4b6b282a3d318dd6 /meta-selftest
parent33c3a74b0266c53773d7ca3983f9ff50c00b9000 (diff)
downloadopenembedded-core-588de5198c641ea1cfc3e01a6d129296bd2f706b.tar.gz
scripts/gen-lockedsig-cache: fix race with temp file creation
As part of populating the sstate-cache with an artifact (.tgz file) we create a temp file and then atomically move it to the final name. Due to the glob used in this script such temp files were being matched, and between the time they were matched and the time the script started copying files, the temp file may have vanished. This fixes random "No such file or directory" failures building the extensible SDK on build setups where the sstate-cache directory is shared amongst multiple build machines. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta-selftest')
0 files changed, 0 insertions, 0 deletions