diff options
author | Roger Monk <r-monk@ti.com> | 2010-09-12 21:16:02 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-09-13 10:28:40 +0200 |
commit | 05058b715bf233a73181838c032381b3aa985940 (patch) | |
tree | c66cdee3eb704c014389998e580ac86612e2cf71 | |
parent | fd464d61d590008fb37cc29ab5dc3a9fce9b91ed (diff) |
ti-cgt6x: Add latest c6000 code generation tools versions (6.1.15/16/17)
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r-- | recipes/ti/ti-cgt6x_6.1.15.bb | 9 | ||||
-rw-r--r-- | recipes/ti/ti-cgt6x_6.1.16.bb | 9 | ||||
-rw-r--r-- | recipes/ti/ti-cgt6x_6.1.17.bb | 9 |
3 files changed, 27 insertions, 0 deletions
diff --git a/recipes/ti/ti-cgt6x_6.1.15.bb b/recipes/ti/ti-cgt6x_6.1.15.bb new file mode 100644 index 0000000000..6698c6c500 --- /dev/null +++ b/recipes/ti/ti-cgt6x_6.1.15.bb @@ -0,0 +1,9 @@ +require ti-cgt6x.inc + +PE = "1" +PV = "6_1_15" +PVwithdots = "6.1.15" + +SRC_URI[cgt6xbin.md5sum] = "50eb1e44ca5da68ae4917a3972c8f823" +SRC_URI[cgt6xbin.sha256sum] = "1cf705cd79439c0f72e6224a4f164ff386385c64038f8897b2528c41fa1ceaba" + diff --git a/recipes/ti/ti-cgt6x_6.1.16.bb b/recipes/ti/ti-cgt6x_6.1.16.bb new file mode 100644 index 0000000000..4b3f0e2d84 --- /dev/null +++ b/recipes/ti/ti-cgt6x_6.1.16.bb @@ -0,0 +1,9 @@ +require ti-cgt6x.inc + +PE = "1" +PV = "6_1_16" +PVwithdots = "6.1.16" + +SRC_URI[cgt6xbin.md5sum] = "853bb9fa5bf5a8bb64bcf0b09bc9df80" +SRC_URI[cgt6xbin.sha256sum] = "04a64b13fff260bf721c282a8005a7661cb127c2d39896ff42db455ea8f708a2" + diff --git a/recipes/ti/ti-cgt6x_6.1.17.bb b/recipes/ti/ti-cgt6x_6.1.17.bb new file mode 100644 index 0000000000..7798d400bc --- /dev/null +++ b/recipes/ti/ti-cgt6x_6.1.17.bb @@ -0,0 +1,9 @@ +require ti-cgt6x.inc + +PE = "1" +PV = "6_1_17" +PVwithdots = "6.1.17" + +SRC_URI[cgt6xbin.md5sum] = "41ee41cc74800b06705804f7ef901447" +SRC_URI[cgt6xbin.sha256sum] = "7e1c8b67420abf6f2f44786811d0a2b5692e76194743bed714ec9087cc1a75c7" + |