All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] multiprocmgr: Update to new verison 3.0.1.0
@ 2016-03-03 22:51 Sam Nelson
  2016-03-04 21:44 ` Stiffler, Jacob
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Nelson @ 2016-03-03 22:51 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Sam Nelson <sam.nelson@ti.com>

---
Note:
The changes in this version needs corresponding
change in kernel version and hence need to be
coordinated

---
---
 recipes-ti/multiprocmgr/multiprocmgr.inc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc
index 122ac0f..915ac7a 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr.inc
+++ b/recipes-ti/multiprocmgr/multiprocmgr.inc
@@ -8,11 +8,11 @@ MULTIPROCMGR_GIT_URI = "git://git.ti.com/keystone-linux/multi-proc-manager.git"
 MULTIPROCMGR_GIT_PROTOCOL = "git"
 MULTIPROCMGR_GIT_BRANCH = "master"
 
-# The following commits correspond to DEV.MPM-3.00.00.02
-MULTIPROCMGR_SRCREV = "319c6cfe15054df08eb70cbedc99a88dd5a06cda"
+# The following commits correspond to DEV.MPM-3.00.01.00
+MULTIPROCMGR_SRCREV = ""
 
-PV = "3.0.0.2"
-INC_PR = "r2"
+PV = "3.0.1.0"
+INC_PR = "r0"
 
 BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"
 SRC_URI = "${MULTIPROCMGR_GIT_URI};protocol=${MULTIPROCMGR_GIT_PROTOCOL};branch=${BRANCH}"
-- 
1.9.1



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

* Re: [PATCH] multiprocmgr: Update to new verison 3.0.1.0
  2016-03-03 22:51 [PATCH] multiprocmgr: Update to new verison 3.0.1.0 Sam Nelson
@ 2016-03-04 21:44 ` Stiffler, Jacob
  2016-03-04 21:48   ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Stiffler, Jacob @ 2016-03-04 21:44 UTC (permalink / raw)
  To: Nelson, Sam, meta-ti

The SRCREV was removed by this patch!

> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Nelson, Sam
> Sent: Thursday, March 03, 2016 5:52 PM
> To: meta-ti@yoctoproject.org
> Subject: [meta-ti] [PATCH] multiprocmgr: Update to new verison 3.0.1.0
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> 
> ---
> Note:
> The changes in this version needs corresponding
> change in kernel version and hence need to be
> coordinated
> 
> ---
> ---
>  recipes-ti/multiprocmgr/multiprocmgr.inc | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-
> ti/multiprocmgr/multiprocmgr.inc
> index 122ac0f..915ac7a 100644
> --- a/recipes-ti/multiprocmgr/multiprocmgr.inc
> +++ b/recipes-ti/multiprocmgr/multiprocmgr.inc
> @@ -8,11 +8,11 @@ MULTIPROCMGR_GIT_URI = "git://git.ti.com/keystone-
> linux/multi-proc-manager.git"
>  MULTIPROCMGR_GIT_PROTOCOL = "git"
>  MULTIPROCMGR_GIT_BRANCH = "master"
> 
> -# The following commits correspond to DEV.MPM-3.00.00.02
> -MULTIPROCMGR_SRCREV = "319c6cfe15054df08eb70cbedc99a88dd5a06cda"
> +# The following commits correspond to DEV.MPM-3.00.01.00
> +MULTIPROCMGR_SRCREV = ""
^^^^^^^^^^^^


> 
> -PV = "3.0.0.2"
> -INC_PR = "r2"
> +PV = "3.0.1.0"
> +INC_PR = "r0"
> 
>  BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"
>  SRC_URI =
> "${MULTIPROCMGR_GIT_URI};protocol=${MULTIPROCMGR_GIT_PROTOCOL};
> branch=${BRANCH}"
> --
> 1.9.1
> 
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH] multiprocmgr: Update to new verison 3.0.1.0
  2016-03-04 21:44 ` Stiffler, Jacob
@ 2016-03-04 21:48   ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2016-03-04 21:48 UTC (permalink / raw)
  To: Stiffler, Jacob; +Cc: meta-ti

Heh, good catch - I totally missed the empty SRCREV, as it was hidden behind 
the very descriptive DEV tag... :)

-- 
Denys


On Fri, Mar 04, 2016 at 09:44:56PM +0000, Stiffler, Jacob wrote:
> The SRCREV was removed by this patch!
> 
> > -----Original Message-----
> > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > bounces@yoctoproject.org] On Behalf Of Nelson, Sam
> > Sent: Thursday, March 03, 2016 5:52 PM
> > To: meta-ti@yoctoproject.org
> > Subject: [meta-ti] [PATCH] multiprocmgr: Update to new verison 3.0.1.0
> > 
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > 
> > ---
> > Note:
> > The changes in this version needs corresponding
> > change in kernel version and hence need to be
> > coordinated
> > 
> > ---
> > ---
> >  recipes-ti/multiprocmgr/multiprocmgr.inc | 8 ++++----
> >  1 file changed, 4 insertions(+), 4 deletions(-)
> > 
> > diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-
> > ti/multiprocmgr/multiprocmgr.inc
> > index 122ac0f..915ac7a 100644
> > --- a/recipes-ti/multiprocmgr/multiprocmgr.inc
> > +++ b/recipes-ti/multiprocmgr/multiprocmgr.inc
> > @@ -8,11 +8,11 @@ MULTIPROCMGR_GIT_URI = "git://git.ti.com/keystone-
> > linux/multi-proc-manager.git"
> >  MULTIPROCMGR_GIT_PROTOCOL = "git"
> >  MULTIPROCMGR_GIT_BRANCH = "master"
> > 
> > -# The following commits correspond to DEV.MPM-3.00.00.02
> > -MULTIPROCMGR_SRCREV = "319c6cfe15054df08eb70cbedc99a88dd5a06cda"
> > +# The following commits correspond to DEV.MPM-3.00.01.00
> > +MULTIPROCMGR_SRCREV = ""
> ^^^^^^^^^^^^
> 
> 
> > 
> > -PV = "3.0.0.2"
> > -INC_PR = "r2"
> > +PV = "3.0.1.0"
> > +INC_PR = "r0"
> > 
> >  BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"
> >  SRC_URI =
> > "${MULTIPROCMGR_GIT_URI};protocol=${MULTIPROCMGR_GIT_PROTOCOL};
> > branch=${BRANCH}"
> > --
> > 1.9.1
> > 
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2016-03-04 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-03 22:51 [PATCH] multiprocmgr: Update to new verison 3.0.1.0 Sam Nelson
2016-03-04 21:44 ` Stiffler, Jacob
2016-03-04 21:48   ` Denys Dmytriyenko

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.