summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2021-01-04 16:28:51 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-05 13:48:57 +0000
commitd9928413a40585ba8cbaccfff8d259fe69afd52e (patch)
treec8322bf0d7e6dd7fb662c64c97d9ba23a274ae1d /documentation/ref-manual
parent4434d5fa8e80a68935343787f75fc413678fa380 (diff)
downloadpoky-d9928413a40585ba8cbaccfff8d259fe69afd52e.tar.gz
variables: Add documentation for KERNEL_DTC_FLAGS
Add documentation for the newly introduced KERNEL_DTC_FLAGS variable. (From yocto-docs rev: b2d5bf48fe4e76446a38762839865176294a4a3c) Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst9
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.