All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] matrix-gui: Bump up SRCREV
@ 2011-04-14 11:57 Chase Maupin
  2011-04-14 12:58 ` Paul Menzel
  0 siblings, 1 reply; 4+ messages in thread
From: Chase Maupin @ 2011-04-14 11:57 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jeff Lance

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

* Bump up SRCREV
  * add am389x platform support
  * am1808 add correct instructions for running profibus demo

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 04cdb2f..d436044 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 = "243"
-PR = "${INC_PR}.8"
+SRCREV = "245"
+PR = "${INC_PR}.9"
diff --git a/recipes/ti/matrix-gui-e_1.3.bb b/recipes/ti/matrix-gui-e_1.3.bb
index 4519437..fb7e4b3 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 = "243"
-PR = "${INC_PR}.7"
+SRCREV = "245"
+PR = "${INC_PR}.8"
 
diff --git a/recipes/ti/matrix-gui_1.3.bb b/recipes/ti/matrix-gui_1.3.bb
index 727aca1..2c38fc3 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 = "243"
-PR = "${INC_PR}.3"
+SRCREV = "245"
+PR = "${INC_PR}.4"
-- 
1.7.0.4




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

* Re: [PATCH 1/1] matrix-gui: Bump up SRCREV
  2011-04-14 11:57 [PATCH 1/1] matrix-gui: Bump up SRCREV Chase Maupin
@ 2011-04-14 12:58 ` Paul Menzel
  2011-04-14 20:05   ` Maupin, Chase
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Menzel @ 2011-04-14 12:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jeff Lance

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

Dear Chase, dear Jeff,


Am Donnerstag, den 14.04.2011, 06:57 -0500 schrieb Chase Maupin:
> From: Jeff Lance <j-lance1@ti.com>
> 
> * Bump up SRCREV
>   * add am389x platform support
>   * am1808 add correct instructions for running profibus demo
> 
> 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 04cdb2f..d436044 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 = "243"
> -PR = "${INC_PR}.8"
> +SRCREV = "245"
> +PR = "${INC_PR}.9"
> diff --git a/recipes/ti/matrix-gui-e_1.3.bb b/recipes/ti/matrix-gui-e_1.3.bb
> index 4519437..fb7e4b3 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 = "243"
> -PR = "${INC_PR}.7"
> +SRCREV = "245"
> +PR = "${INC_PR}.8"
>  
> diff --git a/recipes/ti/matrix-gui_1.3.bb b/recipes/ti/matrix-gui_1.3.bb
> index 727aca1..2c38fc3 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 = "243"
> -PR = "${INC_PR}.3"
> +SRCREV = "245"
> +PR = "${INC_PR}.4"

is the bump of `PR` needed? Is not the increment of `SRCREV` implying
that already?


Thanks,

Paul

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

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

* Re: [PATCH 1/1] matrix-gui: Bump up SRCREV
  2011-04-14 12:58 ` Paul Menzel
@ 2011-04-14 20:05   ` Maupin, Chase
  0 siblings, 0 replies; 4+ messages in thread
From: Maupin, Chase @ 2011-04-14 20:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Lance, Jeff

> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Paul Menzel
> Sent: Thursday, April 14, 2011 7:58 AM
> To: openembedded-devel@lists.openembedded.org
> Cc: Lance, Jeff
> Subject: Re: [oe] [PATCH 1/1] matrix-gui: Bump up SRCREV
> 
> Dear Chase, dear Jeff,
> 
> 
> Am Donnerstag, den 14.04.2011, 06:57 -0500 schrieb Chase Maupin:
> > From: Jeff Lance <j-lance1@ti.com>
> >
> > * Bump up SRCREV
> >   * add am389x platform support
> >   * am1808 add correct instructions for running profibus demo
> >
> > 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 04cdb2f..d436044 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 = "243"
> > -PR = "${INC_PR}.8"
> > +SRCREV = "245"
> > +PR = "${INC_PR}.9"
> > diff --git a/recipes/ti/matrix-gui-e_1.3.bb b/recipes/ti/matrix-gui-
> e_1.3.bb
> > index 4519437..fb7e4b3 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 = "243"
> > -PR = "${INC_PR}.7"
> > +SRCREV = "245"
> > +PR = "${INC_PR}.8"
> >
> > diff --git a/recipes/ti/matrix-gui_1.3.bb b/recipes/ti/matrix-gui_1.3.bb
> > index 727aca1..2c38fc3 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 = "243"
> > -PR = "${INC_PR}.3"
> > +SRCREV = "245"
> > +PR = "${INC_PR}.4"
> 
> is the bump of `PR` needed? Is not the increment of `SRCREV` implying
> that already?

The SRCREV is not used as part of the PR value, so without this bump incremental builds would not see this as needing a rebuild.

> 
> 
> Thanks,
> 
> Paul

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

* [PATCH 1/1] matrix-gui: Bump up SRCREV
@ 2011-03-26 20:38 Jeff Lance
  0 siblings, 0 replies; 4+ messages in thread
From: Jeff Lance @ 2011-03-26 20:38 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jeff Lance

* Bump up SRCREV to bring in mods on am180x and other platforms
	* am180x: Automated Wifi
	* am181x, am180x, omap-l138, dm368: Removing TI SVG icons as they were found to slow down update performance
	* am180x: Fixing PRU EDMA example
        * pulling in addtional mods from other platforms
		* omap-l138
                * dm368
                * dm3730
                * ti814x
                * ti816x

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 609a16a..29d6b3e 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 = "222"
-PR = "${INC_PR}.6"
+SRCREV = "242"
+PR = "${INC_PR}.7"
diff --git a/recipes/ti/matrix-gui-e_1.3.bb b/recipes/ti/matrix-gui-e_1.3.bb
index c75470b..00aeb42 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 = "222"
-PR = "${INC_PR}.5"
+SRCREV = "242"
+PR = "${INC_PR}.6"
 
diff --git a/recipes/ti/matrix-gui_1.3.bb b/recipes/ti/matrix-gui_1.3.bb
index 98a03b4..ddcb15a 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 = "222"
-PR = "${INC_PR}.1"
+SRCREV = "242"
+PR = "${INC_PR}.2"
-- 
1.6.3.3




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

end of thread, other threads:[~2011-04-14 20:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-14 11:57 [PATCH 1/1] matrix-gui: Bump up SRCREV Chase Maupin
2011-04-14 12:58 ` Paul Menzel
2011-04-14 20:05   ` Maupin, Chase
  -- strict thread matches above, loose matches on Subject: below --
2011-03-26 20:38 Jeff Lance

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.