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_1.65.00.02.bb | |
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_1.65.00.02.bb')
-rw-r--r-- | recipes/ti/ti-dsplink_1.65.00.02.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 0000000000..5d0ccf514d --- /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" + |