summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst25
1 files changed, 13 insertions, 12 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
index bdd4127a48..b2379e62af 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst
@@ -236,23 +236,23 @@ overview of their function and contents.
236 based on the interval occur each time a respective interval is 236 based on the interval occur each time a respective interval is
237 reached beyond the initial warning (i.e. 1 Gbytes and 100 Kbytes). 237 reached beyond the initial warning (i.e. 1 Gbytes and 100 Kbytes).
238 238
239 :term:`BB_ENV_EXTRAWHITE` 239 :term:`BB_ENV_PASSTHROUGH_ADDITIONS`
240 Specifies an additional set of variables to allow through (whitelist) 240 Specifies an additional set of variables to allow through from the
241 from the external environment into BitBake's datastore. This list of 241 external environment into BitBake's datastore. This list of variables
242 variables are on top of the internal list set in 242 are on top of the internal list set in
243 :term:`BB_ENV_WHITELIST`. 243 :term:`BB_ENV_PASSTHROUGH`.
244 244
245 .. note:: 245 .. note::
246 246
247 You must set this variable in the external environment in order 247 You must set this variable in the external environment in order
248 for it to work. 248 for it to work.
249 249
250 :term:`BB_ENV_WHITELIST` 250 :term:`BB_ENV_PASSTHROUGH`
251 Specifies the internal whitelist of variables to allow through from 251 Specifies the internal list of variables to allow through from
252 the external environment into BitBake's datastore. If the value of 252 the external environment into BitBake's datastore. If the value of
253 this variable is not specified (which is the default), the following 253 this variable is not specified (which is the default), the following
254 list is used: :term:`BBPATH`, :term:`BB_PRESERVE_ENV`, 254 list is used: :term:`BBPATH`, :term:`BB_PRESERVE_ENV`,
255 :term:`BB_ENV_WHITELIST`, and :term:`BB_ENV_EXTRAWHITE`. 255 :term:`BB_ENV_PASSTHROUGH`, and :term:`BB_ENV_PASSTHROUGH_ADDITIONS`.
256 256
257 .. note:: 257 .. note::
258 258
@@ -452,8 +452,9 @@ overview of their function and contents.
452 452
453 :term:`BB_ORIGENV` 453 :term:`BB_ORIGENV`
454 Contains a copy of the original external environment in which BitBake 454 Contains a copy of the original external environment in which BitBake
455 was run. The copy is taken before any whitelisted variable values are 455 was run. The copy is taken before any variable values configured to
456 filtered into BitBake's datastore. 456 pass through from the external environment are filtered into BitBake's
457 datastore.
457 458
458 .. note:: 459 .. note::
459 460
@@ -461,8 +462,8 @@ overview of their function and contents.
461 queried using the normal datastore operations. 462 queried using the normal datastore operations.
462 463
463 :term:`BB_PRESERVE_ENV` 464 :term:`BB_PRESERVE_ENV`
464 Disables whitelisting and instead allows all variables through from 465 Disables environment filtering and instead allows all variables through
465 the external environment into BitBake's datastore. 466 from the external environment into BitBake's datastore.
466 467
467 .. note:: 468 .. note::
468 469