diff options
-rw-r--r-- | documentation/ref-manual/classes.rst | 12 |
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 | ||
603 | This class behaves in a similar way as the :ref:`ref-classes-kernel-devicetree` | 603 | This class deploys the generated device tree binaries into |
604 | class, also deploying output files into ``/boot/devicetree``. However, this | 604 | ``${``\ :term:`DEPLOY_DIR_IMAGE`\ ``}/devicetree/``. This is similar to |
605 | class stores the deployed device tree binaries into the ``devicetree`` | 605 | what the :ref:`ref-classes-kernel-devicetree` class does, with the added |
606 | subdirectory. This avoids clashes with the :ref:`ref-classes-kernel-devicetree` | 606 | ``devicetree`` subdirectory to avoid name clashes. Additionally, the device |
607 | output. Additionally, the device trees are populated into the sysroot for | 607 | trees are populated into the sysroot for access via the sysroot from within |
608 | access via the sysroot from within other recipes. | 608 | other recipes. |
609 | 609 | ||
610 | By default, all device tree sources located in :term:`DT_FILES_PATH` directory | 610 | By default, all device tree sources located in :term:`DT_FILES_PATH` directory |
611 | are compiled. To select only particular sources, set :term:`DT_FILES` to | 611 | are compiled. To select only particular sources, set :term:`DT_FILES` to |