diff options
| -rw-r--r-- | documentation/ref-manual/ref-variables.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst index a8375cd37c..db0cc2d66e 100644 --- a/documentation/ref-manual/ref-variables.rst +++ b/documentation/ref-manual/ref-variables.rst | |||
| @@ -3811,6 +3811,15 @@ system and gives an overview of their function and contents. | |||
| 3811 | 3811 | ||
| 3812 | KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}" | 3812 | KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}" |
| 3813 | 3813 | ||
| 3814 | :term:`KERNEL_DTC_FLAGS` | ||
| 3815 | Specifies the ``dtc`` flags that are passed to the Linux kernel build | ||
| 3816 | system when generating the device trees (via ``DTC_FLAGS`` environment | ||
| 3817 | variable). | ||
| 3818 | |||
| 3819 | In order to use this variable, the | ||
| 3820 | :ref:`kernel-devicetree <ref-classes-kernel-devicetree>` class must | ||
| 3821 | be inherited. | ||
| 3822 | |||
| 3814 | :term:`KERNEL_EXTRA_ARGS` | 3823 | :term:`KERNEL_EXTRA_ARGS` |
| 3815 | Specifies additional ``make`` command-line arguments the OpenEmbedded | 3824 | Specifies additional ``make`` command-line arguments the OpenEmbedded |
| 3816 | build system passes on when compiling the kernel. | 3825 | build system passes on when compiling the kernel. |
