diff options
author | Roger Monk <r-monk@ti.com> | 2010-07-16 12:10:14 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-27 20:14:20 +0200 |
commit | feffb40630bf9d65c95176de223a8ff4f4aa58be (patch) | |
tree | 930d73f9ea06b8497db67a9e00bbe0b5a0649c0d /recipes/ti | |
parent | 1f9ca3be2cf4364dd86032a89704951b30944705 (diff) |
ti-dsplink: Add Latest dsplink 1.65.00.03 EA release
* Add latest DSPLINK version
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti')
-rw-r--r-- | recipes/ti/ti-dsplink_1.65.00.03.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/ti/ti-dsplink_1.65.00.03.bb b/recipes/ti/ti-dsplink_1.65.00.03.bb new file mode 100644 index 0000000000..4cf8f62182 --- /dev/null +++ b/recipes/ti/ti-dsplink_1.65.00.03.bb @@ -0,0 +1,12 @@ +require ti-dsplink.inc + +PE = "1" +PV = "1_65_00_03" +PV_dot = "1.65.00.03" +PV_major = "1_65" + +PV_DL_PATH = "DSPLink/${PV_major}/${PV}/${PV_dot}" + +SRC_URI[dsplinktarball.md5sum] = "1bda596b631bd2f517edc70f6be4f2ca" +SRC_URI[dsplinktarball.sha256sum] = "4b1bda89bd8465b887f5bcdf7b95018bc1d1f8968c0c44f8cbad2a9e1c52bcb7" + |