summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-06-19 18:06:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-19 23:11:38 +0100
commit3ba736c6cdf6379c8ce3355edcbc22713b047b7f (patch)
treed06a3b5fa3aee191d4b187b793eda15275ea0a6c /bitbake
parent18df7280ce92801ddc0ea8ca2a6a559e86981246 (diff)
downloadpoky-3ba736c6cdf6379c8ce3355edcbc22713b047b7f.tar.gz
bitbake: bitbake-user-manual: explicit variables taking a colon separated list
[YOCTO #15128] (Bitbake rev: d1779e2f7789e516efae434b3781c981d0ef4ded) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.rst16
1 files changed, 8 insertions, 8 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 01d4f8d14a..ee5d7ba8d4 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
@@ -920,9 +920,9 @@ overview of their function and contents.
920 section. 920 section.
921 921
922 :term:`BBPATH` 922 :term:`BBPATH`
923 Used by BitBake to locate class (``.bbclass``) and configuration 923 A colon-separated list used by BitBake to locate class (``.bbclass``)
924 (``.conf``) files. This variable is analogous to the ``PATH`` 924 and configuration (``.conf``) files. This variable is analogous to the
925 variable. 925 ``PATH`` variable.
926 926
927 If you run BitBake from a directory outside of the build directory, 927 If you run BitBake from a directory outside of the build directory,
928 you must be sure to set :term:`BBPATH` to point to the build directory. 928 you must be sure to set :term:`BBPATH` to point to the build directory.
@@ -1165,8 +1165,8 @@ overview of their function and contents.
1165 order. 1165 order.
1166 1166
1167 :term:`OVERRIDES` 1167 :term:`OVERRIDES`
1168 BitBake uses :term:`OVERRIDES` to control what variables are overridden 1168 A colon-separated list that BitBake uses to control what variables are
1169 after BitBake parses recipes and configuration files. 1169 overridden after BitBake parses recipes and configuration files.
1170 1170
1171 Following is a simple example that uses an overrides list based on 1171 Following is a simple example that uses an overrides list based on
1172 machine architectures: OVERRIDES = "arm:x86:mips:powerpc" You can 1172 machine architectures: OVERRIDES = "arm:x86:mips:powerpc" You can
@@ -1225,9 +1225,9 @@ overview of their function and contents.
1225 PREFERRED_PROVIDER_virtual/libgl ?= "mesa" 1225 PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
1226 1226
1227 :term:`PREFERRED_PROVIDERS` 1227 :term:`PREFERRED_PROVIDERS`
1228 Determines which recipe should be given preference for cases where 1228 A colon-separated list to determine which recipe should be given
1229 multiple recipes provide the same item. Functionally, 1229 preference for cases where multiple recipes provide the same item.
1230 :term:`PREFERRED_PROVIDERS` is identical to 1230 Functionally, :term:`PREFERRED_PROVIDERS` is identical to
1231 :term:`PREFERRED_PROVIDER`. However, the :term:`PREFERRED_PROVIDERS` variable 1231 :term:`PREFERRED_PROVIDER`. However, the :term:`PREFERRED_PROVIDERS` variable
1232 lets you define preferences for multiple situations using the following 1232 lets you define preferences for multiple situations using the following
1233 form:: 1233 form::