diff options
author | Roger Monk <r-monk@ti.com> | 2010-01-15 12:22:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:11 +0200 |
commit | 078f98eecfb365a266193bf6297b80febccb492e (patch) | |
tree | a9efe5c5acca09a6506d8bc531afc67cd9f890ba /recipes/ti/ti-cgt6x_6.1.9.bb | |
parent | b8ffb54736d1483133c809356a3211a11b7cf9d9 (diff) |
ti-recipes: consistency cleanup
* ti-xdctools: consistent recipe cleanup + add versions
* ti-dspbios: recipe cleanup + add versions
* ti-cgt6x: consistent recipe cleanup + add versions
* ti-biosutils: consistent recipe cleanup
* ti-xdais: consistent recipe cleanup + add versions
* ti-edma3lld: consistent recipe cleanup + remove broken version
* ti-framework-components: consistent recipe cleanup
* ti-dspbios: remove non-public versions
* ti-lpm-module/ti-local-power-manager: recipe cleanup, breakout and rename
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-cgt6x_6.1.9.bb')
-rw-r--r-- | recipes/ti/ti-cgt6x_6.1.9.bb | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/recipes/ti/ti-cgt6x_6.1.9.bb b/recipes/ti/ti-cgt6x_6.1.9.bb index c93bf89823..772f9b1924 100644 --- a/recipes/ti/ti-cgt6x_6.1.9.bb +++ b/recipes/ti/ti-cgt6x_6.1.9.bb @@ -1,18 +1,10 @@ require ti-cgt6x.inc -# download ti_cgt_c6000_6.1.9_setup_linux_x86.bin from https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm and copy in Arago/OE download directory. - -SRC_URI = "http://install.source.dir.local/ti_cgt_c6000_6.1.9_setup_linux_x86.bin" - -BINFILE = "ti_cgt_c6000_6.1.9_setup_linux_x86.bin" - -S = "${WORKDIR}/cgt" - -# Yes, the xdc stuff still breaks with a '.' in PWD - PE = "1" PV = "6_1_9" +PVwithdots = "6.1.9" PR = "r1" - +SRC_URI[cgt6xbin.md5sum] = "8354845032c0ce8e3da3f250505d0e21" +SRC_URI[cgt6xbin.sha256sum] = "da26d02c1b98b95343f19ea273b3536beddd94feb2a773a6cb66efebfdff35c0" |