All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] variables: Document KERNEL_DTC_FLAGS variable
@ 2020-12-23 13:09 Ovidiu Panait
  2020-12-23 13:22 ` [docs] " Nicolas Dechesne
  0 siblings, 1 reply; 2+ messages in thread
From: Ovidiu Panait @ 2020-12-23 13:09 UTC (permalink / raw)
  To: docs

Add documentation for the newly introduced KERNEL_DTC_FLAGS variable.

Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
---
 documentation/ref-manual/variables.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 8c6cc46b6..a4938d9c5 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -3838,6 +3838,14 @@ system and gives an overview of their function and contents.
       :ref:`kernel-devicetree <ref-classes-kernel-devicetree>` class must
       be inherited.
 
+   :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_DTB_LINK_NAME`
       The link name of the kernel device tree binary (DTB). This variable
       is set in the ``meta/classes/kernel-artifact-names.bbclass`` file as
-- 
2.17.1


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

* Re: [docs] [PATCH] variables: Document KERNEL_DTC_FLAGS variable
  2020-12-23 13:09 [PATCH] variables: Document KERNEL_DTC_FLAGS variable Ovidiu Panait
@ 2020-12-23 13:22 ` Nicolas Dechesne
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Dechesne @ 2020-12-23 13:22 UTC (permalink / raw)
  To: Ovidiu Panait; +Cc: YP docs mailing list

On Wed, Dec 23, 2020 at 2:11 PM Ovidiu Panait
<ovidiu.panait@windriver.com> wrote:
>
> Add documentation for the newly introduced KERNEL_DTC_FLAGS variable.
>
> Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
> ---
>  documentation/ref-manual/variables.rst | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> index 8c6cc46b6..a4938d9c5 100644
> --- a/documentation/ref-manual/variables.rst
> +++ b/documentation/ref-manual/variables.rst
> @@ -3838,6 +3838,14 @@ system and gives an overview of their function and contents.
>        :ref:`kernel-devicetree <ref-classes-kernel-devicetree>` class must
>        be inherited.
>
> +   :term:`KERNEL_DTC_FLAGS`

we try to keep things in alphabetical order, so it should go a bit
later in the list.

> +      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_DTB_LINK_NAME`
>        The link name of the kernel device tree binary (DTB). This variable
>        is set in the ``meta/classes/kernel-artifact-names.bbclass`` file as
> --
> 2.17.1
>
>
> 
>

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

end of thread, other threads:[~2020-12-23 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 13:09 [PATCH] variables: Document KERNEL_DTC_FLAGS variable Ovidiu Panait
2020-12-23 13:22 ` [docs] " Nicolas Dechesne

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.