mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
ref-manual: document devicetree class variables
Document the newly added DT_FILES variable and closely related DT_FILES_PATH. Also add DT_PADDING_SIZE to the glossary. (From yocto-docs rev: 8f3f187e2353c718c6fb4e224d13ba559ad2f85b) Signed-off-by: Petr Kubizňák <kubiznak@2n.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fd56748380
commit
4417a30196
@@ -607,10 +607,15 @@ subdirectory. This avoids clashes with the :ref:`ref-classes-kernel-devicetree`
|
||||
output. Additionally, the device trees are populated into the sysroot for
|
||||
access via the sysroot from within other recipes.
|
||||
|
||||
By default, all device tree sources located in :term:`DT_FILES_PATH` directory
|
||||
are compiled. To select only particular sources, set :term:`DT_FILES` to
|
||||
a space-separated list of files (relative to :term:`DT_FILES_PATH`). For
|
||||
convenience, both ``.dts`` and ``.dtb`` extensions can be used.
|
||||
|
||||
An extra padding is appended to non-overlay device trees binaries. This
|
||||
can typically be used as extra space for adding extra properties at boot time.
|
||||
The padding size can be modified by setting ``DT_PADDING_SIZE`` to the desired
|
||||
size, in bytes.
|
||||
The padding size can be modified by setting :term:`DT_PADDING_SIZE`
|
||||
to the desired size, in bytes.
|
||||
|
||||
See :oe_git:`devicetree.bbclass sources
|
||||
</openembedded-core/tree/meta/classes-recipe/devicetree.bbclass>`
|
||||
|
||||
Reference in New Issue
Block a user