diff options
author | Roger Monk <r-monk@ti.com> | 2010-04-22 02:21:40 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-22 13:21:56 +0200 |
commit | daf115dfc1f1ea00b844623bdde6698846215156 (patch) | |
tree | 1f0c7ca91a07c5df1277b7aecb16f308cc91a212 /recipes/ti/ti-dsplink.inc | |
parent | 791c15ebf502329edb3a9a535d7ef61da0d3ffa2 (diff) |
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@ti.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/ti/ti-dsplink.inc')
-rw-r--r-- | recipes/ti/ti-dsplink.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ti/ti-dsplink.inc b/recipes/ti/ti-dsplink.inc index b13b46931b..228566cbf0 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 " |