Message ID | 20240328-yocto-patches-v1-2-1124fa0bc532@theobroma-systems.com |
---|---|
State | New, archived |
Headers | show |
Series | new yocto-patches ML + some typo/syntax fixes | expand |
Hi Quentin Thanks for the patch! On 3/28/24 at 16:07, Quentin Schulz wrote: > From: Quentin Schulz <quentin.schulz@theobroma-systems.com> > > There's a new yocto-patches mailing list available for all layers that > do not have their own mailing list. > > c.f. https://lists.yoctoproject.org/g/yocto/topic/105197684 > > Cc: Quentin Schulz <foss+yocto@0leil.net> > Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> > --- > documentation/contributor-guide/submit-changes.rst | 2 +- > documentation/ref-manual/resources.rst | 3 +++ > 2 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst > index 95728c25c..b5a6e4240 100644 > --- a/documentation/contributor-guide/submit-changes.rst > +++ b/documentation/contributor-guide/submit-changes.rst > @@ -407,7 +407,7 @@ varies by component: > > For changes to other layers and tools hosted in the Yocto Project source > repositories (i.e. :yocto_git:`git.yoctoproject.org <>`), use the > -:yocto_lists:`yocto </g/yocto/>` general mailing list. > +:yocto_lists:`yocto-patches </g/yocto-patches/>` general mailing list. > > For changes to other layers hosted in the OpenEmbedded source > repositories (i.e. :oe_git:`git.openembedded.org <>`), use > diff --git a/documentation/ref-manual/resources.rst b/documentation/ref-manual/resources.rst > index 8e54ac87c..8ffc4ca1e 100644 > --- a/documentation/ref-manual/resources.rst > +++ b/documentation/ref-manual/resources.rst > @@ -66,6 +66,9 @@ instructions: > - :yocto_lists:`/g/yocto` --- general Yocto Project > discussion mailing list. > > +- :yocto_lists:`/g/yocto-patches` --- patch contibrution mailing list for Yocto s/contibrution/contribution/ I fixed this by myself. Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Merged into master-next. Thanks again! Michael.
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index 95728c25c..b5a6e4240 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst @@ -407,7 +407,7 @@ varies by component: For changes to other layers and tools hosted in the Yocto Project source repositories (i.e. :yocto_git:`git.yoctoproject.org <>`), use the -:yocto_lists:`yocto </g/yocto/>` general mailing list. +:yocto_lists:`yocto-patches </g/yocto-patches/>` general mailing list. For changes to other layers hosted in the OpenEmbedded source repositories (i.e. :oe_git:`git.openembedded.org <>`), use diff --git a/documentation/ref-manual/resources.rst b/documentation/ref-manual/resources.rst index 8e54ac87c..8ffc4ca1e 100644 --- a/documentation/ref-manual/resources.rst +++ b/documentation/ref-manual/resources.rst @@ -66,6 +66,9 @@ instructions: - :yocto_lists:`/g/yocto` --- general Yocto Project discussion mailing list. +- :yocto_lists:`/g/yocto-patches` --- patch contibrution mailing list for Yocto + Project-related layers which do not have their own mailing list. + - :oe_lists:`/g/openembedded-core` --- discussion mailing list about OpenEmbedded-Core (the core metadata).