diff options
Diffstat (limited to 'documentation/ref-manual/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 78174d51d1..e454a54537 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -1576,6 +1576,14 @@ Linux kernel compilation (including modules). | |||
1576 | The :ref:`ref-classes-kernel-devicetree` class, which is inherited by the | 1576 | The :ref:`ref-classes-kernel-devicetree` class, which is inherited by the |
1577 | :ref:`ref-classes-kernel` class, supports device tree generation. | 1577 | :ref:`ref-classes-kernel` class, supports device tree generation. |
1578 | 1578 | ||
1579 | Its behavior is mainly controlled by the following variables: | ||
1580 | |||
1581 | - :term:`KERNEL_DEVICETREE_BUNDLE`: whether to bundle the kernel and device tree | ||
1582 | - :term:`KERNEL_DTBDEST`: directory where to install DTB files | ||
1583 | - :term:`KERNEL_DTBVENDORED`: whether to keep vendor subdirectories | ||
1584 | - :term:`KERNEL_DTC_FLAGS`: flags for ``dtc``, the Device Tree Compiler | ||
1585 | - :term:`KERNEL_PACKAGE_NAME`: base name of the kernel packages | ||
1586 | |||
1579 | .. _ref-classes-kernel-fitimage: | 1587 | .. _ref-classes-kernel-fitimage: |
1580 | 1588 | ||
1581 | ``kernel-fitimage`` | 1589 | ``kernel-fitimage`` |