All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bsp-guide: replace meta-intel with meta-xilinx as container layer
@ 2019-05-02 13:19 Robert P. J. Day
  2019-05-02 17:20 ` akuster
  0 siblings, 1 reply; 9+ messages in thread
From: Robert P. J. Day @ 2019-05-02 13:19 UTC (permalink / raw)
  To: Yocto discussion list

As meta-intel is no longer a container layer, use meta-xilinx as
an example instead.

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

---

diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 0bb0b68ab..a53ff6bce 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -146,18 +146,15 @@

     <para>
         Some layers function as a layer to hold other BSP layers.
-        These layers are knows as
+        These layers are known as
         "<ulink url='&YOCTO_DOCS_REF_URL;#term-container-layer'>container layers</ulink>".
         An example of this type of layer is the
-        <filename>meta-intel</filename> layer.
-        This layer contains BSP layers for the Intel-core2-32
-        <trademark class='registered'>Intel</trademark> Common Core
-        (Intel-core2-32) and the Intel-corei7-64
-        <trademark class='registered'>Intel</trademark> Common Core
-        (Intel-corei7-64).
-        the <filename>meta-intel</filename> layer also contains
-        the <filename>common/</filename> directory, which contains
-        common content across those layers.
+        <filename>meta-xilinx</filename> layer.
+        This container layer contains some basic top-level information,
+        as well as three actual Xilinx-related BSP layers,
+        <filename>meta-xilinx-bsp</filename>,
+        <filename>meta-xilinx-contrib</filename>, and
+        <filename>meta-xilinx-standalone</filename>.
     </para>

     <para>

-- 

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

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


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

* Re: [PATCH] bsp-guide: replace meta-intel with meta-xilinx as container layer
  2019-05-02 13:19 [PATCH] bsp-guide: replace meta-intel with meta-xilinx as container layer Robert P. J. Day
@ 2019-05-02 17:20 ` akuster
  2019-05-02 17:45   ` Scott Rifenbark
  0 siblings, 1 reply; 9+ messages in thread
From: akuster @ 2019-05-02 17:20 UTC (permalink / raw)
  To: Robert P. J. Day, Yocto discussion list



On 5/2/19 6:19 AM, Robert P. J. Day wrote:
> As meta-intel is no longer a container layer, use meta-xilinx as
> an example instead.

I thought "meta-virtualization" was a container layer?

IMHO, a BSP should only deal with getting a MACHINE booted.

- armin
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
> ---
>
> diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
> index 0bb0b68ab..a53ff6bce 100644
> --- a/documentation/bsp-guide/bsp.xml
> +++ b/documentation/bsp-guide/bsp.xml
> @@ -146,18 +146,15 @@
>
>      <para>
>          Some layers function as a layer to hold other BSP layers.
> -        These layers are knows as
> +        These layers are known as
>          "<ulink url='&YOCTO_DOCS_REF_URL;#term-container-layer'>container layers</ulink>".
>          An example of this type of layer is the
> -        <filename>meta-intel</filename> layer.
> -        This layer contains BSP layers for the Intel-core2-32
> -        <trademark class='registered'>Intel</trademark> Common Core
> -        (Intel-core2-32) and the Intel-corei7-64
> -        <trademark class='registered'>Intel</trademark> Common Core
> -        (Intel-corei7-64).
> -        the <filename>meta-intel</filename> layer also contains
> -        the <filename>common/</filename> directory, which contains
> -        common content across those layers.
> +        <filename>meta-xilinx</filename> layer.
> +        This container layer contains some basic top-level information,
> +        as well as three actual Xilinx-related BSP layers,
> +        <filename>meta-xilinx-bsp</filename>,
> +        <filename>meta-xilinx-contrib</filename>, and
> +        <filename>meta-xilinx-standalone</filename>.
>      </para>
>
>      <para>
>



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

* Re: [PATCH] bsp-guide: replace meta-intel with meta-xilinx as container layer
  2019-05-02 17:20 ` akuster
@ 2019-05-02 17:45   ` Scott Rifenbark
  2019-05-02 18:21     ` akuster
  0 siblings, 1 reply; 9+ messages in thread
From: Scott Rifenbark @ 2019-05-02 17:45 UTC (permalink / raw)
  To: akuster; +Cc: Yocto discussion list

[-- Attachment #1: Type: text/plain, Size: 2708 bytes --]

The term "Container Layer" was put in the ref-manual by me to describe a
"meta-*" layer that had other "meta-*" layers (see
https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#term-container-layer
and the term "Container Layer").  Maybe this was never a good term?  I
don't know.  Nobody has said anything about that term for many releases.

The problem Robert points out needs to be fixed in the BSP manual as
"meta-intel" is not longer qualifying by my definition.  I can fix that.

Is "Container Layer" ok as I have defined it?

Thanks,
Scott

On Thu, May 2, 2019 at 10:21 AM akuster <akuster@mvista.com> wrote:

>
>
> On 5/2/19 6:19 AM, Robert P. J. Day wrote:
> > As meta-intel is no longer a container layer, use meta-xilinx as
> > an example instead.
>
> I thought "meta-virtualization" was a container layer?
>
> IMHO, a BSP should only deal with getting a MACHINE booted.
>
> - armin
> >
> > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
> >
> > ---
> >
> > diff --git a/documentation/bsp-guide/bsp.xml
> b/documentation/bsp-guide/bsp.xml
> > index 0bb0b68ab..a53ff6bce 100644
> > --- a/documentation/bsp-guide/bsp.xml
> > +++ b/documentation/bsp-guide/bsp.xml
> > @@ -146,18 +146,15 @@
> >
> >      <para>
> >          Some layers function as a layer to hold other BSP layers.
> > -        These layers are knows as
> > +        These layers are known as
> >          "<ulink
> url='&YOCTO_DOCS_REF_URL;#term-container-layer'>container layers</ulink>".
> >          An example of this type of layer is the
> > -        <filename>meta-intel</filename> layer.
> > -        This layer contains BSP layers for the Intel-core2-32
> > -        <trademark class='registered'>Intel</trademark> Common Core
> > -        (Intel-core2-32) and the Intel-corei7-64
> > -        <trademark class='registered'>Intel</trademark> Common Core
> > -        (Intel-corei7-64).
> > -        the <filename>meta-intel</filename> layer also contains
> > -        the <filename>common/</filename> directory, which contains
> > -        common content across those layers.
> > +        <filename>meta-xilinx</filename> layer.
> > +        This container layer contains some basic top-level information,
> > +        as well as three actual Xilinx-related BSP layers,
> > +        <filename>meta-xilinx-bsp</filename>,
> > +        <filename>meta-xilinx-contrib</filename>, and
> > +        <filename>meta-xilinx-standalone</filename>.
> >      </para>
> >
> >      <para>
> >
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

[-- Attachment #2: Type: text/html, Size: 3988 bytes --]

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

* Re: [PATCH] bsp-guide: replace meta-intel with meta-xilinx as container layer
  2019-05-02 17:45   ` Scott Rifenbark
@ 2019-05-02 18:21     ` akuster
  2019-05-02 19:25       ` Scott Rifenbark
  0 siblings, 1 reply; 9+ messages in thread
From: akuster @ 2019-05-02 18:21 UTC (permalink / raw)
  To: Scott Rifenbark; +Cc: Yocto discussion list

[-- Attachment #1: Type: text/plain, Size: 3269 bytes --]



On 5/2/19 10:45 AM, Scott Rifenbark wrote:
> The term "Container Layer" was put in the ref-manual by me to describe
> a "meta-*" layer that had other "meta-*" layers (see
> https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#term-container-layer
> and the term "Container Layer").  Maybe this was never a good term?  I
> don't know.  Nobody has said anything about that term for many releases. 
>
> The problem Robert points out needs to be fixed in the BSP manual as
> "meta-intel" is not longer qualifying by my definition.  I can fix that. 
>
> Is "Container Layer" ok as I have defined it?
in those terms above, yes its fine.

thanks for clarifying.

Armin
>
> Thanks,
> Scott
>
> On Thu, May 2, 2019 at 10:21 AM akuster <akuster@mvista.com
> <mailto:akuster@mvista.com>> wrote:
>
>
>
>     On 5/2/19 6:19 AM, Robert P. J. Day wrote:
>     > As meta-intel is no longer a container layer, use meta-xilinx as
>     > an example instead.
>
>     I thought "meta-virtualization" was a container layer?
>
>     IMHO, a BSP should only deal with getting a MACHINE booted.
>
>     - armin
>     >
>     > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca
>     <mailto:rpjday@crashcourse.ca>>
>     >
>     > ---
>     >
>     > diff --git a/documentation/bsp-guide/bsp.xml
>     b/documentation/bsp-guide/bsp.xml
>     > index 0bb0b68ab..a53ff6bce 100644
>     > --- a/documentation/bsp-guide/bsp.xml
>     > +++ b/documentation/bsp-guide/bsp.xml
>     > @@ -146,18 +146,15 @@
>     >
>     >      <para>
>     >          Some layers function as a layer to hold other BSP layers.
>     > -        These layers are knows as
>     > +        These layers are known as
>     >          "<ulink
>     url='&YOCTO_DOCS_REF_URL;#term-container-layer'>container
>     layers</ulink>".
>     >          An example of this type of layer is the
>     > -        <filename>meta-intel</filename> layer.
>     > -        This layer contains BSP layers for the Intel-core2-32
>     > -        <trademark class='registered'>Intel</trademark> Common Core
>     > -        (Intel-core2-32) and the Intel-corei7-64
>     > -        <trademark class='registered'>Intel</trademark> Common Core
>     > -        (Intel-corei7-64).
>     > -        the <filename>meta-intel</filename> layer also contains
>     > -        the <filename>common/</filename> directory, which contains
>     > -        common content across those layers.
>     > +        <filename>meta-xilinx</filename> layer.
>     > +        This container layer contains some basic top-level
>     information,
>     > +        as well as three actual Xilinx-related BSP layers,
>     > +        <filename>meta-xilinx-bsp</filename>,
>     > +        <filename>meta-xilinx-contrib</filename>, and
>     > +        <filename>meta-xilinx-standalone</filename>.
>     >      </para>
>     >
>     >      <para>
>     >
>
>     -- 
>     _______________________________________________
>     yocto mailing list
>     yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
>     https://lists.yoctoproject.org/listinfo/yocto
>


[-- Attachment #2: Type: text/html, Size: 5882 bytes --]

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

* Re: [PATCH] bsp-guide: replace meta-intel with meta-xilinx as container layer
  2019-05-02 18:21     ` akuster
@ 2019-05-02 19:25       ` Scott Rifenbark
  2019-05-02 19:53         ` Robert P. J. Day
                           ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Scott Rifenbark @ 2019-05-02 19:25 UTC (permalink / raw)
  To: akuster; +Cc: Yocto discussion list

[-- Attachment #1: Type: text/plain, Size: 3027 bytes --]

Great, thanks!

On Thu, May 2, 2019 at 11:21 AM akuster <akuster@mvista.com> wrote:

>
>
> On 5/2/19 10:45 AM, Scott Rifenbark wrote:
>
> The term "Container Layer" was put in the ref-manual by me to describe a
> "meta-*" layer that had other "meta-*" layers (see
> https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#term-container-layer
> and the term "Container Layer").  Maybe this was never a good term?  I
> don't know.  Nobody has said anything about that term for many releases.
>
> The problem Robert points out needs to be fixed in the BSP manual as
> "meta-intel" is not longer qualifying by my definition.  I can fix that.
>
> Is "Container Layer" ok as I have defined it?
>
> in those terms above, yes its fine.
>
> thanks for clarifying.
>
> Armin
>
>
> Thanks,
> Scott
>
> On Thu, May 2, 2019 at 10:21 AM akuster <akuster@mvista.com> wrote:
>
>>
>>
>> On 5/2/19 6:19 AM, Robert P. J. Day wrote:
>> > As meta-intel is no longer a container layer, use meta-xilinx as
>> > an example instead.
>>
>> I thought "meta-virtualization" was a container layer?
>>
>> IMHO, a BSP should only deal with getting a MACHINE booted.
>>
>> - armin
>> >
>> > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>> >
>> > ---
>> >
>> > diff --git a/documentation/bsp-guide/bsp.xml
>> b/documentation/bsp-guide/bsp.xml
>> > index 0bb0b68ab..a53ff6bce 100644
>> > --- a/documentation/bsp-guide/bsp.xml
>> > +++ b/documentation/bsp-guide/bsp.xml
>> > @@ -146,18 +146,15 @@
>> >
>> >      <para>
>> >          Some layers function as a layer to hold other BSP layers.
>> > -        These layers are knows as
>> > +        These layers are known as
>> >          "<ulink
>> url='&YOCTO_DOCS_REF_URL;#term-container-layer'>container layers</ulink>".
>> >          An example of this type of layer is the
>> > -        <filename>meta-intel</filename> layer.
>> > -        This layer contains BSP layers for the Intel-core2-32
>> > -        <trademark class='registered'>Intel</trademark> Common Core
>> > -        (Intel-core2-32) and the Intel-corei7-64
>> > -        <trademark class='registered'>Intel</trademark> Common Core
>> > -        (Intel-corei7-64).
>> > -        the <filename>meta-intel</filename> layer also contains
>> > -        the <filename>common/</filename> directory, which contains
>> > -        common content across those layers.
>> > +        <filename>meta-xilinx</filename> layer.
>> > +        This container layer contains some basic top-level information,
>> > +        as well as three actual Xilinx-related BSP layers,
>> > +        <filename>meta-xilinx-bsp</filename>,
>> > +        <filename>meta-xilinx-contrib</filename>, and
>> > +        <filename>meta-xilinx-standalone</filename>.
>> >      </para>
>> >
>> >      <para>
>> >
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>
>

[-- Attachment #2: Type: text/html, Size: 5877 bytes --]

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

* Re: [PATCH] bsp-guide: replace meta-intel with meta-xilinx as container layer
  2019-05-02 19:25       ` Scott Rifenbark
@ 2019-05-02 19:53         ` Robert P. J. Day
  2019-05-02 20:01         ` Robert P. J. Day
  2019-05-03 10:54         ` Robert P. J. Day
  2 siblings, 0 replies; 9+ messages in thread
From: Robert P. J. Day @ 2019-05-02 19:53 UTC (permalink / raw)
  To: Scott Rifenbark; +Cc: Yocto discussion list


  much snipping ...

On Thu, 2 May 2019, Scott Rifenbark wrote:

> On Thu, May 2, 2019 at 10:21 AM akuster <akuster@mvista.com> wrote:
>
>
>       On 5/2/19 6:19 AM, Robert P. J. Day wrote:
>       > As meta-intel is no longer a container layer, use meta-xilinx as
>       > an example instead.
>
>       I thought "meta-virtualization" was a container layer?

  uh, i'm looking at meta-virtualization right now:

https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/tree/

and that looks like a regular BSP layer, not a container layer. am i
misunderstanding some fundamental point here?

rday

-- 

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

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


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

* Re: [PATCH] bsp-guide: replace meta-intel with meta-xilinx as container layer
  2019-05-02 19:25       ` Scott Rifenbark
  2019-05-02 19:53         ` Robert P. J. Day
@ 2019-05-02 20:01         ` Robert P. J. Day
  2019-05-03 10:54         ` Robert P. J. Day
  2 siblings, 0 replies; 9+ messages in thread
From: Robert P. J. Day @ 2019-05-02 20:01 UTC (permalink / raw)
  To: Scott Rifenbark; +Cc: Yocto discussion list

On Thu, 2 May 2019, Scott Rifenbark wrote:

> Great, thanks!
>
> On Thu, May 2, 2019 at 11:21 AM akuster <akuster@mvista.com> wrote:
>
>       On 5/2/19 6:19 AM, Robert P. J. Day wrote:
>       > As meta-intel is no longer a container layer, use meta-xilinx as
>       > an example instead.
>
>       I thought "meta-virtualization" was a container layer?

  as a followup, i would think that "meta-openembedded" is the
canonical example of a container layer, no?

rday

-- 

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

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


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

* Re: [PATCH] bsp-guide: replace meta-intel with meta-xilinx as container layer
  2019-05-02 19:25       ` Scott Rifenbark
  2019-05-02 19:53         ` Robert P. J. Day
  2019-05-02 20:01         ` Robert P. J. Day
@ 2019-05-03 10:54         ` Robert P. J. Day
  2019-05-03 13:52           ` Andrea Galbusera
  2 siblings, 1 reply; 9+ messages in thread
From: Robert P. J. Day @ 2019-05-03 10:54 UTC (permalink / raw)
  To: Scott Rifenbark; +Cc: Yocto discussion list

[-- Attachment #1: Type: text/plain, Size: 1937 bytes --]

On Thu, 2 May 2019, Scott Rifenbark wrote:

> Great, thanks!
>
> On Thu, May 2, 2019 at 11:21 AM akuster <akuster@mvista.com> wrote:
>
>
>       On 5/2/19 10:45 AM, Scott Rifenbark wrote:
>       The term "Container Layer" was put in the ref-manual by me to describe a
>       "meta-*" layer that had other "meta-*" layers (see
>       https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#term-container-layer
>       and the term "Container Layer").  Maybe this was never a good term?  I don't
>       know.  Nobody has said anything about that term for many releases. 
>
> The problem Robert points out needs to be fixed in the BSP manual as "meta-intel" is
> not longer qualifying by my definition.  I can fix that. 
>
> Is "Container Layer" ok as I have defined it?
>
> in those terms above, yes its fine.

  the more i think about it, the more i'm nervous about the phrase
"container layer", as it suggests a "layer" of some kind in the
context of OE. the one distinction i think worth making is that a "BSP
layer" is a layer expressly designed to support identified target
systems (eg., meta-xilinx-bsp), while a non-BSP layer simply packages
functionality (recipes, classes) -- a good example is
meta-virtualization.

  in either case, the trivial property of an OE layer is something
that can be specified in a bblayers.conf file. so i'm not sure *how*
you would describe, for example, meta-openembedded.

  i'm sure i'm overthinking this.

rday

-- 

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

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

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

* Re: [PATCH] bsp-guide: replace meta-intel with meta-xilinx as container layer
  2019-05-03 10:54         ` Robert P. J. Day
@ 2019-05-03 13:52           ` Andrea Galbusera
  0 siblings, 0 replies; 9+ messages in thread
From: Andrea Galbusera @ 2019-05-03 13:52 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: Yocto discussion list

On Fri, May 3, 2019 at 12:56 PM Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>
> On Thu, 2 May 2019, Scott Rifenbark wrote:
>
> > Great, thanks!
> >
> > On Thu, May 2, 2019 at 11:21 AM akuster <akuster@mvista.com> wrote:
> >
> >
> >       On 5/2/19 10:45 AM, Scott Rifenbark wrote:
> >       The term "Container Layer" was put in the ref-manual by me to describe a
> >       "meta-*" layer that had other "meta-*" layers (see
> >       https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#term-container-layer
> >       and the term "Container Layer").  Maybe this was never a good term?  I don't
> >       know.  Nobody has said anything about that term for many releases.
> >
> > The problem Robert points out needs to be fixed in the BSP manual as "meta-intel" is
> > not longer qualifying by my definition.  I can fix that.
> >
> > Is "Container Layer" ok as I have defined it?
> >
> > in those terms above, yes its fine.
>
>   the more i think about it, the more i'm nervous about the phrase
> "container layer", as it suggests a "layer" of some kind in the
> context of OE. the one distinction i think worth making is that a "BSP
> layer" is a layer expressly designed to support identified target
> systems (eg., meta-xilinx-bsp), while a non-BSP layer simply packages
> functionality (recipes, classes) -- a good example is
> meta-virtualization.
>
>   in either case, the trivial property of an OE layer is something
> that can be specified in a bblayers.conf file. so i'm not sure *how*
> you would describe, for example, meta-openembedded.

Maybe just as a "metadata collection repo"? IMHO from a OE
perspective, a "layer" is a metadata set which provides its own
layer.conf file (which, as you say, means you can add it to your
project's bblayers.conf). Bundling more than one layer within the same
git repository (or whatever archive format use to distribute them)
does not qualify this metadata collection as anything otherwise
meaningful for bitbake. That said, meta-openembedded is definitely the
most evident example of such a "concept". I agree the term "container
layer" can be either confused with a OE layer, which technically is
not, or something having to do with containers (as I suspect from
Armin's reply), which is completely unrelated to. Maybe rewording a
little bit the manual here could reduce potential confusion to new
users. Moreover whatever term we choose to explain this concept, we
should make clear that it is orthogonal to any other layer
classification by content (i.e. BSP, distro, ...).

>   i'm sure i'm overthinking this.
>
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                          http://crashcourse.ca
>
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================--
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


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

end of thread, other threads:[~2019-05-03 13:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-02 13:19 [PATCH] bsp-guide: replace meta-intel with meta-xilinx as container layer Robert P. J. Day
2019-05-02 17:20 ` akuster
2019-05-02 17:45   ` Scott Rifenbark
2019-05-02 18:21     ` akuster
2019-05-02 19:25       ` Scott Rifenbark
2019-05-02 19:53         ` Robert P. J. Day
2019-05-02 20:01         ` Robert P. J. Day
2019-05-03 10:54         ` Robert P. J. Day
2019-05-03 13:52           ` Andrea Galbusera

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.