diff options
-rw-r--r-- | documentation/ref-manual/variables.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index c8e28fd321..4ce2648136 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -3884,6 +3884,15 @@ system and gives an overview of their function and contents. | |||
3884 | 3884 | ||
3885 | KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}" | 3885 | KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}" |
3886 | 3886 | ||
3887 | :term:`KERNEL_DTC_FLAGS` | ||
3888 | Specifies the ``dtc`` flags that are passed to the Linux kernel build | ||
3889 | system when generating the device trees (via ``DTC_FLAGS`` environment | ||
3890 | variable). | ||
3891 | |||
3892 | In order to use this variable, the | ||
3893 | :ref:`kernel-devicetree <ref-classes-kernel-devicetree>` class must | ||
3894 | be inherited. | ||
3895 | |||
3887 | :term:`KERNEL_EXTRA_ARGS` | 3896 | :term:`KERNEL_EXTRA_ARGS` |
3888 | Specifies additional ``make`` command-line arguments the OpenEmbedded | 3897 | Specifies additional ``make`` command-line arguments the OpenEmbedded |
3889 | build system passes on when compiling the kernel. | 3898 | build system passes on when compiling the kernel. |