summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorLuca Ceresoli <luca.ceresoli@bootlin.com>2023-06-23 10:06:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-24 12:23:01 +0100
commit13b646c0e167ca52f69c91be5538049b172015ac (patch)
treef1b017fb9c857eec03970834f09e8f7b601e623e /documentation/ref-manual
parentae8e1dc9909f7702ab8b491107bcb5dafdadadd7 (diff)
downloadpoky-13b646c0e167ca52f69c91be5538049b172015ac.tar.gz
ref-manual: classes: devicetree: fix sentence saying the same thing twice
This sentence was originally written based on the comments in the .bbclass file, but further editing led to saying the same thing twice. Remove the duplication and also reword it to make it generally better. Fixes: f65816f5ea62 ("ref-manual: classes.rst: document devicetree.bbclass") Reported-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> (From yocto-docs rev: cbacc8a77aca68c5b25c8cad42bc4c88275cfc09) Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/classes.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 11e70006e5..e555a80b5a 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -600,12 +600,12 @@ The :ref:`ref-tasks-compile` task will compile two kinds of files:
600- Device tree overlays, detected from the presence of the ``/plugin/;`` 600- Device tree overlays, detected from the presence of the ``/plugin/;``
601 string in the file contents. 601 string in the file contents.
602 602
603This class behaves in a similar way as the :ref:`ref-classes-kernel-devicetree` 603This class deploys the generated device tree binaries into
604class, also deploying output files into ``/boot/devicetree``. However, this 604``${``\ :term:`DEPLOY_DIR_IMAGE`\ ``}/devicetree/``. This is similar to
605class stores the deployed device tree binaries into the ``devicetree`` 605what the :ref:`ref-classes-kernel-devicetree` class does, with the added
606subdirectory. This avoids clashes with the :ref:`ref-classes-kernel-devicetree` 606``devicetree`` subdirectory to avoid name clashes. Additionally, the device
607output. Additionally, the device trees are populated into the sysroot for 607trees are populated into the sysroot for access via the sysroot from within
608access via the sysroot from within other recipes. 608other recipes.
609 609
610By default, all device tree sources located in :term:`DT_FILES_PATH` directory 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 611are compiled. To select only particular sources, set :term:`DT_FILES` to