All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] dev-manual: update mailing list address
@ 2021-09-16 22:40 Jon Mason
  2021-09-16 22:40 ` [PATCH 2/3] README: " Jon Mason
  2021-09-16 22:40 ` [PATCH 3/3] Update " Jon Mason
  0 siblings, 2 replies; 6+ messages in thread
From: Jon Mason @ 2021-09-16 22:40 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Jon Mason <jdmason@kudzu.us>
---
 documentation/dev-manual/common-tasks.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 7c13eb96004f..96b9fcc40234 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -10480,7 +10480,7 @@ been followed:
    and email address. In this example, the email address is a mailing
    list::
 
-      $ poky/scripts/send-pull-request -p ~/meta-intel/pull-10565 -t meta-intel@yoctoproject.org
+      $ poky/scripts/send-pull-request -p ~/meta-intel/pull-10565 -t meta-intel@lists.yoctoproject.org
 
    You need to follow the prompts as the script is interactive.
 
-- 
2.20.1


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

* [PATCH 2/3] README: update mailing list address
  2021-09-16 22:40 [PATCH 1/3] dev-manual: update mailing list address Jon Mason
@ 2021-09-16 22:40 ` Jon Mason
  2021-09-17  0:08   ` [OE-core] " Armin Kuster
  2021-09-16 22:40 ` [PATCH 3/3] Update " Jon Mason
  1 sibling, 1 reply; 6+ messages in thread
From: Jon Mason @ 2021-09-16 22:40 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Jon Mason <jdmason@kudzu.us>
---
 meta-yocto-bsp/README.hardware.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto-bsp/README.hardware.md b/meta-yocto-bsp/README.hardware.md
index 9803af006ae7..095815e1bca2 100644
--- a/meta-yocto-bsp/README.hardware.md
+++ b/meta-yocto-bsp/README.hardware.md
@@ -37,7 +37,7 @@ variable value corresponding to the board is given in brackets.
 Reference Board Maintenance
 ===========================
 
-Send pull requests, patches, comments or questions about meta-yocto-bsps to poky@yoctoproject.org
+Send pull requests, patches, comments or questions about meta-yocto-bsps to poky@lists.yoctoproject.org
 
 Maintainers: Kevin Hao <kexin.hao@windriver.com>
              Bruce Ashfield <bruce.ashfield@windriver.com>
-- 
2.20.1


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

* [PATCH 3/3] Update mailing list address
  2021-09-16 22:40 [PATCH 1/3] dev-manual: update mailing list address Jon Mason
  2021-09-16 22:40 ` [PATCH 2/3] README: " Jon Mason
@ 2021-09-16 22:40 ` Jon Mason
  1 sibling, 0 replies; 6+ messages in thread
From: Jon Mason @ 2021-09-16 22:40 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Jon Mason <jdmason@kudzu.us>
---
 meta/conf/distro/include/maintainers.inc                      | 2 +-
 meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index e560ba39ddc1..8592de5a6682 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -4,7 +4,7 @@
 #
 # Please submit any patches against recipes in meta to the
 # OE-Core mail list (openembedded-core@lists.openembedded.org)
-# For recipes in meta-yocto please use the Poky list (poky@yoctoproject.org)
+# For recipes in meta-yocto please use the Poky list (poky@lists.yoctoproject.org)
 #
 # If you have problems with or questions about a particular recipe, feel
 # free to contact the maintainer directly (cc:ing the appropriate mailing list
diff --git a/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch b/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch
index 52986e61c796..d1835c7a108c 100644
--- a/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch
+++ b/meta/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch
@@ -400,7 +400,7 @@ Index: ldconfig-native-2.12.1/ldconfig.c
    return 0;
  }
  
-+#define REPORT_BUGS_TO "mailing list : poky@yoctoproject.org"
++#define REPORT_BUGS_TO "mailing list : poky@lists.yoctoproject.org"
  /* Print bug-reporting information in the help message.  */
  static char *
  more_help (int key, const char *text, void *input)
-- 
2.20.1


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

* Re: [OE-core] [PATCH 2/3] README: update mailing list address
  2021-09-16 22:40 ` [PATCH 2/3] README: " Jon Mason
@ 2021-09-17  0:08   ` Armin Kuster
  2021-09-17  3:29     ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Armin Kuster @ 2021-09-17  0:08 UTC (permalink / raw)
  To: Jon Mason, openembedded-core

If you are updating this, please check with Bruce on which  mail address
he prefers.

It may bounce from windriver.

-armin



On 9/16/21 3:40 PM, Jon Mason wrote:
> Signed-off-by: Jon Mason <jdmason@kudzu.us>
> ---
>  meta-yocto-bsp/README.hardware.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-yocto-bsp/README.hardware.md b/meta-yocto-bsp/README.hardware.md
> index 9803af006ae7..095815e1bca2 100644
> --- a/meta-yocto-bsp/README.hardware.md
> +++ b/meta-yocto-bsp/README.hardware.md
> @@ -37,7 +37,7 @@ variable value corresponding to the board is given in brackets.
>  Reference Board Maintenance
>  ===========================
>  
> -Send pull requests, patches, comments or questions about meta-yocto-bsps to poky@yoctoproject.org
> +Send pull requests, patches, comments or questions about meta-yocto-bsps to poky@lists.yoctoproject.org
>  
>  Maintainers: Kevin Hao <kexin.hao@windriver.com>
>               Bruce Ashfield <bruce.ashfield@windriver.com>
>
> 
>


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

* Re: [OE-core] [PATCH 2/3] README: update mailing list address
  2021-09-17  0:08   ` [OE-core] " Armin Kuster
@ 2021-09-17  3:29     ` Bruce Ashfield
  2021-09-17  6:29       ` Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Bruce Ashfield @ 2021-09-17  3:29 UTC (permalink / raw)
  To: Armin Kuster; +Cc: Jon Mason, Patches and discussions about the oe-core layer

On Thu, Sep 16, 2021 at 8:08 PM Armin Kuster <akuster808@gmail.com> wrote:
>
> If you are updating this, please check with Bruce on which  mail address
> he prefers.
>
> It may bounce from windriver.

It definitely will!

I noticed that when scanning the patch as well. I could have sworn I
grep'd and fixed all of those old addresses.

Jon: if you want, you could put in my gmail address, or I'll follow up
and do that.

>
> -armin
>
>
>
> On 9/16/21 3:40 PM, Jon Mason wrote:
> > Signed-off-by: Jon Mason <jdmason@kudzu.us>
> > ---
> >  meta-yocto-bsp/README.hardware.md | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-yocto-bsp/README.hardware.md b/meta-yocto-bsp/README.hardware.md
> > index 9803af006ae7..095815e1bca2 100644
> > --- a/meta-yocto-bsp/README.hardware.md
> > +++ b/meta-yocto-bsp/README.hardware.md
> > @@ -37,7 +37,7 @@ variable value corresponding to the board is given in brackets.
> >  Reference Board Maintenance
> >  ===========================
> >
> > -Send pull requests, patches, comments or questions about meta-yocto-bsps to poky@yoctoproject.org
> > +Send pull requests, patches, comments or questions about meta-yocto-bsps to poky@lists.yoctoproject.org
> >
> >  Maintainers: Kevin Hao <kexin.hao@windriver.com>
> >               Bruce Ashfield <bruce.ashfield@windriver.com>
> >
> >
> >
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

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

* Re: [OE-core] [PATCH 2/3] README: update mailing list address
  2021-09-17  3:29     ` Bruce Ashfield
@ 2021-09-17  6:29       ` Richard Purdie
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Purdie @ 2021-09-17  6:29 UTC (permalink / raw)
  To: Bruce Ashfield, Armin Kuster
  Cc: Jon Mason, Patches and discussions about the oe-core layer

On Thu, 2021-09-16 at 23:29 -0400, Bruce Ashfield wrote:
> On Thu, Sep 16, 2021 at 8:08 PM Armin Kuster <akuster808@gmail.com> wrote:
> > 
> > If you are updating this, please check with Bruce on which  mail address
> > he prefers.
> > 
> > It may bounce from windriver.
> 
> It definitely will!
> 
> I noticed that when scanning the patch as well. I could have sworn I
> grep'd and fixed all of those old addresses.
> 
> Jon: if you want, you could put in my gmail address, or I'll follow up
> and do that.

Well spotted, I'm also blind to these things. I've sorted Bruce's address.

Cheers,

Richard


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

end of thread, other threads:[~2021-09-17  6:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16 22:40 [PATCH 1/3] dev-manual: update mailing list address Jon Mason
2021-09-16 22:40 ` [PATCH 2/3] README: " Jon Mason
2021-09-17  0:08   ` [OE-core] " Armin Kuster
2021-09-17  3:29     ` Bruce Ashfield
2021-09-17  6:29       ` Richard Purdie
2021-09-16 22:40 ` [PATCH 3/3] Update " Jon Mason

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.