diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-07-29 11:56:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-08 23:41:10 +0100 |
commit | 1d54ab1f9d15776cd40a49c58a459c9f066677a3 (patch) | |
tree | ab2b55129ce5e4a2967ff7d42371206d2a165634 /documentation/ref-manual/variables.rst | |
parent | f191e6fe987f72519dbc14da1b10b92b549e6356 (diff) | |
download | poky-1d54ab1f9d15776cd40a49c58a459c9f066677a3.tar.gz |
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 <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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. | |||
6230 | If you use a custom script to set up your build environment, set the | 6230 | If you use a custom script to set up your build environment, set the |
6231 | :term:`OE_INIT_ENV_SCRIPT` variable to its name. | 6231 | :term:`OE_INIT_ENV_SCRIPT` variable to its name. |
6232 | 6232 | ||
6233 | :term:`OE_SHARED_UMASK` | ||
6234 | The :term:`OE_SHARED_UMASK` variable contains the :manpage:`umask` | ||
6235 | definition for shared files (for example files in :term:`SSTATE_DIR` or | ||
6236 | :term:`DL_DIR`). | ||
6237 | |||
6233 | :term:`OE_TERMINAL` | 6238 | :term:`OE_TERMINAL` |
6234 | Controls how the OpenEmbedded build system spawns interactive | 6239 | Controls how the OpenEmbedded build system spawns interactive |
6235 | terminals on the host development system (e.g. using the BitBake | 6240 | terminals on the host development system (e.g. using the BitBake |