All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ref-manual: add glossary entry for NON_MULTILIB_RECIPES
@ 2021-05-23 11:00 Robert P. J. Day
  2021-05-27 10:49 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2021-05-23 11:00 UTC (permalink / raw)
  To: YP docs mailing list


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index df6413b68..7f9182a5a 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4803,6 +4803,13 @@ system and gives an overview of their function and contents.
          FILES_${PN}-dbg = "/usr/src/debug/"
          FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch"

+   :term:`NON_MULTILIB_RECIPES`
+      A list of recipes that should not be built for multilib. OE-Core's
+      ``multilib.conf`` file defines a reasonable starting point for this
+      list with::
+
+         NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot"
+
    :term:`OBJCOPY`
       The minimal command and arguments to run ``objcopy``.


-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                         http://crashcourse.ca

LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

* Re: [docs] [PATCH] ref-manual: add glossary entry for NON_MULTILIB_RECIPES
  2021-05-23 11:00 [PATCH] ref-manual: add glossary entry for NON_MULTILIB_RECIPES Robert P. J. Day
@ 2021-05-27 10:49 ` Quentin Schulz
  2021-05-27 12:01   ` Robert P. J. Day
  0 siblings, 1 reply; 4+ messages in thread
From: Quentin Schulz @ 2021-05-27 10:49 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: YP docs mailing list

On Sun, May 23, 2021 at 07:00:57AM -0400, Robert P. J. Day wrote:
> 
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> 
> ---
> 
> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> index df6413b68..7f9182a5a 100644
> --- a/documentation/ref-manual/variables.rst
> +++ b/documentation/ref-manual/variables.rst
> @@ -4803,6 +4803,13 @@ system and gives an overview of their function and contents.
>           FILES_${PN}-dbg = "/usr/src/debug/"
>           FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch"
> 
> +   :term:`NON_MULTILIB_RECIPES`
> +      A list of recipes that should not be built for multilib. OE-Core's
> +      ``multilib.conf`` file defines a reasonable starting point for this
> +      list with::
> +
> +         NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot"
> +

I'm surprised the kernel isn't part of this list? I would have assumed
it would be there.

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

Thanks for the patch!
Cheers,
Quentin

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

* Re: [docs] [PATCH] ref-manual: add glossary entry for NON_MULTILIB_RECIPES
  2021-05-27 10:49 ` [docs] " Quentin Schulz
@ 2021-05-27 12:01   ` Robert P. J. Day
  2021-05-28 16:45     ` Michael Opdenacker
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2021-05-27 12:01 UTC (permalink / raw)
  To: Quentin Schulz; +Cc: YP docs mailing list

On Thu, 27 May 2021, Quentin Schulz wrote:

> On Sun, May 23, 2021 at 07:00:57AM -0400, Robert P. J. Day wrote:
> >
> > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> >
> > ---
> >
> > diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
> > index df6413b68..7f9182a5a 100644
> > --- a/documentation/ref-manual/variables.rst
> > +++ b/documentation/ref-manual/variables.rst
> > @@ -4803,6 +4803,13 @@ system and gives an overview of their function and contents.
> >           FILES_${PN}-dbg = "/usr/src/debug/"
> >           FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch"
> >
> > +   :term:`NON_MULTILIB_RECIPES`
> > +      A list of recipes that should not be built for multilib. OE-Core's
> > +      ``multilib.conf`` file defines a reasonable starting point for this
> > +      list with::
> > +
> > +         NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot"
> > +
>
> I'm surprised the kernel isn't part of this list? I would have assumed
> it would be there.

  possibly ... i'm just reproducing the current state of affairs.

rday

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

* Re: [docs] [PATCH] ref-manual: add glossary entry for NON_MULTILIB_RECIPES
  2021-05-27 12:01   ` Robert P. J. Day
@ 2021-05-28 16:45     ` Michael Opdenacker
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Opdenacker @ 2021-05-28 16:45 UTC (permalink / raw)
  To: Robert P. J. Day, Quentin Schulz; +Cc: YP docs mailing list

Robert, Quentin,

On 5/27/21 2:01 PM, Robert P. J. Day wrote:
> On Thu, 27 May 2021, Quentin Schulz wrote:
>
>> On Sun, May 23, 2021 at 07:00:57AM -0400, Robert P. J. Day wrote:
>>> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>>>
>>> ---
>>>
>>> diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
>>> index df6413b68..7f9182a5a 100644
>>> --- a/documentation/ref-manual/variables.rst
>>> +++ b/documentation/ref-manual/variables.rst
>>> @@ -4803,6 +4803,13 @@ system and gives an overview of their function and contents.
>>>           FILES_${PN}-dbg = "/usr/src/debug/"
>>>           FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch"
>>>
>>> +   :term:`NON_MULTILIB_RECIPES`
>>> +      A list of recipes that should not be built for multilib. OE-Core's
>>> +      ``multilib.conf`` file defines a reasonable starting point for this
>>> +      list with::
>>> +
>>> +         NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot"
>>> +
>> I'm surprised the kernel isn't part of this list? I would have assumed
>> it would be there.
>   possibly ... i'm just reproducing the current state of affairs.

Right.

Thanks for the patch and review.
I merged it into "master-next".

Cheers,

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

end of thread, other threads:[~2021-05-28 16:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 11:00 [PATCH] ref-manual: add glossary entry for NON_MULTILIB_RECIPES Robert P. J. Day
2021-05-27 10:49 ` [docs] " Quentin Schulz
2021-05-27 12:01   ` Robert P. J. Day
2021-05-28 16:45     ` Michael Opdenacker

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.