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-30 08:30:00 -0700
commit948b044d9c0a35c1187564c51e51ee7bd24f13c4 (patch)
tree0e13c6be29b06755ceb73cbcfcab4c4cd2861c2c /documentation
parentc00c032e035fd2839ddea56ad7c0e15b0e276a5e (diff)
downloadpoky-948b044d9c0a35c1187564c51e51ee7bd24f13c4.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: 1a8c810eaab846379c6fc37960c7e41a5c7af9ba) 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.rst7
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``