summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 97abb398ca..0dc881ed51 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -561,6 +561,10 @@ system and gives an overview of their function and contents.
561 :term:`BB_INVALIDCONF` 561 :term:`BB_INVALIDCONF`
562 See :term:`bitbake:BB_INVALIDCONF` in the BitBake manual. 562 See :term:`bitbake:BB_INVALIDCONF` in the BitBake manual.
563 563
564 :term:`BB_LOADFACTOR_MAX`
565 The system load threshold above which BitBake will stop runnig extra
566 tasks.
567
564 :term:`BB_LOGCONFIG` 568 :term:`BB_LOGCONFIG`
565 See :term:`bitbake:BB_LOGCONFIG` in the BitBake manual. 569 See :term:`bitbake:BB_LOGCONFIG` in the BitBake manual.
566 570
@@ -2335,6 +2339,12 @@ system and gives an overview of their function and contents.
2335 See the :ref:`ref-classes-systemd-boot` and :ref:`ref-classes-image-live` 2339 See the :ref:`ref-classes-systemd-boot` and :ref:`ref-classes-image-live`
2336 classes for more information. 2340 classes for more information.
2337 2341
2342 :term:`EFI_UKI_DIR`
2343 The primary place for the UKI image inside the EFI System Partition.
2344
2345 :term:`EFI_UKI_PATH`
2346 The path for the UKI image inside the root filesystem.
2347
2338 :term:`ENABLE_BINARY_LOCALE_GENERATION` 2348 :term:`ENABLE_BINARY_LOCALE_GENERATION`
2339 Variable that controls which locales for ``glibc`` are generated 2349 Variable that controls which locales for ``glibc`` are generated
2340 during the build (useful if the target device has 64Mbytes of RAM or 2350 during the build (useful if the target device has 64Mbytes of RAM or
@@ -5671,6 +5681,9 @@ system and gives an overview of their function and contents.
5671 default by setting the variable in a custom distribution 5681 default by setting the variable in a custom distribution
5672 configuration file. 5682 configuration file.
5673 5683
5684 :term:`OPKG_MAKE_INDEX_EXTRA_PARAMS`
5685 Specifies extra parameters for the ``opkg-make-index`` command.
5686
5674 :term:`OVERLAYFS_ETC_DEVICE` 5687 :term:`OVERLAYFS_ETC_DEVICE`
5675 When the :ref:`ref-classes-overlayfs-etc` class is 5688 When the :ref:`ref-classes-overlayfs-etc` class is
5676 inherited, specifies the device to be mounted for the read/write 5689 inherited, specifies the device to be mounted for the read/write
@@ -7152,6 +7165,9 @@ system and gives an overview of their function and contents.
7152 :term:`IMAGE_ROOTFS` variable for more 7165 :term:`IMAGE_ROOTFS` variable for more
7153 information. 7166 information.
7154 7167
7168 :term:`RPMBUILD_EXTRA_PARAMS`
7169 Specifies extra user-defined parameters for the ``rpmbuild`` command.
7170
7155 :term:`RPROVIDES` 7171 :term:`RPROVIDES`
7156 A list of package name aliases that a package also provides. These 7172 A list of package name aliases that a package also provides. These
7157 aliases are useful for satisfying runtime dependencies of other 7173 aliases are useful for satisfying runtime dependencies of other