]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
bitbake.conf/sstate: Introduce OE_SHARED_UMASK to standarise shared area umask
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Jun 2025 09:25:00 +0000 (10:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Jul 2025 07:48:55 +0000 (08:48 +0100)
commitce32daa9843bcb5f6daf3560c64ca9e5144adcb0
treef1959ebd08aafbb7d952677b309b0b95628d2f69
parent610ca66283b6a440a1cde4c26945392ed15ac3e0
bitbake.conf/sstate: Introduce OE_SHARED_UMASK to standarise shared area umask

Currently, the "shared" directory permissions of sstate are hardcoded. Since
multiple areas of the code reference this, separate it out to a variable to
allow the behaviour to be configurable. Initially this applies to SSTATE_DIR.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-global/sstate.bbclass
meta/conf/bitbake.conf