diff options
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 601cad1f1a..3466b47cd3 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -2519,6 +2519,13 @@ system and gives an overview of their function and contents. | |||
2519 | external tools. See the :ref:`ref-classes-kernel-yocto` class in | 2519 | external tools. See the :ref:`ref-classes-kernel-yocto` class in |
2520 | ``meta/classes-recipe`` to see how the variable is used. | 2520 | ``meta/classes-recipe`` to see how the variable is used. |
2521 | 2521 | ||
2522 | :term:`EXTERNAL_KERNEL_DEVICETREE` | ||
2523 | When inheriting :ref:`ref-classes-kernel-fitimage` and a | ||
2524 | :term:`PREFERRED_PROVIDER` for ``virtual/dtb`` set to ``devicetree``, the | ||
2525 | variable :term:`EXTERNAL_KERNEL_DEVICETREE` can be used to specify a | ||
2526 | directory containing one or more compiled device tree or device tree | ||
2527 | overlays to use. | ||
2528 | |||
2522 | :term:`KERNEL_LOCALVERSION` | 2529 | :term:`KERNEL_LOCALVERSION` |
2523 | This variable allows to append a string to the version | 2530 | This variable allows to append a string to the version |
2524 | of the kernel image. This corresponds to the ``CONFIG_LOCALVERSION`` | 2531 | of the kernel image. This corresponds to the ``CONFIG_LOCALVERSION`` |