Message ID | 20240304160044.2325620-1-pkj@axis.com |
---|---|
State | New |
Headers | show |
Series | ref-manual: classes: Add the kernel-module-dirs class | expand |
Hi Peter On 3/4/24 at 17:00, Peter Kjellerstedt wrote: > --- > > This is of course pending the actual addition of the new bbclass to > OE-Core. > > documentation/ref-manual/classes.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst > index 7300020ef1..d61be8e4bc 100644 > --- a/documentation/ref-manual/classes.rst > +++ b/documentation/ref-manual/classes.rst > @@ -1705,6 +1705,14 @@ The :ref:`ref-classes-kernel-grub` class updates the boot area and the boot menu > the kernel as the priority boot mechanism while installing a RPM to > update the kernel on a deployed target. > > +.. _ref-classes-kernel-module-dirs: > + > +``kernel-module-dirs`` > +======================= > + > +The :ref:`ref-classes-kernel-module-dirs` class provides path variables related > +to kernel modules. > + > .. _ref-classes-kernel-module-split: > > ``kernel-module-split`` This looks good, many thanks for the update! Don't hesitate to ping me if needed when the code is merged. Cheers Michael.
> -----Original Message----- > From: Michael Opdenacker <michael.opdenacker@bootlin.com> > Sent: den 5 mars 2024 10:11 > To: Peter Kjellerstedt <peter.kjellerstedt@axis.com> > Cc: docs@lists.yoctoproject.org > Subject: Re: [docs] [PATCH] ref-manual: classes: Add the kernel-module-dirs class > > Hi Peter > > On 3/4/24 at 17:00, Peter Kjellerstedt wrote: > > --- > > > > This is of course pending the actual addition of the new bbclass to > > OE-Core. > > > > documentation/ref-manual/classes.rst | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst > > index 7300020ef1..d61be8e4bc 100644 > > --- a/documentation/ref-manual/classes.rst > > +++ b/documentation/ref-manual/classes.rst > > @@ -1705,6 +1705,14 @@ The :ref:`ref-classes-kernel-grub` class updates the boot area and the boot menu > > the kernel as the priority boot mechanism while installing a RPM to > > update the kernel on a deployed target. > > > > +.. _ref-classes-kernel-module-dirs: > > + > > +``kernel-module-dirs`` > > +======================= > > + > > +The :ref:`ref-classes-kernel-module-dirs` class provides path variables related > > +to kernel modules. > > + > > .. _ref-classes-kernel-module-split: > > > > ``kernel-module-split`` > > > This looks good, many thanks for the update! > Don't hesitate to ping me if needed when the code is merged. > Cheers > Michael. I forgot to follow up on this. The kernel-module-dirs bbclass will NOT be integrated to OE-Core (at least not in its current form) so this change should not be integrated either. //Peter
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 7300020ef1..d61be8e4bc 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst @@ -1705,6 +1705,14 @@ The :ref:`ref-classes-kernel-grub` class updates the boot area and the boot menu the kernel as the priority boot mechanism while installing a RPM to update the kernel on a deployed target. +.. _ref-classes-kernel-module-dirs: + +``kernel-module-dirs`` +======================= + +The :ref:`ref-classes-kernel-module-dirs` class provides path variables related +to kernel modules. + .. _ref-classes-kernel-module-split: ``kernel-module-split``