mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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. (From OE-Core rev: 588de5198c641ea1cfc3e01a6d129296bd2f706b) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|---|---|---|
| .. | ||
| contrib | ||
| lib | ||
| native-intercept | ||
| postinst-intercepts | ||
| pybootchartgui | ||
| tiny | ||
| bitbake-prserv-tool | ||
| bitbake-whatchanged | ||
| buildhistory-collect-srcrevs | ||
| buildhistory-diff | ||
| cleanup-workdir | ||
| combo-layer | ||
| combo-layer-hook-default.sh | ||
| combo-layer.conf.example | ||
| cp-noerror | ||
| create-pull-request | ||
| crosstap | ||
| devtool | ||
| gen-lockedsig-cache | ||
| gen-site-config | ||
| hob | ||
| lnr | ||
| multilib_header_wrapper.h | ||
| oe-buildenv-internal | ||
| oe-find-native-sysroot | ||
| oe-git-proxy | ||
| oe-pkgdata-util | ||
| oe-publish-sdk | ||
| oe-selftest | ||
| oe-setup-builddir | ||
| oe-setup-rpmrepo | ||
| oe-trim-schemas | ||
| oepydevshell-internal.py | ||
| opkg-query-helper.py | ||
| pythondeps | ||
| README | ||
| recipetool | ||
| relocate_sdk.py | ||
| rootfs_rpm-extract-postinst.awk | ||
| rpm2cpio.sh | ||
| runqemu | ||
| runqemu-addptable2image | ||
| runqemu-export-rootfs | ||
| runqemu-extract-sdk | ||
| runqemu-gen-tapdevs | ||
| runqemu-ifdown | ||
| runqemu-ifup | ||
| runqemu-internal | ||
| runqemu.README | ||
| send-error-report | ||
| send-pull-request | ||
| sstate-cache-management.sh | ||
| sstate-diff-machines.sh | ||
| sstate-sysroot-cruft.sh | ||
| swabber-strace-attach | ||
| sysroot-relativelinks.py | ||
| test-dependencies.sh | ||
| test-reexec | ||
| test-remote-image | ||
| wic | ||
| wipe-sysroot | ||
| yocto-bsp | ||
| yocto-kernel | ||
| yocto-layer | ||
This directory contains Various useful scripts for working with OE builds