summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-10-09 09:41:07 +0200
committerSteve Sakoman <steve@sakoman.com>2024-10-24 06:31:59 -0700
commitc786e869b88615bf581b215ec416ca97ded55476 (patch)
tree9906ecf8df1b6824f4ee3aeecf4b53c3455a7c69 /documentation
parent67fd2ee995f313f4e09d07cda5d59ca5dda62646 (diff)
downloadpoky-c786e869b88615bf581b215ec416ca97ded55476.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: 708514ea676246ddf251ad47c95442e8ec5c0e1f) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 6566ffceab3780dc5ecbfe26f786ebe6ff17e693) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 757cce5fb8..5aead5ff21 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -2307,6 +2307,18 @@ system and gives an overview of their function and contents.
2307 :ref:`kernel-yocto <ref-classes-kernel-yocto>` class in 2307 :ref:`kernel-yocto <ref-classes-kernel-yocto>` class in
2308 ``meta/classes`` to see how the variable is used. 2308 ``meta/classes`` to see how the variable is used.
2309 2309
2310 :term:`EXTERNAL_KERNEL_DEVICETREE`
2311 When inheriting :ref:`ref-classes-kernel-fitimage` and a
2312 :term:`PREFERRED_PROVIDER` for ``virtual/dtb`` set to ``devicetree``, the
2313 variable :term:`EXTERNAL_KERNEL_DEVICETREE` can be used to specify a
2314 directory containing one or more compiled device tree or device tree
2315 overlays to use.
2316
2317 Using this variable is only useful when you are using a kernel recipe
2318 inheriting the :ref:`ref-classes-kernel` class, and which doesn't
2319 already set a local version. Therefore, setting this variable has no
2320 impact on ``linux-yocto`` kernels.
2321
2310 :term:`EXTERNAL_TOOLCHAIN` 2322 :term:`EXTERNAL_TOOLCHAIN`
2311 When you intend to use an 2323 When you intend to use an
2312 :ref:`external toolchain <dev-manual/external-toolchain:optionally using an external toolchain>`, 2324 :ref:`external toolchain <dev-manual/external-toolchain:optionally using an external toolchain>`,