summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>`,