All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-demos][PATCH] README: include info to send patches
@ 2013-01-24 15:17 Leonardo Sandoval
  2013-01-24 16:56 ` Fabio Estevam
  2013-01-24 21:02 ` Otavio Salvador
  0 siblings, 2 replies; 7+ messages in thread
From: Leonardo Sandoval @ 2013-01-24 15:17 UTC (permalink / raw)
  To: meta-freescale


Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
---
 README |   17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 9392372..84d1568 100644
--- a/README
+++ b/README
@@ -24,5 +24,18 @@ Contributing
 To contribute to this layer you should send the patches for review to
 the mailing list.
 
-Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
-Source code: https://github.com/Freescale/meta-fsl-demos
+Mailing list:
+
+    https://lists.yoctoproject.org/listinfo/meta-freescale
+
+Source code:
+
+    https://github.com/Freescale/meta-fsl-demos
+
+When creating a patch of the last commit, use
+
+    git format-patch -s --subject-prefix='meta-fsl-demos][PATCH' -1
+
+To send it to the community, use
+
+    git send-email --to meta-freescale@yoctoproject.org <generated patch>
-- 
1.7.9.5




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

* Re: [meta-fsl-demos][PATCH] README: include info to send patches
  2013-01-24 15:17 [meta-fsl-demos][PATCH] README: include info to send patches Leonardo Sandoval
@ 2013-01-24 16:56 ` Fabio Estevam
  2013-01-24 18:07   ` Eric Bénard
                     ` (2 more replies)
  2013-01-24 21:02 ` Otavio Salvador
  1 sibling, 3 replies; 7+ messages in thread
From: Fabio Estevam @ 2013-01-24 16:56 UTC (permalink / raw)
  To: Leonardo Sandoval; +Cc: meta-freescale

On Thu, Jan 24, 2013 at 1:17 PM, Leonardo Sandoval
<leonardo.sandoval@freescale.com> wrote:
>
> Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
> ---
>  README |   17 +++++++++++++++--
>  1 file changed, 15 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index 9392372..84d1568 100644
> --- a/README
> +++ b/README
> @@ -24,5 +24,18 @@ Contributing
>  To contribute to this layer you should send the patches for review to
>  the mailing list.
>
> -Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
> -Source code: https://github.com/Freescale/meta-fsl-demos
> +Mailing list:
> +
> +    https://lists.yoctoproject.org/listinfo/meta-freescale
> +
> +Source code:
> +
> +    https://github.com/Freescale/meta-fsl-demos

I sent a patch yesterday that changed this to point to the Yocto main git.


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

* Re: [meta-fsl-demos][PATCH] README: include info to send patches
  2013-01-24 16:56 ` Fabio Estevam
@ 2013-01-24 18:07   ` Eric Bénard
  2013-01-24 18:12   ` Sandoval Gonzalez Leonardo-B42214
  2013-01-24 18:58   ` Sandoval Gonzalez Leonardo-B42214
  2 siblings, 0 replies; 7+ messages in thread
From: Eric Bénard @ 2013-01-24 18:07 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale

Hi Fabio,

Le Thu, 24 Jan 2013 14:56:10 -0200,
Fabio Estevam <festevam@gmail.com> a écrit :

> On Thu, Jan 24, 2013 at 1:17 PM, Leonardo Sandoval
> <leonardo.sandoval@freescale.com> wrote:
> >
> > Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
> > ---
> >  README |   17 +++++++++++++++--
> >  1 file changed, 15 insertions(+), 2 deletions(-)
> >
> > diff --git a/README b/README
> > index 9392372..84d1568 100644
> > --- a/README
> > +++ b/README
> > @@ -24,5 +24,18 @@ Contributing
> >  To contribute to this layer you should send the patches for review to
> >  the mailing list.
> >
> > -Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
> > -Source code: https://github.com/Freescale/meta-fsl-demos
> > +Mailing list:
> > +
> > +    https://lists.yoctoproject.org/listinfo/meta-freescale
> > +
> > +Source code:
> > +
> > +    https://github.com/Freescale/meta-fsl-demos
> 
> I sent a patch yesterday that changed this to point to the Yocto main git.

true but meta-fsl-demos is not on Yocto ;-)

Eric


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

* Re: [meta-fsl-demos][PATCH] README: include info to send patches
  2013-01-24 16:56 ` Fabio Estevam
  2013-01-24 18:07   ` Eric Bénard
@ 2013-01-24 18:12   ` Sandoval Gonzalez Leonardo-B42214
  2013-01-24 18:58   ` Sandoval Gonzalez Leonardo-B42214
  2 siblings, 0 replies; 7+ messages in thread
From: Sandoval Gonzalez Leonardo-B42214 @ 2013-01-24 18:12 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale

Hi Fabio,

you are right, I will resend this patch.

Leo
________________________________________
From: Fabio Estevam [festevam@gmail.com]
Sent: Thursday, January 24, 2013 10:56 AM
To: Sandoval Gonzalez Leonardo-B42214
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] [meta-fsl-demos][PATCH] README: include info to send patches

On Thu, Jan 24, 2013 at 1:17 PM, Leonardo Sandoval
<leonardo.sandoval@freescale.com> wrote:
>
> Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
> ---
>  README |   17 +++++++++++++++--
>  1 file changed, 15 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index 9392372..84d1568 100644
> --- a/README
> +++ b/README
> @@ -24,5 +24,18 @@ Contributing
>  To contribute to this layer you should send the patches for review to
>  the mailing list.
>
> -Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
> -Source code: https://github.com/Freescale/meta-fsl-demos
> +Mailing list:
> +
> +    https://lists.yoctoproject.org/listinfo/meta-freescale
> +
> +Source code:
> +
> +    https://github.com/Freescale/meta-fsl-demos

I sent a patch yesterday that changed this to point to the Yocto main git.




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

* Re: [meta-fsl-demos][PATCH] README: include info to send patches
  2013-01-24 16:56 ` Fabio Estevam
  2013-01-24 18:07   ` Eric Bénard
  2013-01-24 18:12   ` Sandoval Gonzalez Leonardo-B42214
@ 2013-01-24 18:58   ` Sandoval Gonzalez Leonardo-B42214
  2013-01-24 19:46     ` Fabio Estevam
  2 siblings, 1 reply; 7+ messages in thread
From: Sandoval Gonzalez Leonardo-B42214 @ 2013-01-24 18:58 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: meta-freescale

Hi Fabio,

my patch is correct, the main and only git repo of meta-fsl-demos is on Github, so the link to source code is correct.

Leo
________________________________________
From: Fabio Estevam [festevam@gmail.com]
Sent: Thursday, January 24, 2013 10:56 AM
To: Sandoval Gonzalez Leonardo-B42214
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] [meta-fsl-demos][PATCH] README: include info to send patches

On Thu, Jan 24, 2013 at 1:17 PM, Leonardo Sandoval
<leonardo.sandoval@freescale.com> wrote:
>
> Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>
> ---
>  README |   17 +++++++++++++++--
>  1 file changed, 15 insertions(+), 2 deletions(-)
>
> diff --git a/README b/README
> index 9392372..84d1568 100644
> --- a/README
> +++ b/README
> @@ -24,5 +24,18 @@ Contributing
>  To contribute to this layer you should send the patches for review to
>  the mailing list.
>
> -Mailing list: https://lists.yoctoproject.org/listinfo/meta-freescale
> -Source code: https://github.com/Freescale/meta-fsl-demos
> +Mailing list:
> +
> +    https://lists.yoctoproject.org/listinfo/meta-freescale
> +
> +Source code:
> +
> +    https://github.com/Freescale/meta-fsl-demos

I sent a patch yesterday that changed this to point to the Yocto main git.




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

* Re: [meta-fsl-demos][PATCH] README: include info to send patches
  2013-01-24 18:58   ` Sandoval Gonzalez Leonardo-B42214
@ 2013-01-24 19:46     ` Fabio Estevam
  0 siblings, 0 replies; 7+ messages in thread
From: Fabio Estevam @ 2013-01-24 19:46 UTC (permalink / raw)
  To: Sandoval Gonzalez Leonardo-B42214; +Cc: meta-freescale

On Thu, Jan 24, 2013 at 4:58 PM, Sandoval Gonzalez Leonardo-B42214
<B42214@freescale.com> wrote:
> Hi Fabio,
>
> my patch is correct, the main and only git repo of meta-fsl-demos is on Github, so the link to source code is correct.

Yes, that's true. It was my confusion.


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

* Re: [meta-fsl-demos][PATCH] README: include info to send patches
  2013-01-24 15:17 [meta-fsl-demos][PATCH] README: include info to send patches Leonardo Sandoval
  2013-01-24 16:56 ` Fabio Estevam
@ 2013-01-24 21:02 ` Otavio Salvador
  1 sibling, 0 replies; 7+ messages in thread
From: Otavio Salvador @ 2013-01-24 21:02 UTC (permalink / raw)
  To: Leonardo Sandoval; +Cc: meta-freescale

On Thu, Jan 24, 2013 at 1:17 PM, Leonardo Sandoval
<leonardo.sandoval@freescale.com> wrote:
>
> Signed-off-by: Leonardo Sandoval <leonardo.sandoval@freescale.com>

Applied to danny and master.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


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

end of thread, other threads:[~2013-01-24 21:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-24 15:17 [meta-fsl-demos][PATCH] README: include info to send patches Leonardo Sandoval
2013-01-24 16:56 ` Fabio Estevam
2013-01-24 18:07   ` Eric Bénard
2013-01-24 18:12   ` Sandoval Gonzalez Leonardo-B42214
2013-01-24 18:58   ` Sandoval Gonzalez Leonardo-B42214
2013-01-24 19:46     ` Fabio Estevam
2013-01-24 21:02 ` Otavio Salvador

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.