diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 0435f88347..99100498b7 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3922,7 +3922,7 @@ system and gives an overview of their function and contents. | |||
3922 | This kind of mechanism is typically used for two reasons: | 3922 | This kind of mechanism is typically used for two reasons: |
3923 | 3923 | ||
3924 | - For booting the same kernel binary on multiple systems requiring | 3924 | - For booting the same kernel binary on multiple systems requiring |
3925 | different device drivers. The Initramfs image is then customized | 3925 | different device drivers. The :term:`Initramfs` image is then customized |
3926 | for each type of system, to include the specific kernel modules | 3926 | for each type of system, to include the specific kernel modules |
3927 | necessary to access the final root filesystem. This technique | 3927 | necessary to access the final root filesystem. This technique |
3928 | is used on all GNU / Linux distributions for desktops and servers. | 3928 | is used on all GNU / Linux distributions for desktops and servers. |
@@ -6456,7 +6456,7 @@ system and gives an overview of their function and contents. | |||
6456 | .. note:: | 6456 | .. note:: |
6457 | 6457 | ||
6458 | A recipe's own recipe name (:term:`PN`) is always implicitly prepended | 6458 | A recipe's own recipe name (:term:`PN`) is always implicitly prepended |
6459 | to `PROVIDES`, so while using "+=" in the above example may not be | 6459 | to :term:`PROVIDES`, so while using "+=" in the above example may not be |
6460 | strictly necessary it is recommended to avoid confusion. | 6460 | strictly necessary it is recommended to avoid confusion. |
6461 | 6461 | ||
6462 | In addition to providing recipes under alternate names, the | 6462 | In addition to providing recipes under alternate names, the |
@@ -7772,7 +7772,7 @@ system and gives an overview of their function and contents. | |||
7772 | prevented the reuse of prebuilt artifacts stored in the Shared | 7772 | prevented the reuse of prebuilt artifacts stored in the Shared |
7773 | State Cache. | 7773 | State Cache. |
7774 | 7774 | ||
7775 | ``SSTATE_EXCLUDEDEPS_SYSROOT`` is evaluated as two regular | 7775 | :term:`SSTATE_EXCLUDEDEPS_SYSROOT` is evaluated as two regular |
7776 | expressions of recipe and dependency to ignore. An example | 7776 | expressions of recipe and dependency to ignore. An example |
7777 | is the rule in :oe_git:`meta/conf/layer.conf </meta/conf/layer.conf>`:: | 7777 | is the rule in :oe_git:`meta/conf/layer.conf </meta/conf/layer.conf>`:: |
7778 | 7778 | ||
@@ -8254,7 +8254,7 @@ system and gives an overview of their function and contents. | |||
8254 | SYSTEMD_SERVICE:${PN} = "connman.service" | 8254 | SYSTEMD_SERVICE:${PN} = "connman.service" |
8255 | 8255 | ||
8256 | The package overrides that can be specified are directly related to the value of | 8256 | The package overrides that can be specified are directly related to the value of |
8257 | term:`SYSTEMD_PACKAGES`. Overrides not included in term:`SYSTEMD_PACKAGES` | 8257 | :term:`SYSTEMD_PACKAGES`. Overrides not included in :term:`SYSTEMD_PACKAGES` |
8258 | will be silently ignored. | 8258 | will be silently ignored. |
8259 | 8259 | ||
8260 | :term:`SYSVINIT_ENABLED_GETTYS` | 8260 | :term:`SYSVINIT_ENABLED_GETTYS` |
@@ -8765,7 +8765,7 @@ system and gives an overview of their function and contents. | |||
8765 | :doc:`/sdk-manual/index` manual. | 8765 | :doc:`/sdk-manual/index` manual. |
8766 | 8766 | ||
8767 | Note that this variable applies to building an SDK, not an eSDK, | 8767 | Note that this variable applies to building an SDK, not an eSDK, |
8768 | in which case the term:`TOOLCHAIN_HOST_TASK_ESDK` setting should be | 8768 | in which case the :term:`TOOLCHAIN_HOST_TASK_ESDK` setting should be |
8769 | used instead. | 8769 | used instead. |
8770 | 8770 | ||
8771 | :term:`TOOLCHAIN_HOST_TASK_ESDK` | 8771 | :term:`TOOLCHAIN_HOST_TASK_ESDK` |
@@ -9417,7 +9417,7 @@ system and gives an overview of their function and contents. | |||
9417 | - :term:`MULTIMACH_TARGET_SYS`: The target system identifier | 9417 | - :term:`MULTIMACH_TARGET_SYS`: The target system identifier |
9418 | - :term:`PN`: The recipe name | 9418 | - :term:`PN`: The recipe name |
9419 | - :term:`EXTENDPE`: The epoch --- if :term:`PE` is not specified, which | 9419 | - :term:`EXTENDPE`: The epoch --- if :term:`PE` is not specified, which |
9420 | is usually the case for most recipes, then `EXTENDPE` is blank. | 9420 | is usually the case for most recipes, then :term:`EXTENDPE` is blank. |
9421 | - :term:`PV`: The recipe version | 9421 | - :term:`PV`: The recipe version |
9422 | - :term:`PR`: The recipe revision | 9422 | - :term:`PR`: The recipe revision |
9423 | 9423 | ||
@@ -9453,7 +9453,7 @@ system and gives an overview of their function and contents. | |||
9453 | On systems where many tasks run in parallel, setting a limit to this | 9453 | On systems where many tasks run in parallel, setting a limit to this |
9454 | can be helpful in controlling system resource usage. | 9454 | can be helpful in controlling system resource usage. |
9455 | 9455 | ||
9456 | :term:`XZ_MEMLIMIT` | 9456 | :term:`XZ_MEMLIMIT` |
9457 | Specifies the maximum memory the xz compression should use as a percentage | 9457 | Specifies the maximum memory the xz compression should use as a percentage |
9458 | of system memory. If unconstrained the xz compressor can use large amounts of | 9458 | of system memory. If unconstrained the xz compressor can use large amounts of |
9459 | memory and become problematic with parallelism elsewhere in the build. | 9459 | memory and become problematic with parallelism elsewhere in the build. |