summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst44
1 files changed, 41 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 18ead7d046..1d4ec413ca 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -397,6 +397,18 @@ system and gives an overview of their function and contents.
397 :term:`BB_CHECK_SSL_CERTS` 397 :term:`BB_CHECK_SSL_CERTS`
398 See :term:`bitbake:BB_CHECK_SSL_CERTS` in the BitBake manual. 398 See :term:`bitbake:BB_CHECK_SSL_CERTS` in the BitBake manual.
399 399
400 :term:`BB_CONF_FRAGMENT_DESCRIPTION`
401 The :term:`BB_CONF_FRAGMENT_DESCRIPTION` variable defines the textual
402 description of a :term:`Configuration Fragment`. For details on how to use
403 fragments, see the :doc:`/ref-manual/fragments` section of the Yocto
404 Project Reference Manual.
405
406 :term:`BB_CONF_FRAGMENT_SUMMARY`
407 The :term:`BB_CONF_FRAGMENT_SUMMARY` variable defines the one-line textual
408 summary of a :term:`Configuration Fragment`. For details on how to use
409 fragments, see the :doc:`/ref-manual/fragments` section of the Yocto
410 Project Reference Manual.
411
400 :term:`BB_CONSOLELOG` 412 :term:`BB_CONSOLELOG`
401 See :term:`bitbake:BB_CONSOLELOG` in the BitBake manual. 413 See :term:`bitbake:BB_CONSOLELOG` in the BitBake manual.
402 414
@@ -4892,8 +4904,7 @@ system and gives an overview of their function and contents.
4892 would place patch files and configuration fragment files (i.e. 4904 would place patch files and configuration fragment files (i.e.
4893 "out-of-tree"). However, if you want to use a ``defconfig`` file that 4905 "out-of-tree"). However, if you want to use a ``defconfig`` file that
4894 is part of the kernel tree (i.e. "in-tree"), you can use the 4906 is part of the kernel tree (i.e. "in-tree"), you can use the
4895 :term:`KBUILD_DEFCONFIG` variable and append the 4907 :term:`KBUILD_DEFCONFIG` variable to point to the
4896 :term:`KMACHINE` variable to point to the
4897 ``defconfig`` file. 4908 ``defconfig`` file.
4898 4909
4899 To use the variable, set it in the append file for your kernel recipe 4910 To use the variable, set it in the append file for your kernel recipe
@@ -6231,6 +6242,33 @@ system and gives an overview of their function and contents.
6231 :term:`Source Directory` for details on how this class 6242 :term:`Source Directory` for details on how this class
6232 applies these additional sed command arguments. 6243 applies these additional sed command arguments.
6233 6244
6245 :term:`OE_FRAGMENTS`
6246 The :term:`OE_FRAGMENTS` variable holds the list of :term:`Configuration
6247 Fragments <Configuration Fragment>` currently enabled for the build. For
6248 details on how to use fragments, see the :doc:`/ref-manual/fragments`
6249 section of the Yocto Project Reference Manual.
6250
6251 :term:`OE_FRAGMENTS_BUILTIN`
6252 The :term:`OE_FRAGMENTS_BUILTIN` variable holds the list of
6253 :term:`Built-in Fragments <Built-in Fragment>` available for being set with
6254 :oe_git:`bitbake-config-build </bitbake/tree/bin/bitbake-config-build>`.
6255 For details on how to use fragments, see the :doc:`/ref-manual/fragments`
6256 section of the Yocto Project Reference Manual.
6257
6258 :term:`OE_FRAGMENTS_METADATA_VARS`
6259 The :term:`OE_FRAGMENTS_METADATA_VARS` variable holds the list of
6260 variables that are required to set in a standard :term:`Configuration
6261 Fragment` file. In :term:`OpenEmbedded-Core (OE-Core)`, these variables
6262 are :term:`BB_CONF_FRAGMENT_SUMMARY` and
6263 :term:`BB_CONF_FRAGMENT_DESCRIPTION`.
6264
6265 :term:`OE_FRAGMENTS_PREFIX`
6266 The :term:`OE_FRAGMENTS_PREFIX` variable defines the prefix where
6267 :term:`BitBake` tries to locate :term:`Configuration Fragments
6268 <Configuration Fragment>` in :term:`layers <Layer>`. For details on how to
6269 use fragments, see the :doc:`/ref-manual/fragments` section of the Yocto
6270 Project Reference Manual.
6271
6234 :term:`OE_INIT_ENV_SCRIPT` 6272 :term:`OE_INIT_ENV_SCRIPT`
6235 The name of the build environment setup script for the purposes of 6273 The name of the build environment setup script for the purposes of
6236 setting up the environment within the extensible SDK. The default 6274 setting up the environment within the extensible SDK. The default
@@ -9273,7 +9311,7 @@ system and gives an overview of their function and contents.
9273 directory for the build host. 9311 directory for the build host.
9274 9312
9275 :term:`STAGING_DIR` 9313 :term:`STAGING_DIR`
9276 Helps construct the ``recipe-sysroots`` directory, which is used 9314 Helps construct the ``recipe-sysroot*`` directories, which are used
9277 during packaging. 9315 during packaging.
9278 9316
9279 For information on how staging for recipe-specific sysroots occurs, 9317 For information on how staging for recipe-specific sysroots occurs,