summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2021-06-15 06:58:11 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-16 10:57:01 +0100
commit66b7a5da7ed568094b0ba3c8ce6dad6fd0884ebf (patch)
treec9a05ef499a672696b95408eaf46ec12adf32e73 /documentation
parent26428489f4ed53a4774d669f5ed28ccd0184be8c (diff)
downloadpoky-66b7a5da7ed568094b0ba3c8ce6dad6fd0884ebf.tar.gz
variables: Add documentation for KERNEL_DTC_FLAGS
Add documentation for the newly introduced KERNEL_DTC_FLAGS variable. (From yocto-docs rev: b7b4718bcff3975aceddb63276abd9a4e00e4039) Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit b2d5bf48fe4e76446a38762839865176294a4a3c) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.rst9
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.