diff options
-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 |