diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-10-09 09:41:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 17:05:04 +0100 |
commit | 1d8284da5625728c8409c9823b4649de28432e9f (patch) | |
tree | 91ee13d8088f0dccf506fe6b25335e34750e297a /documentation | |
parent | d3a55ef7f31fb0b0d11c149168632692516bc1ff (diff) | |
download | poky-1d8284da5625728c8409c9823b4649de28432e9f.tar.gz |
ref-manual: add missing EXTERNAL_KERNEL_DEVICETREE variable
This variable can be used to specify one or more compiled device tree or
device tree overlays to use in addition to the one compiled by the
kernel.
(From yocto-docs rev: 6566ffceab3780dc5ecbfe26f786ebe6ff17e693)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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`` |