All of lore.kernel.org
 help / color / mirror / Atom feed
* Sam Nelson : multiprocmgr: Update to new version 3.0.2.0
@ 2016-12-19 23:19 Arago Project git
  0 siblings, 0 replies; 3+ messages in thread
From: Arago Project git @ 2016-12-19 23:19 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: morty
Commit: 9740942a7ba1405285ea2708fb5df81f32e1dfb7
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=9740942a7ba1405285ea2708fb5df81f32e1dfb7

Author: Sam Nelson <sam.nelson@ti.com>
Date:   Sat Dec 17 04:40:18 2016 +0000

multiprocmgr: Update to new version 3.0.2.0

This version add dependce on CMEM

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

---

 recipes-ti/multiprocmgr/multiprocmgr.inc    |    6 +++---
 recipes-ti/multiprocmgr/multiprocmgr_git.bb |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc
index 9c134c4..b8bbb56 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr.inc
+++ b/recipes-ti/multiprocmgr/multiprocmgr.inc
@@ -8,10 +8,10 @@ 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.01.00
-MULTIPROCMGR_SRCREV = "6c2c0f7d14d34eb9074c6d6a6bd112da3751fb7e"
+# The following commits correspond to DEV.MPM-3.00.02.00
+MULTIPROCMGR_SRCREV = "303692fe954f36df91c90c300875a6587cb23556"
 
-PV = "3.0.1.0"
+PV = "3.0.2.0"
 INC_PR = "r0"
 
 BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
index 2960ee3..cafcd98 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -7,7 +7,7 @@ SRC_URI_append = " file://mpmsrv-daemon.service"
 
 PR = "${INC_PR}.1"
 
-DEPENDS = "mpm-transport libdaemon virtual/kernel"
+DEPENDS = "mpm-transport libdaemon virtual/kernel cmem"
 RDEPENDS_${PN} = "syslog-ng"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"



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

* Sam Nelson : multiprocmgr: Update to new version 3.0.2.0
@ 2016-12-19 23:19 Arago Project git
  0 siblings, 0 replies; 3+ messages in thread
From: Arago Project git @ 2016-12-19 23:19 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: krogoth
Commit: ba0725afde91841d004244daf64ba972355e4b83
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=ba0725afde91841d004244daf64ba972355e4b83

Author: Sam Nelson <sam.nelson@ti.com>
Date:   Sat Dec 17 04:40:18 2016 +0000

multiprocmgr: Update to new version 3.0.2.0

This version add dependce on CMEM

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

---

 recipes-ti/multiprocmgr/multiprocmgr.inc    |    6 +++---
 recipes-ti/multiprocmgr/multiprocmgr_git.bb |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc
index 9c134c4..b8bbb56 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr.inc
+++ b/recipes-ti/multiprocmgr/multiprocmgr.inc
@@ -8,10 +8,10 @@ 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.01.00
-MULTIPROCMGR_SRCREV = "6c2c0f7d14d34eb9074c6d6a6bd112da3751fb7e"
+# The following commits correspond to DEV.MPM-3.00.02.00
+MULTIPROCMGR_SRCREV = "303692fe954f36df91c90c300875a6587cb23556"
 
-PV = "3.0.1.0"
+PV = "3.0.2.0"
 INC_PR = "r0"
 
 BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
index 2960ee3..cafcd98 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -7,7 +7,7 @@ SRC_URI_append = " file://mpmsrv-daemon.service"
 
 PR = "${INC_PR}.1"
 
-DEPENDS = "mpm-transport libdaemon virtual/kernel"
+DEPENDS = "mpm-transport libdaemon virtual/kernel cmem"
 RDEPENDS_${PN} = "syslog-ng"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"



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

* Sam Nelson : multiprocmgr: Update to new version 3.0.2.0
@ 2016-12-19 23:19 Arago Project git
  0 siblings, 0 replies; 3+ messages in thread
From: Arago Project git @ 2016-12-19 23:19 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: f45382c76e2870590ad729995b932268cd620906
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=f45382c76e2870590ad729995b932268cd620906

Author: Sam Nelson <sam.nelson@ti.com>
Date:   Sat Dec 17 04:40:18 2016 +0000

multiprocmgr: Update to new version 3.0.2.0

This version add dependce on CMEM

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

---

 recipes-ti/multiprocmgr/multiprocmgr.inc    |    6 +++---
 recipes-ti/multiprocmgr/multiprocmgr_git.bb |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-ti/multiprocmgr/multiprocmgr.inc
index 9c134c4..b8bbb56 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr.inc
+++ b/recipes-ti/multiprocmgr/multiprocmgr.inc
@@ -8,10 +8,10 @@ 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.01.00
-MULTIPROCMGR_SRCREV = "6c2c0f7d14d34eb9074c6d6a6bd112da3751fb7e"
+# The following commits correspond to DEV.MPM-3.00.02.00
+MULTIPROCMGR_SRCREV = "303692fe954f36df91c90c300875a6587cb23556"
 
-PV = "3.0.1.0"
+PV = "3.0.2.0"
 INC_PR = "r0"
 
 BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"
diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
index 2960ee3..cafcd98 100644
--- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb
+++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb
@@ -7,7 +7,7 @@ SRC_URI_append = " file://mpmsrv-daemon.service"
 
 PR = "${INC_PR}.1"
 
-DEPENDS = "mpm-transport libdaemon virtual/kernel"
+DEPENDS = "mpm-transport libdaemon virtual/kernel cmem"
 RDEPENDS_${PN} = "syslog-ng"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"



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

end of thread, other threads:[~2016-12-19 23:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-19 23:19 Sam Nelson : multiprocmgr: Update to new version 3.0.2.0 Arago Project git
  -- strict thread matches above, loose matches on Subject: below --
2016-12-19 23:19 Arago Project git
2016-12-19 23:19 Arago Project git

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.