diff options
| -rw-r--r-- | documentation/ref-manual/classes.rst | 9 | ||||
| -rw-r--r-- | documentation/ref-manual/variables.rst | 22 |
2 files changed, 29 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` | |||
| 607 | output. Additionally, the device trees are populated into the sysroot for | 607 | output. Additionally, the device trees are populated into the sysroot for |
| 608 | access via the sysroot from within other recipes. | 608 | access via the sysroot from within other recipes. |
| 609 | 609 | ||
| 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 | ||
| 612 | a space-separated list of files (relative to :term:`DT_FILES_PATH`). For | ||
| 613 | convenience, both ``.dts`` and ``.dtb`` extensions can be used. | ||
| 614 | |||
| 610 | An extra padding is appended to non-overlay device trees binaries. This | 615 | An extra padding is appended to non-overlay device trees binaries. This |
| 611 | can typically be used as extra space for adding extra properties at boot time. | 616 | can typically be used as extra space for adding extra properties at boot time. |
| 612 | The padding size can be modified by setting ``DT_PADDING_SIZE`` to the desired | 617 | The padding size can be modified by setting :term:`DT_PADDING_SIZE` |
| 613 | size, in bytes. | 618 | to the desired size, in bytes. |
| 614 | 619 | ||
| 615 | See :oe_git:`devicetree.bbclass sources | 620 | See :oe_git:`devicetree.bbclass sources |
| 616 | </openembedded-core/tree/meta/classes-recipe/devicetree.bbclass>` | 621 | </openembedded-core/tree/meta/classes-recipe/devicetree.bbclass>` |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 6ee65e1788..4b69843d4d 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
| @@ -2247,6 +2247,28 @@ system and gives an overview of their function and contents. | |||
| 2247 | For information on policies and on how to use this variable, see the | 2247 | For information on policies and on how to use this variable, see the |
| 2248 | comments in the ``meta/classes-recipe/compress_doc.bbclass`` file. | 2248 | comments in the ``meta/classes-recipe/compress_doc.bbclass`` file. |
| 2249 | 2249 | ||
| 2250 | :term:`DT_FILES` | ||
| 2251 | Space-separated list of device tree source files to compile using | ||
| 2252 | a recipe that inherits the :ref:`ref-classes-devicetree` class. These | ||
| 2253 | are relative to the :term:`DT_FILES_PATH`. | ||
| 2254 | |||
| 2255 | For convenience, both ``.dts`` and ``.dtb`` extensions can be used. | ||
| 2256 | |||
| 2257 | Use an empty string (default) to build all device tree sources within | ||
| 2258 | the :term:`DT_FILES_PATH` directory. | ||
| 2259 | |||
| 2260 | :term:`DT_FILES_PATH` | ||
| 2261 | When compiling out-of-tree device tree sources using a recipe that | ||
| 2262 | inherits the :ref:`ref-classes-devicetree` class, this variable specifies | ||
| 2263 | the path to the directory containing dts files to build. | ||
| 2264 | |||
| 2265 | Defaults to the :term:`S` directory. | ||
| 2266 | |||
| 2267 | :term:`DT_PADDING_SIZE` | ||
| 2268 | When inheriting the :ref:`ref-classes-devicetree` class, this variable | ||
| 2269 | specifies the size of padding appended to the device tree blob, used as | ||
| 2270 | extra space typically for additional properties during boot. | ||
| 2271 | |||
| 2250 | :term:`EFI_PROVIDER` | 2272 | :term:`EFI_PROVIDER` |
| 2251 | When building bootable images (i.e. where ``hddimg``, ``iso``, or | 2273 | When building bootable images (i.e. where ``hddimg``, ``iso``, or |
| 2252 | ``wic.vmdk`` is in :term:`IMAGE_FSTYPES`), the | 2274 | ``wic.vmdk`` is in :term:`IMAGE_FSTYPES`), the |
