diff options
Diffstat (limited to 'documentation/ref-manual')
-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 40771a51b1..206e758336 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -2526,6 +2526,13 @@ system and gives an overview of their function and contents. | |||
2526 | external tools. See the :ref:`ref-classes-kernel-yocto` class in | 2526 | external tools. See the :ref:`ref-classes-kernel-yocto` class in |
2527 | ``meta/classes-recipe`` to see how the variable is used. | 2527 | ``meta/classes-recipe`` to see how the variable is used. |
2528 | 2528 | ||
2529 | :term:`EXTERNAL_KERNEL_DEVICETREE` | ||
2530 | When inheriting :ref:`ref-classes-kernel-fitimage` and a | ||
2531 | :term:`PREFERRED_PROVIDER` for ``virtual/dtb`` set to ``devicetree``, the | ||
2532 | variable :term:`EXTERNAL_KERNEL_DEVICETREE` can be used to specify a | ||
2533 | directory containing one or more compiled device tree or device tree | ||
2534 | overlays to use. | ||
2535 | |||
2529 | :term:`KERNEL_LOCALVERSION` | 2536 | :term:`KERNEL_LOCALVERSION` |
2530 | This variable allows to append a string to the version | 2537 | This variable allows to append a string to the version |
2531 | of the kernel image. This corresponds to the ``CONFIG_LOCALVERSION`` | 2538 | of the kernel image. This corresponds to the ``CONFIG_LOCALVERSION`` |