mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake: doc: bitbake-user-manual: reorder variable definitions
By alphabetical order, to get the same order as in the HTML output, sorted thanks to the ":sorted:" directive. (Bitbake rev: 8b97af89316a4407dd07649e8aadd495edd86ee4) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a216491093
commit
a5fd7b3424
@@ -93,6 +93,13 @@ overview of their function and contents.
|
||||
fetcher does not attempt to use the host listed in :term:`SRC_URI` after
|
||||
a successful fetch from the :term:`PREMIRRORS` occurs.
|
||||
|
||||
:term:`BB_BASEHASH_IGNORE_VARS`
|
||||
Lists variables that are excluded from checksum and dependency data.
|
||||
Variables that are excluded can therefore change without affecting
|
||||
the checksum mechanism. A common example would be the variable for
|
||||
the path of the build. BitBake's output should not (and usually does
|
||||
not) depend on the directory in which it was built.
|
||||
|
||||
:term:`BB_CHECK_SSL_CERTS`
|
||||
Specifies if SSL certificates should be checked when fetching. The default
|
||||
value is ``1`` and certificates are not checked if the value is set to ``0``.
|
||||
@@ -236,17 +243,6 @@ overview of their function and contents.
|
||||
based on the interval occur each time a respective interval is
|
||||
reached beyond the initial warning (i.e. 1 Gbytes and 100 Kbytes).
|
||||
|
||||
:term:`BB_ENV_PASSTHROUGH_ADDITIONS`
|
||||
Specifies an additional set of variables to allow through from the
|
||||
external environment into BitBake's datastore. This list of variables
|
||||
are on top of the internal list set in
|
||||
:term:`BB_ENV_PASSTHROUGH`.
|
||||
|
||||
.. note::
|
||||
|
||||
You must set this variable in the external environment in order
|
||||
for it to work.
|
||||
|
||||
:term:`BB_ENV_PASSTHROUGH`
|
||||
Specifies the internal list of variables to allow through from
|
||||
the external environment into BitBake's datastore. If the value of
|
||||
@@ -259,6 +255,17 @@ overview of their function and contents.
|
||||
You must set this variable in the external environment in order
|
||||
for it to work.
|
||||
|
||||
:term:`BB_ENV_PASSTHROUGH_ADDITIONS`
|
||||
Specifies an additional set of variables to allow through from the
|
||||
external environment into BitBake's datastore. This list of variables
|
||||
are on top of the internal list set in
|
||||
:term:`BB_ENV_PASSTHROUGH`.
|
||||
|
||||
.. note::
|
||||
|
||||
You must set this variable in the external environment in order
|
||||
for it to work.
|
||||
|
||||
:term:`BB_FETCH_PREMIRRORONLY`
|
||||
When set to "1", causes BitBake's fetcher module to only search
|
||||
:term:`PREMIRRORS` for files. BitBake will not
|
||||
@@ -337,13 +344,6 @@ overview of their function and contents.
|
||||
|
||||
For example usage, see :term:`BB_GIT_SHALLOW`.
|
||||
|
||||
:term:`BB_BASEHASH_IGNORE_VARS`
|
||||
Lists variables that are excluded from checksum and dependency data.
|
||||
Variables that are excluded can therefore change without affecting
|
||||
the checksum mechanism. A common example would be the variable for
|
||||
the path of the build. BitBake's output should not (and usually does
|
||||
not) depend on the directory in which it was built.
|
||||
|
||||
:term:`BB_HASHCHECK_FUNCTION`
|
||||
Specifies the name of the function to call during the "setscene" part
|
||||
of the task's execution in order to validate the list of task hashes.
|
||||
@@ -426,6 +426,19 @@ overview of their function and contents.
|
||||
If you want to force log files to take a specific name, you can set this
|
||||
variable in a configuration file.
|
||||
|
||||
:term:`BB_MULTI_PROVIDER_ALLOWED`
|
||||
Allows you to suppress BitBake warnings caused when building two
|
||||
separate recipes that provide the same output.
|
||||
|
||||
BitBake normally issues a warning when building two different recipes
|
||||
where each provides the same output. This scenario is usually
|
||||
something the user does not want. However, cases do exist where it
|
||||
makes sense, particularly in the ``virtual/*`` namespace. You can use
|
||||
this variable to suppress BitBake's warnings.
|
||||
|
||||
To use the variable, list provider names (e.g. recipe names,
|
||||
``virtual/kernel``, and so forth).
|
||||
|
||||
:term:`BB_NICE_LEVEL`
|
||||
Allows BitBake to run at a specific priority (i.e. nice level).
|
||||
System permissions usually mean that BitBake can reduce its priority
|
||||
@@ -1054,19 +1067,6 @@ overview of their function and contents.
|
||||
upstream source, and then locations specified by :term:`MIRRORS` in that
|
||||
order.
|
||||
|
||||
:term:`BB_MULTI_PROVIDER_ALLOWED`
|
||||
Allows you to suppress BitBake warnings caused when building two
|
||||
separate recipes that provide the same output.
|
||||
|
||||
BitBake normally issues a warning when building two different recipes
|
||||
where each provides the same output. This scenario is usually
|
||||
something the user does not want. However, cases do exist where it
|
||||
makes sense, particularly in the ``virtual/*`` namespace. You can use
|
||||
this variable to suppress BitBake's warnings.
|
||||
|
||||
To use the variable, list provider names (e.g. recipe names,
|
||||
``virtual/kernel``, and so forth).
|
||||
|
||||
:term:`OVERRIDES`
|
||||
BitBake uses :term:`OVERRIDES` to control what variables are overridden
|
||||
after BitBake parses recipes and configuration files.
|
||||
|
||||
Reference in New Issue
Block a user