diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-08-04 20:13:32 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-08-04 22:21:46 -0400 |
commit | 0d7433db7a95b8aaee06fac508ef5db819aeb2ed (patch) | |
tree | 9fb54c534a9008196379b0bb8455e9a26e107146 /recipes-ti/devtools | |
parent | 40aaf1f96890db20e35c6a7e66fea4243d987d75 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-ti/devtools')
-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 | |||
6 | LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca" | 6 | LIC_FILES_CHKSUM_class-target = "file://usr/share/doc/ti/cgt-c6x/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca" |
7 | 7 | ||
8 | PE = "1" | 8 | PE = "1" |
9 | PR = "r1" | ||
10 | 9 | ||
11 | require ../includes/ti-unpack.inc | 10 | require ../includes/ti-unpack.inc |
12 | 11 | ||
@@ -36,13 +35,13 @@ TI_BIN_UNPK_CMDS = "" | |||
36 | BINFILE_class-target = "ti_cgt_c6000_${PV}_armlinuxa8hf_busybox_installer.sh" | 35 | BINFILE_class-target = "ti_cgt_c6000_${PV}_armlinuxa8hf_busybox_installer.sh" |
37 | BINFILE_NAME_class-target = "cgt6x_arm_installer" | 36 | BINFILE_NAME_class-target = "cgt6x_arm_installer" |
38 | 37 | ||
39 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/Production/${PV}/${BINFILE};name=${BINFILE_NAME}" | 38 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/${PV}/${BINFILE};name=${BINFILE_NAME}" |
40 | 39 | ||
41 | SRC_URI[cgt6x_x86_installer.md5sum] = "ff83845672090bf0a669bba7b0cadf56" | 40 | SRC_URI[cgt6x_x86_installer.md5sum] = "cac177c3b94bf308d5198230739639b4" |
42 | SRC_URI[cgt6x_x86_installer.sha256sum] = "297f77a00b211b3c4afa23afe7319e98b2400b5d2eb0f8c8cfe3ef7d7aa4d709" | 41 | SRC_URI[cgt6x_x86_installer.sha256sum] = "9c9ebab9f29cfd55f7df1df888ede66da3c2ccc0440d602ef34564305f02b9fb" |
43 | 42 | ||
44 | SRC_URI[cgt6x_arm_installer.md5sum] = "13961e5a1da4c310ea8c8707ab981fff" | 43 | SRC_URI[cgt6x_arm_installer.md5sum] = "7966f5ad2f055c3462ac6c3c13453ed7" |
45 | SRC_URI[cgt6x_arm_installer.sha256sum] = "cb24ae05baffbd44d6dedba68743be09fd883e04403e069c437c486533d8fffb" | 44 | SRC_URI[cgt6x_arm_installer.sha256sum] = "f435f886610fc7df585a6ef898494e621b3bfa17f20658436f5e63af86a9a987" |
46 | 45 | ||
47 | do_install() { | 46 | do_install() { |
48 | install -d ${D}${bindir} | 47 | install -d ${D}${bindir} |
@@ -110,4 +109,6 @@ FILES_${PN} += "${datadir}/ti/*" | |||
110 | 109 | ||
111 | FILES_${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug" | 110 | FILES_${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug" |
112 | 111 | ||
112 | INSANE_SKIP_${PN} += "staticdev" | ||
113 | |||
113 | BBCLASSEXTEND = "native nativesdk" | 114 | BBCLASSEXTEND = "native nativesdk" |