From 1d54ab1f9d15776cd40a49c58a459c9f066677a3 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 29 Jul 2025 11:56:46 +0200 Subject: ref-manual/variables.rst: document OE_SHARED_UMASK Added by commit ce32daa9843b ("bitbake.conf/sstate: Introduce OE_SHARED_UMASK to standarise shared area umask") in OE-Core. (From yocto-docs rev: b0a6f80a3216faf6c6add785aab2257a53b667dc) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/ref-manual/variables.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index a41fa951aa..d918446db2 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -6230,6 +6230,11 @@ system and gives an overview of their function and contents. If you use a custom script to set up your build environment, set the :term:`OE_INIT_ENV_SCRIPT` variable to its name. + :term:`OE_SHARED_UMASK` + The :term:`OE_SHARED_UMASK` variable contains the :manpage:`umask` + definition for shared files (for example files in :term:`SSTATE_DIR` or + :term:`DL_DIR`). + :term:`OE_TERMINAL` Controls how the OpenEmbedded build system spawns interactive terminals on the host development system (e.g. using the BitBake -- cgit v1.2.3-54-g00ecf