Message ID | 20201223130938.20476-1-ovidiu.panait@windriver.com |
---|---|
State | New |
Headers | show |
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
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 > > > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#804): https://lists.yoctoproject.org/g/docs/message/804 Mute This Topic: https://lists.yoctoproject.org/mt/79179479/3617530 Group Owner: docs+owner@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/docs/unsub [oe-patchwork@oe-patch.openembedded.org] -=-=-=-=-=-=-=-=-=-=-=-
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(+)