All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] matrix_gui: Update SRCREV
@ 2011-06-06 14:15 Jeff Lance
  2011-06-06 14:35 ` Paul Menzel
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Lance @ 2011-06-06 14:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jeff Lance

	* Adding arm only multimedia apps to am37x
	* Wifi updates to am37x, am180x
	* Adding to am180x, am37x, am35x, beagle:
		* Oprofile example

Signed-off-by  Jeff Lance   <j-lance1@ti.com>
---
 recipes/ti/matrix-gui-common_1.4.bb |    4 ++--
 recipes/ti/matrix-gui-e_1.3.bb      |    4 ++--
 recipes/ti/matrix-gui_1.3.bb        |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes/ti/matrix-gui-common_1.4.bb b/recipes/ti/matrix-gui-common_1.4.bb
index 6f7376d..0b4b25b 100644
--- a/recipes/ti/matrix-gui-common_1.4.bb
+++ b/recipes/ti/matrix-gui-common_1.4.bb
@@ -4,5 +4,5 @@ require matrix-gui-common.inc
 # prebuilt version in the repository.
 RRECOMMENDS_${PN} = "am-sysinfo"
 
-SRCREV = "249"
-PR = "${INC_PR}.10"
+SRCREV = "257"
+PR = "${INC_PR}.11"
diff --git a/recipes/ti/matrix-gui-e_1.3.bb b/recipes/ti/matrix-gui-e_1.3.bb
index 8f2df1c..a6eb17f 100644
--- a/recipes/ti/matrix-gui-e_1.3.bb
+++ b/recipes/ti/matrix-gui-e_1.3.bb
@@ -1,5 +1,5 @@
 require matrix-gui-e.inc
 
-SRCREV = "249"
-PR = "${INC_PR}.9"
+SRCREV = "257"
+PR = "${INC_PR}.10"
 
diff --git a/recipes/ti/matrix-gui_1.3.bb b/recipes/ti/matrix-gui_1.3.bb
index f7e56a3..51678df 100644
--- a/recipes/ti/matrix-gui_1.3.bb
+++ b/recipes/ti/matrix-gui_1.3.bb
@@ -1,4 +1,4 @@
 require matrix-gui.inc
 
-SRCREV = "249"
-PR = "${INC_PR}.5"
+SRCREV = "257"
+PR = "${INC_PR}.6"
-- 
1.7.0.4




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

* Re: [PATCH 1/1] matrix_gui: Update SRCREV
  2011-06-06 14:15 [PATCH 1/1] matrix_gui: Update SRCREV Jeff Lance
@ 2011-06-06 14:35 ` Paul Menzel
  2011-06-06 15:58   ` Jeff Lance
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Menzel @ 2011-06-06 14:35 UTC (permalink / raw)
  To: openembedded-devel

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

Dear Jeff,

Am Montag, den 06.06.2011, 09:15 -0500 schrieb Jeff Lance:

you can make the commit subject more informational by writing the
following.

	matrix_gui: Update SRCREV to revision 257

> 	* Adding arm only multimedia apps to am37x
> 	* Wifi updates to am37x, am180x
> 	* Adding to am180x, am37x, am35x, beagle:
> 		* Oprofile example

do you copy those lines from `git log`? `git log` adds indentation in
front of the commit message. Please use `git format-patch`.

> Signed-off-by  Jeff Lance   <j-lance1@ti.com>

A colon »:« is missing and it is formatting strangely. Please use the
option `-s`.

As I wrote often enough please make sure the From and Signed-off-by
field match.

> ---
>  recipes/ti/matrix-gui-common_1.4.bb |    4 ++--
>  recipes/ti/matrix-gui-e_1.3.bb      |    4 ++--
>  recipes/ti/matrix-gui_1.3.bb        |    4 ++--
>  3 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/recipes/ti/matrix-gui-common_1.4.bb b/recipes/ti/matrix-gui-common_1.4.bb
> index 6f7376d..0b4b25b 100644
> --- a/recipes/ti/matrix-gui-common_1.4.bb
> +++ b/recipes/ti/matrix-gui-common_1.4.bb
> @@ -4,5 +4,5 @@ require matrix-gui-common.inc
>  # prebuilt version in the repository.
>  RRECOMMENDS_${PN} = "am-sysinfo"
>  
> -SRCREV = "249"
> -PR = "${INC_PR}.10"
> +SRCREV = "257"

Would it be beneficial to add `SRCREV` to `matrix-gui.inc` and require
that everywhere?

> +PR = "${INC_PR}.11"
> diff --git a/recipes/ti/matrix-gui-e_1.3.bb b/recipes/ti/matrix-gui-e_1.3.bb
> index 8f2df1c..a6eb17f 100644
> --- a/recipes/ti/matrix-gui-e_1.3.bb
> +++ b/recipes/ti/matrix-gui-e_1.3.bb
> @@ -1,5 +1,5 @@
>  require matrix-gui-e.inc
>  
> -SRCREV = "249"
> -PR = "${INC_PR}.9"
> +SRCREV = "257"
> +PR = "${INC_PR}.10"
>  
> diff --git a/recipes/ti/matrix-gui_1.3.bb b/recipes/ti/matrix-gui_1.3.bb
> index f7e56a3..51678df 100644
> --- a/recipes/ti/matrix-gui_1.3.bb
> +++ b/recipes/ti/matrix-gui_1.3.bb
> @@ -1,4 +1,4 @@
>  require matrix-gui.inc
>  
> -SRCREV = "249"
> -PR = "${INC_PR}.5"
> +SRCREV = "257"
> +PR = "${INC_PR}.6"

Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>

I did not build or runtest though.


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [PATCH 1/1] matrix_gui: Update SRCREV
  2011-06-06 14:35 ` Paul Menzel
@ 2011-06-06 15:58   ` Jeff Lance
  2011-06-07 18:44     ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Lance @ 2011-06-06 15:58 UTC (permalink / raw)
  To: openembedded-devel

Paul,

Thanks for the help. I will use -s now. Previously I was hand typing in the
commit message.
I will resubmit a corrected version of this patch.

Jeff Lance

On Mon, Jun 6, 2011 at 9:35 AM, Paul Menzel <
paulepanter@users.sourceforge.net> wrote:

> Dear Jeff,
>
> Am Montag, den 06.06.2011, 09:15 -0500 schrieb Jeff Lance:
>
> you can make the commit subject more informational by writing the
> following.
>
>        matrix_gui: Update SRCREV to revision 257
>
> >       * Adding arm only multimedia apps to am37x
> >       * Wifi updates to am37x, am180x
> >       * Adding to am180x, am37x, am35x, beagle:
> >               * Oprofile example
>
> do you copy those lines from `git log`? `git log` adds indentation in
> front of the commit message. Please use `git format-patch`.
>
> > Signed-off-by  Jeff Lance   <j-lance1@ti.com>
>
> A colon »:« is missing and it is formatting strangely. Please use the
> option `-s`.
>
> As I wrote often enough please make sure the From and Signed-off-by
> field match.
>
> > ---
> >  recipes/ti/matrix-gui-common_1.4.bb |    4 ++--
> >  recipes/ti/matrix-gui-e_1.3.bb      |    4 ++--
> >  recipes/ti/matrix-gui_1.3.bb        |    4 ++--
> >  3 files changed, 6 insertions(+), 6 deletions(-)
> >
> > diff --git a/recipes/ti/matrix-gui-common_1.4.bb b/recipes/ti/
> matrix-gui-common_1.4.bb
> > index 6f7376d..0b4b25b 100644
> > --- a/recipes/ti/matrix-gui-common_1.4.bb
> > +++ b/recipes/ti/matrix-gui-common_1.4.bb
> > @@ -4,5 +4,5 @@ require matrix-gui-common.inc
> >  # prebuilt version in the repository.
> >  RRECOMMENDS_${PN} = "am-sysinfo"
> >
> > -SRCREV = "249"
> > -PR = "${INC_PR}.10"
> > +SRCREV = "257"
>
> Would it be beneficial to add `SRCREV` to `matrix-gui.inc` and require
> that everywhere?
>
> > +PR = "${INC_PR}.11"
> > diff --git a/recipes/ti/matrix-gui-e_1.3.bb b/recipes/ti/
> matrix-gui-e_1.3.bb
> > index 8f2df1c..a6eb17f 100644
> > --- a/recipes/ti/matrix-gui-e_1.3.bb
> > +++ b/recipes/ti/matrix-gui-e_1.3.bb
> > @@ -1,5 +1,5 @@
> >  require matrix-gui-e.inc
> >
> > -SRCREV = "249"
> > -PR = "${INC_PR}.9"
> > +SRCREV = "257"
> > +PR = "${INC_PR}.10"
> >
> > diff --git a/recipes/ti/matrix-gui_1.3.bb b/recipes/ti/matrix-gui_1.3.bb
> > index f7e56a3..51678df 100644
> > --- a/recipes/ti/matrix-gui_1.3.bb
> > +++ b/recipes/ti/matrix-gui_1.3.bb
> > @@ -1,4 +1,4 @@
> >  require matrix-gui.inc
> >
> > -SRCREV = "249"
> > -PR = "${INC_PR}.5"
> > +SRCREV = "257"
> > +PR = "${INC_PR}.6"
>
> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
>
> I did not build or runtest though.
>
>
> Thanks,
>
> Paul
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>


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

* Re: [PATCH 1/1] matrix_gui: Update SRCREV
  2011-06-06 15:58   ` Jeff Lance
@ 2011-06-07 18:44     ` Denys Dmytriyenko
  2011-06-07 21:00       ` different addresses in author/From and Signed-off-by (was: [PATCH 1/1] matrix_gui: Update SRCREV) Paul Menzel
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2011-06-07 18:44 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Jun 06, 2011 at 10:58:57AM -0500, Jeff Lance wrote:
> Paul,
> 
> Thanks for the help. I will use -s now. Previously I was hand typing in the
> commit message.
> I will resubmit a corrected version of this patch.

I agree with all Paul's comments, except the one requiring From and SoB fields 
to match - in some cases it's not possible, especially when people try to 
avoid inline patches being mangled by corporate mail servers...

-- 
Denys

> On Mon, Jun 6, 2011 at 9:35 AM, Paul Menzel <
> paulepanter@users.sourceforge.net> wrote:
> 
> > Dear Jeff,
> >
> > Am Montag, den 06.06.2011, 09:15 -0500 schrieb Jeff Lance:
> >
> > you can make the commit subject more informational by writing the
> > following.
> >
> >        matrix_gui: Update SRCREV to revision 257
> >
> > >       * Adding arm only multimedia apps to am37x
> > >       * Wifi updates to am37x, am180x
> > >       * Adding to am180x, am37x, am35x, beagle:
> > >               * Oprofile example
> >
> > do you copy those lines from `git log`? `git log` adds indentation in
> > front of the commit message. Please use `git format-patch`.
> >
> > > Signed-off-by  Jeff Lance   <j-lance1@ti.com>
> >
> > A colon ?:? is missing and it is formatting strangely. Please use the
> > option `-s`.
> >
> > As I wrote often enough please make sure the From and Signed-off-by
> > field match.
> >
> > > ---
> > >  recipes/ti/matrix-gui-common_1.4.bb |    4 ++--
> > >  recipes/ti/matrix-gui-e_1.3.bb      |    4 ++--
> > >  recipes/ti/matrix-gui_1.3.bb        |    4 ++--
> > >  3 files changed, 6 insertions(+), 6 deletions(-)
> > >
> > > diff --git a/recipes/ti/matrix-gui-common_1.4.bb b/recipes/ti/
> > matrix-gui-common_1.4.bb
> > > index 6f7376d..0b4b25b 100644
> > > --- a/recipes/ti/matrix-gui-common_1.4.bb
> > > +++ b/recipes/ti/matrix-gui-common_1.4.bb
> > > @@ -4,5 +4,5 @@ require matrix-gui-common.inc
> > >  # prebuilt version in the repository.
> > >  RRECOMMENDS_${PN} = "am-sysinfo"
> > >
> > > -SRCREV = "249"
> > > -PR = "${INC_PR}.10"
> > > +SRCREV = "257"
> >
> > Would it be beneficial to add `SRCREV` to `matrix-gui.inc` and require
> > that everywhere?
> >
> > > +PR = "${INC_PR}.11"
> > > diff --git a/recipes/ti/matrix-gui-e_1.3.bb b/recipes/ti/
> > matrix-gui-e_1.3.bb
> > > index 8f2df1c..a6eb17f 100644
> > > --- a/recipes/ti/matrix-gui-e_1.3.bb
> > > +++ b/recipes/ti/matrix-gui-e_1.3.bb
> > > @@ -1,5 +1,5 @@
> > >  require matrix-gui-e.inc
> > >
> > > -SRCREV = "249"
> > > -PR = "${INC_PR}.9"
> > > +SRCREV = "257"
> > > +PR = "${INC_PR}.10"
> > >
> > > diff --git a/recipes/ti/matrix-gui_1.3.bb b/recipes/ti/matrix-gui_1.3.bb
> > > index f7e56a3..51678df 100644
> > > --- a/recipes/ti/matrix-gui_1.3.bb
> > > +++ b/recipes/ti/matrix-gui_1.3.bb
> > > @@ -1,4 +1,4 @@
> > >  require matrix-gui.inc
> > >
> > > -SRCREV = "249"
> > > -PR = "${INC_PR}.5"
> > > +SRCREV = "257"
> > > +PR = "${INC_PR}.6"
> >
> > Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
> >
> > I did not build or runtest though.
> >
> >
> > Thanks,
> >
> > Paul
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >
> >
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* different addresses in author/From and Signed-off-by (was: [PATCH 1/1] matrix_gui: Update SRCREV)
  2011-06-07 18:44     ` Denys Dmytriyenko
@ 2011-06-07 21:00       ` Paul Menzel
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Menzel @ 2011-06-07 21:00 UTC (permalink / raw)
  To: openembedded-devel

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

Am Dienstag, den 07.06.2011, 14:44 -0400 schrieb Denys Dmytriyenko:

[…]

> I agree with all Paul's comments, except the one requiring From and SoB fields 
> to match - in some cases it's not possible, especially when people try to 
> avoid inline patches being mangled by corporate mail servers...

Easy enough. Just add

From: Jeff Lance <j-lance1@ti.com>

to the beginning of the message and `git am` will take this for the
author field.

        $ git help am
        […]
                "From: " and "Subject: " lines starting the body override the
               respective commit author name and title values taken from the headers.
        […]

I do not know where this can be configured, but it should be.


Thanks,

Paul

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2011-06-07 21:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 14:15 [PATCH 1/1] matrix_gui: Update SRCREV Jeff Lance
2011-06-06 14:35 ` Paul Menzel
2011-06-06 15:58   ` Jeff Lance
2011-06-07 18:44     ` Denys Dmytriyenko
2011-06-07 21:00       ` different addresses in author/From and Signed-off-by (was: [PATCH 1/1] matrix_gui: Update SRCREV) Paul Menzel

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.