diff options
author | Roger Monk <r-monk@ti.com> | 2010-09-12 21:16:57 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-09-13 10:28:42 +0200 |
commit | f1c72066dc0a05873f1ebe4c594a409492145963 (patch) | |
tree | df7e33b7b967b2f8eaf80380edd9dd354150b70b | |
parent | 05058b715bf233a73181838c032381b3aa985940 (diff) |
ti-cgt6x: Prepare for ELF/C6000 EABI - Add cgt v7 versions (7.0.1/2/3)
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_7.0.1.bb | 9 | ||||
-rw-r--r-- | recipes/ti/ti-cgt6x_7.0.2.bb | 9 | ||||
-rw-r--r-- | recipes/ti/ti-cgt6x_7.0.3.bb | 9 |
3 files changed, 27 insertions, 0 deletions
diff --git a/recipes/ti/ti-cgt6x_7.0.1.bb b/recipes/ti/ti-cgt6x_7.0.1.bb new file mode 100644 index 0000000000..3b5db859af --- /dev/null +++ b/recipes/ti/ti-cgt6x_7.0.1.bb @@ -0,0 +1,9 @@ +require ti-cgt6x.inc + +PE = "1" +PV = "7_0_1" +PVwithdots = "7.0.1" + +SRC_URI[cgt6xbin.md5sum] = "a2e07b3ec5d20df5697788dd4c9cbd77" +SRC_URI[cgt6xbin.sha256sum] = "6e0308107dbd6324bef0171d33eefe8ab4366870669061c7f3d87bd59c93b4ac" + diff --git a/recipes/ti/ti-cgt6x_7.0.2.bb b/recipes/ti/ti-cgt6x_7.0.2.bb new file mode 100644 index 0000000000..d238586a9b --- /dev/null +++ b/recipes/ti/ti-cgt6x_7.0.2.bb @@ -0,0 +1,9 @@ +require ti-cgt6x.inc + +PE = "1" +PV = "7_0_2" +PVwithdots = "7.0.2" + +SRC_URI[cgt6xbin.md5sum] = "a57518ffdde50110f8a7e6f0c354d7c4" +SRC_URI[cgt6xbin.sha256sum] = "7a6f3a93f197218417411c9d66f6fdcc877f5e9778852494823434612721f36f" + diff --git a/recipes/ti/ti-cgt6x_7.0.3.bb b/recipes/ti/ti-cgt6x_7.0.3.bb new file mode 100644 index 0000000000..8d0c57f1b8 --- /dev/null +++ b/recipes/ti/ti-cgt6x_7.0.3.bb @@ -0,0 +1,9 @@ +require ti-cgt6x.inc + +PE = "1" +PV = "7_0_3" +PVwithdots = "7.0.3" + +SRC_URI[cgt6xbin.md5sum] = "72068fd3eaeaba8344a57366be592c32" +SRC_URI[cgt6xbin.sha256sum] = "97b4b9b7e873f3295eb1a051abcc3a761e414823910c574c3fa9077f5084fb4d" + |