mirror of
git://git.yoctoproject.org/poky.git
synced 2025-08-21 16:31:39 +02:00
![]() Currently, files and directories created under ${SSTATE_DIR} when fetching from an sstate mirror are not created with group write, unlike when the sstate artifacts are generated locally. That's inconsistent, and problematic when the local sstate dir is shared among multiple users. Wrap the fetching in a bb.utils.umask() context manager, and for simplicity move the mkdir of SSTATE_DIR inside that. (From OE-Core rev: e56aa6c62e41667d0eeec5a862b7004d21b4da48) Signed-off-by: Rasmus Villemoes <ravi@prevas.dk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a6038553aaef3b88b834a09018c524c4fa41e625) Signed-off-by: Steve Sakoman <steve@sakoman.com> |
||
---|---|---|
.. | ||
base.bbclass | ||
buildstats.bbclass | ||
debian.bbclass | ||
devshell.bbclass | ||
insane.bbclass | ||
license.bbclass | ||
logging.bbclass | ||
mirrors.bbclass | ||
package_deb.bbclass | ||
package_ipk.bbclass | ||
package_pkgdata.bbclass | ||
package_rpm.bbclass | ||
package.bbclass | ||
packagedata.bbclass | ||
patch.bbclass | ||
retain.bbclass | ||
sanity.bbclass | ||
sstate.bbclass | ||
staging.bbclass | ||
uninative.bbclass | ||
utility-tasks.bbclass | ||
utils.bbclass | ||
yocto-check-layer.bbclass |