summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index ab1628401e..94b6a3ebd7 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -607,10 +607,15 @@ subdirectory. This avoids clashes with the :ref:`ref-classes-kernel-devicetree`
607output. Additionally, the device trees are populated into the sysroot for 607output. Additionally, the device trees are populated into the sysroot for
608access via the sysroot from within other recipes. 608access via the sysroot from within other recipes.
609 609
610By default, all device tree sources located in :term:`DT_FILES_PATH` directory
611are compiled. To select only particular sources, set :term:`DT_FILES` to
612a space-separated list of files (relative to :term:`DT_FILES_PATH`). For
613convenience, both ``.dts`` and ``.dtb`` extensions can be used.
614
610An extra padding is appended to non-overlay device trees binaries. This 615An extra padding is appended to non-overlay device trees binaries. This
611can typically be used as extra space for adding extra properties at boot time. 616can typically be used as extra space for adding extra properties at boot time.
612The padding size can be modified by setting ``DT_PADDING_SIZE`` to the desired 617The padding size can be modified by setting :term:`DT_PADDING_SIZE`
613size, in bytes. 618to the desired size, in bytes.
614 619
615See :oe_git:`devicetree.bbclass sources 620See :oe_git:`devicetree.bbclass sources
616</openembedded-core/tree/meta/classes-recipe/devicetree.bbclass>` 621</openembedded-core/tree/meta/classes-recipe/devicetree.bbclass>`