mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4434d5fa8e
commit
d9928413a4
@@ -3884,6 +3884,15 @@ system and gives an overview of their function and contents.
|
||||
|
||||
KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}"
|
||||
|
||||
:term:`KERNEL_DTC_FLAGS`
|
||||
Specifies the ``dtc`` flags that are passed to the Linux kernel build
|
||||
system when generating the device trees (via ``DTC_FLAGS`` environment
|
||||
variable).
|
||||
|
||||
In order to use this variable, the
|
||||
:ref:`kernel-devicetree <ref-classes-kernel-devicetree>` class must
|
||||
be inherited.
|
||||
|
||||
:term:`KERNEL_EXTRA_ARGS`
|
||||
Specifies additional ``make`` command-line arguments the OpenEmbedded
|
||||
build system passes on when compiling the kernel.
|
||||
|
||||
Reference in New Issue
Block a user