All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] variables: Add documentation for KERNEL_DTC_FLAGS
@ 2021-01-04 14:28 Ovidiu Panait
  2021-01-04 16:09 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 2+ messages in thread
From: Ovidiu Panait @ 2021-01-04 14:28 UTC (permalink / raw)
  To: docs

Add documentation for the newly introduced KERNEL_DTC_FLAGS variable.

Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
---
v3 updates:
- highlight ``DTC_FLAGS`` and ``dtc``

 documentation/ref-manual/variables.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index c8e28fd32..4ce264813 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.
 
          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.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [docs] [PATCH v3] variables: Add documentation for KERNEL_DTC_FLAGS
  2021-01-04 14:28 [PATCH v3] variables: Add documentation for KERNEL_DTC_FLAGS Ovidiu Panait
@ 2021-01-04 16:09 ` Quentin Schulz
  0 siblings, 0 replies; 2+ messages in thread
From: Quentin Schulz @ 2021-01-04 16:09 UTC (permalink / raw)
  To: Ovidiu Panait; +Cc: docs

On Mon, Jan 04, 2021 at 04:28:51PM +0200, Ovidiu Panait wrote:
> Add documentation for the newly introduced KERNEL_DTC_FLAGS variable.
> 
> Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
> ---
> v3 updates:
> - highlight ``DTC_FLAGS`` and ``dtc``
> 
>  documentation/ref-manual/variables.rst | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> index c8e28fd32..4ce264813 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.
>  
>           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.

Reviewed-by: Quentin Schulz <foss@0leil.net>

Thanks!
Quentin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-04 16:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04 14:28 [PATCH v3] variables: Add documentation for KERNEL_DTC_FLAGS Ovidiu Panait
2021-01-04 16:09 ` [docs] " Quentin Schulz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.