[oe-commits] Roger Monk : ti-dsplink: Use new URL and add dsplink v1.65.00.02 ( early adopter)

git version control git at git.openembedded.org
Thu Apr 22 11:22:30 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: daf115dfc1f1ea00b844623bdde6698846215156
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=daf115dfc1f1ea00b844623bdde6698846215156

Author: Roger Monk <r-monk at ti.com>
Date:   Thu Apr 22 02:21:40 2010 +0100

ti-dsplink: Use new URL and add dsplink v1.65.00.02 (early adopter)

* Add new version (1.65.00.02) - eary adopter release
   * Start using new URI base location
   * Introduce variables to keep SRC_URI common and PV variants

Signed-off-by: Roger Monk <r-monk at ti.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/ti/ti-dsplink.inc           |    4 ++--
 recipes/ti/ti-dsplink_1.64.bb       |    2 ++
 recipes/ti/ti-dsplink_1.65.00.02.bb |   12 ++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/recipes/ti/ti-dsplink.inc b/recipes/ti/ti-dsplink.inc
index b13b469..228566c 100644
--- a/recipes/ti/ti-dsplink.inc
+++ b/recipes/ti/ti-dsplink.inc
@@ -1,5 +1,5 @@
 DESCRIPTION = "DSPLINK Inter-Processor Communications (IPC) for TI ARM/DSP processors"
-HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/DSPLink"
+HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/DSPLink/index.html"
 SECTION = "devel"
 LICENSE = "GPLv2"
 
@@ -20,7 +20,7 @@ PR_append = "e"
 
 S = "${WORKDIR}/dsplink_linux_${PV}"
 
-SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/DSPLink/${PV}/exports/dsplink_linux_${PV}.tar.gz;name=dsplinktarball \
+SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/${PV_DL_PATH}/dsplink_linux_${PV}.tar.gz;name=dsplinktarball \
            file://ti-dsplink-examples-run.sh \
            file://ti-dsplink-examples-loadmodules.sh \
            file://ti-dsplink-examples-unloadmodules.sh "
diff --git a/recipes/ti/ti-dsplink_1.64.bb b/recipes/ti/ti-dsplink_1.64.bb
index bf45ea8..eeadc14 100644
--- a/recipes/ti/ti-dsplink_1.64.bb
+++ b/recipes/ti/ti-dsplink_1.64.bb
@@ -3,6 +3,8 @@ require ti-dsplink.inc
 PE = "1"
 PV = "1_64"
 
+PV_DL_PATH = "sdo_sb/targetcontent/DSPLink/${PV}/exports"
+
 SRC_URI[dsplinktarball.md5sum] = "90223da7c88af57d12936adeba1a0661"
 SRC_URI[dsplinktarball.sha256sum] = "32b6fbae2b61f5f71ab3eae9d2f5ad6b75d682ad8bde9963152830be1f8d286b"
 
diff --git a/recipes/ti/ti-dsplink_1.65.00.02.bb b/recipes/ti/ti-dsplink_1.65.00.02.bb
new file mode 100644
index 0000000..5d0ccf5
--- /dev/null
+++ b/recipes/ti/ti-dsplink_1.65.00.02.bb
@@ -0,0 +1,12 @@
+require ti-dsplink.inc
+
+PE = "1"
+PV = "1_65_00_02"
+PV_dot = "1.65.00.02"
+PV_major = "1_65"
+
+PV_DL_PATH = "DSPLink/${PV_major}/${PV}/${PV_dot}"
+
+SRC_URI[dsplinktarball.md5sum] = "e05b1f2b2b4a1a92c15746e9c541a80f"
+SRC_URI[dsplinktarball.sha256sum] = "49cce94fb9e0ba103c48802c9203611d9101f08858d8cd91fb162c998f7190d3"
+





More information about the Openembedded-commits mailing list