1
0
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:
Michael Opdenacker
2023-05-11 19:46:25 +02:00
committed by Richard Purdie
parent e3b7b22255
commit 7475d86c18
2 changed files with 43 additions and 0 deletions
+8
View File
@@ -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``