mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
ref-manual: improve documentation for kernel-devicetree class
- Document the new KERNEL_DTBDEST and KERNEL_DTBVENDORED variables - Also document the related KERNEL_DEVICETREE_BUNDLE and KERNEL_PACKAGE_NAME variables (From yocto-docs rev: 19f128e725da35234ec2c234c667ee7ff3d67d8d) Signed-off-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
e3b7b22255
commit
7475d86c18
@@ -1576,6 +1576,14 @@ Linux kernel compilation (including modules).
|
||||
The :ref:`ref-classes-kernel-devicetree` class, which is inherited by the
|
||||
:ref:`ref-classes-kernel` class, supports device tree generation.
|
||||
|
||||
Its behavior is mainly controlled by the following variables:
|
||||
|
||||
- :term:`KERNEL_DEVICETREE_BUNDLE`: whether to bundle the kernel and device tree
|
||||
- :term:`KERNEL_DTBDEST`: directory where to install DTB files
|
||||
- :term:`KERNEL_DTBVENDORED`: whether to keep vendor subdirectories
|
||||
- :term:`KERNEL_DTC_FLAGS`: flags for ``dtc``, the Device Tree Compiler
|
||||
- :term:`KERNEL_PACKAGE_NAME`: base name of the kernel packages
|
||||
|
||||
.. _ref-classes-kernel-fitimage:
|
||||
|
||||
``kernel-fitimage``
|
||||
|
||||
Reference in New Issue
Block a user