summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2015-08-04 20:13:32 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-08-04 22:21:46 -0400
commit0d7433db7a95b8aaee06fac508ef5db819aeb2ed (patch)
tree9fb54c534a9008196379b0bb8455e9a26e107146
parent40aaf1f96890db20e35c6a7e66fea4243d987d75 (diff)
downloadmeta-ti-0d7433db7a95b8aaee06fac508ef5db819aeb2ed.tar.gz
ti-cgt6x: Upgrade to version 8.0.3
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/devtools/ti-cgt6x_8.0.3.bb (renamed from recipes-ti/devtools/ti-cgt6x_8.0.0.bb)13
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes-ti/devtools/ti-cgt6x_8.0.0.bb b/recipes-ti/devtools/ti-cgt6x_8.0.3.bb
index 2353ebd9..23866d10 100644
--- a/recipes-ti/devtools/ti-cgt6x_8.0.0.bb
+++ b/recipes-ti/devtools/ti-cgt6x_8.0.3.bb
@@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://ti-cgt-c6000_${PV}/LICENSE.txt;md5=b6311962635a4f1563
6LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca" 6LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca"
7 7
8PE = "1" 8PE = "1"
9PR = "r1"
10 9
11require ../includes/ti-unpack.inc 10require ../includes/ti-unpack.inc
12 11
@@ -36,13 +35,13 @@ TI_BIN_UNPK_CMDS = ""
36BINFILE_class-target = "ti_cgt_c6000_${PV}_armlinuxa8hf_busybox_installer.sh" 35BINFILE_class-target = "ti_cgt_c6000_${PV}_armlinuxa8hf_busybox_installer.sh"
37BINFILE_NAME_class-target = "cgt6x_arm_installer" 36BINFILE_NAME_class-target = "cgt6x_arm_installer"
38 37
39SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/Production/${PV}/${BINFILE};name=${BINFILE_NAME}" 38SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}"
40 39
41SRC_URI[cgt6x_x86_installer.md5sum] = "ff83845672090bf0a669bba7b0cadf56" 40SRC_URI[cgt6x_x86_installer.md5sum] = "cac177c3b94bf308d5198230739639b4"
42SRC_URI[cgt6x_x86_installer.sha256sum] = "297f77a00b211b3c4afa23afe7319e98b2400b5d2eb0f8c8cfe3ef7d7aa4d709" 41SRC_URI[cgt6x_x86_installer.sha256sum] = "9c9ebab9f29cfd55f7df1df888ede66da3c2ccc0440d602ef34564305f02b9fb"
43 42
44SRC_URI[cgt6x_arm_installer.md5sum] = "13961e5a1da4c310ea8c8707ab981fff" 43SRC_URI[cgt6x_arm_installer.md5sum] = "7966f5ad2f055c3462ac6c3c13453ed7"
45SRC_URI[cgt6x_arm_installer.sha256sum] = "cb24ae05baffbd44d6dedba68743be09fd883e04403e069c437c486533d8fffb" 44SRC_URI[cgt6x_arm_installer.sha256sum] = "f435f886610fc7df585a6ef898494e621b3bfa17f20658436f5e63af86a9a987"
46 45
47do_install() { 46do_install() {
48 install -d ${D}${bindir} 47 install -d ${D}${bindir}
@@ -110,4 +109,6 @@ FILES_${PN} += "${datadir}/ti/*"
110 109
111FILES_${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug" 110FILES_${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug"
112 111
112INSANE_SKIP_${PN} += "staticdev"
113
113BBCLASSEXTEND = "native nativesdk" 114BBCLASSEXTEND = "native nativesdk"