All of lore.kernel.org
 help / color / mirror / Atom feed
* Sam Nelson : mpm-transport: Update to new version 1.0.6.0
@ 2015-01-08 17:22 Arago Project git
  0 siblings, 0 replies; 4+ messages in thread
From: Arago Project git @ 2015-01-08 17:22 UTC (permalink / raw)
  To: meta-ti

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

Author: Sam Nelson <sam.nelson@ti.com>
Date:   Tue Dec 23 09:07:03 2014 +0000

mpm-transport: Update to new version 1.0.6.0

- Commit id and version updated to DEV.MPM-TRANSPORT-01.00.06.00

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

---

 recipes-ti/mpm-transport/mpm-transport_git.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb
index fe67195..cb0f6c4 100644
--- a/recipes-ti/mpm-transport/mpm-transport_git.bb
+++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
@@ -8,10 +8,10 @@ DEPENDS = "common-csl-ip hyplnk-lld edma3-lld mmap-lld"
 SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}"
 
 BRANCH = "master"
-# This commit corresponds to tag DEV.MPM-TRANSPORT-01.00.04.00E
-SRCREV = "56640c6296f9f4816140364b7620b1d1a483ac40"
-PV = "1.0.4.0"
-PR = "r0"
+# This commit corresponds to tag DEV.MPM-TRANSPORT-01.00.06.00
+SRCREV = "af2d2ad8721b769012662c539a86b94f7d44dbda"
+PV = "1.0.6.0"
+PR = "r1"
 
 S = "${WORKDIR}/git"
 



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

* Sam Nelson : mpm-transport: Update to new version 1.0.6.0
@ 2015-04-20 20:20 Arago Project git
  0 siblings, 0 replies; 4+ messages in thread
From: Arago Project git @ 2015-04-20 20:20 UTC (permalink / raw)
  To: meta-ti

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

Author: Sam Nelson <sam.nelson@ti.com>
Date:   Mon Apr 13 20:38:49 2015 +0000

mpm-transport: Update to new version 1.0.6.0

- Add new transport using qmss, srio modules
- Update new dependency on cmem, rm-lld, qmss-lld, cppi-lld & srio-lld

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

---

 recipes-ti/mpm-transport/mpm-transport_git.bb |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb
index cb0f6c4..fd68721 100644
--- a/recipes-ti/mpm-transport/mpm-transport_git.bb
+++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
@@ -1,22 +1,29 @@
 DESCRIPTION = "Multiproc transport layer for KeyStone devices: Provide basic transport layer for moving data between different processing nodes"
 HOMEPAGE = "http://git.ti.com/cgit/cgit.cgi/keystone-linux/mpm-transport.git"
 LICENSE = "BSD-3-Clause & MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c17cd1dc60dc06a4c4f2a2c45472a51"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=122b7757f366f3f6fe11988715258fc9"
 COMPATIBLE_MACHINE = "keystone"
-DEPENDS = "common-csl-ip hyplnk-lld edma3-lld mmap-lld"
+DEPENDS = "common-csl-ip hyplnk-lld edma3-lld mmap-lld cmem rm-lld qmss-lld cppi-lld srio-lld"
 
 SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}"
 
 BRANCH = "master"
-# This commit corresponds to tag DEV.MPM-TRANSPORT-01.00.06.00
-SRCREV = "af2d2ad8721b769012662c539a86b94f7d44dbda"
-PV = "1.0.6.0"
+# This commit corresponds to tag DEV.MPM-TRANSPORT-01.00.07.00A
+SRCREV = "267db40a9c551bd91dbed470d57cd1ed0d9e9141"
+
+PV = "1.0.7.0"
 PR = "r1"
 
 S = "${WORKDIR}/git"
 
 PACKAGES =+ "${PN}-test"
-FILES_${PN}-test = "${bindir}/mpm_transport_test.out ${bindir}/mpm_transport_hyplnk_loopback.out ${bindir}/mpm_transport_hyplnk_remote.out ${bindir}/mpm_transport_hyplnk_loopback_dma.out ${bindir}/mpm_transport_hyplnk_loopback64.out"
+FILES_${PN}-test = "${bindir}/mpm_transport_test.out \
+					${bindir}/mpm_transport_hyplnk_loopback.out \
+					${bindir}/mpm_transport_hyplnk_remote.out \
+					${bindir}/mpm_transport_hyplnk_loopback_dma.out \
+					${bindir}/mpm_transport_hyplnk_loopback64.out \
+					${bindir}/mpm_transport_qmss_arm_mt.out \
+					${bindir}/mpm_transport_srio_arm_mt.out"
 
 do_compile () {
 	cd ${S}



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

* Sam Nelson : mpm-transport: Update to new version 1.0.6.0
@ 2015-04-20 20:20 Arago Project git
  0 siblings, 0 replies; 4+ messages in thread
From: Arago Project git @ 2015-04-20 20:20 UTC (permalink / raw)
  To: meta-ti

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

Author: Sam Nelson <sam.nelson@ti.com>
Date:   Mon Apr 13 20:38:49 2015 +0000

mpm-transport: Update to new version 1.0.6.0

- Add new transport using qmss, srio modules
- Update new dependency on cmem, rm-lld, qmss-lld, cppi-lld & srio-lld

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

---

 recipes-ti/mpm-transport/mpm-transport_git.bb |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb
index cb0f6c4..fd68721 100644
--- a/recipes-ti/mpm-transport/mpm-transport_git.bb
+++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
@@ -1,22 +1,29 @@
 DESCRIPTION = "Multiproc transport layer for KeyStone devices: Provide basic transport layer for moving data between different processing nodes"
 HOMEPAGE = "http://git.ti.com/cgit/cgit.cgi/keystone-linux/mpm-transport.git"
 LICENSE = "BSD-3-Clause & MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c17cd1dc60dc06a4c4f2a2c45472a51"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=122b7757f366f3f6fe11988715258fc9"
 COMPATIBLE_MACHINE = "keystone"
-DEPENDS = "common-csl-ip hyplnk-lld edma3-lld mmap-lld"
+DEPENDS = "common-csl-ip hyplnk-lld edma3-lld mmap-lld cmem rm-lld qmss-lld cppi-lld srio-lld"
 
 SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}"
 
 BRANCH = "master"
-# This commit corresponds to tag DEV.MPM-TRANSPORT-01.00.06.00
-SRCREV = "af2d2ad8721b769012662c539a86b94f7d44dbda"
-PV = "1.0.6.0"
+# This commit corresponds to tag DEV.MPM-TRANSPORT-01.00.07.00A
+SRCREV = "267db40a9c551bd91dbed470d57cd1ed0d9e9141"
+
+PV = "1.0.7.0"
 PR = "r1"
 
 S = "${WORKDIR}/git"
 
 PACKAGES =+ "${PN}-test"
-FILES_${PN}-test = "${bindir}/mpm_transport_test.out ${bindir}/mpm_transport_hyplnk_loopback.out ${bindir}/mpm_transport_hyplnk_remote.out ${bindir}/mpm_transport_hyplnk_loopback_dma.out ${bindir}/mpm_transport_hyplnk_loopback64.out"
+FILES_${PN}-test = "${bindir}/mpm_transport_test.out \
+					${bindir}/mpm_transport_hyplnk_loopback.out \
+					${bindir}/mpm_transport_hyplnk_remote.out \
+					${bindir}/mpm_transport_hyplnk_loopback_dma.out \
+					${bindir}/mpm_transport_hyplnk_loopback64.out \
+					${bindir}/mpm_transport_qmss_arm_mt.out \
+					${bindir}/mpm_transport_srio_arm_mt.out"
 
 do_compile () {
 	cd ${S}



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

* Sam Nelson : mpm-transport: Update to new version 1.0.6.0
@ 2015-01-08 17:22 Arago Project git
  0 siblings, 0 replies; 4+ messages in thread
From: Arago Project git @ 2015-01-08 17:22 UTC (permalink / raw)
  To: meta-ti

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

Author: Sam Nelson <sam.nelson@ti.com>
Date:   Tue Dec 23 09:07:03 2014 +0000

mpm-transport: Update to new version 1.0.6.0

- Commit id and version updated to DEV.MPM-TRANSPORT-01.00.06.00

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

---

 recipes-ti/mpm-transport/mpm-transport_git.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti/mpm-transport/mpm-transport_git.bb
index fe67195..cb0f6c4 100644
--- a/recipes-ti/mpm-transport/mpm-transport_git.bb
+++ b/recipes-ti/mpm-transport/mpm-transport_git.bb
@@ -8,10 +8,10 @@ DEPENDS = "common-csl-ip hyplnk-lld edma3-lld mmap-lld"
 SRC_URI = "git://git.ti.com/keystone-linux/mpm-transport.git;protocol=git;branch=${BRANCH}"
 
 BRANCH = "master"
-# This commit corresponds to tag DEV.MPM-TRANSPORT-01.00.04.00E
-SRCREV = "56640c6296f9f4816140364b7620b1d1a483ac40"
-PV = "1.0.4.0"
-PR = "r0"
+# This commit corresponds to tag DEV.MPM-TRANSPORT-01.00.06.00
+SRCREV = "af2d2ad8721b769012662c539a86b94f7d44dbda"
+PV = "1.0.6.0"
+PR = "r1"
 
 S = "${WORKDIR}/git"
 



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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-08 17:22 Sam Nelson : mpm-transport: Update to new version 1.0.6.0 Arago Project git
2015-01-08 17:22 Arago Project git
2015-04-20 20:20 Arago Project git
2015-04-20 20:20 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.