[meta-ti] [master/krogoth][PATCH 4/5] ti-ccsv6-native: Upgrade to version 6.2.0.00050

Justin Sobota jsobota at ti.com
Wed Oct 12 10:53:48 PDT 2016


Signed-off-by: Justin Sobota <jsobota at ti.com>
---
 ...ive_6.1.3.00034.bb => ti-ccsv6-native_6.2.0.00050.bb} |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
 rename recipes-ti/devtools/{ti-ccsv6-native_6.1.3.00034.bb => ti-ccsv6-native_6.2.0.00050.bb} (72%)

diff --git a/recipes-ti/devtools/ti-ccsv6-native_6.1.3.00034.bb b/recipes-ti/devtools/ti-ccsv6-native_6.2.0.00050.bb
similarity index 72%
rename from recipes-ti/devtools/ti-ccsv6-native_6.1.3.00034.bb
rename to recipes-ti/devtools/ti-ccsv6-native_6.2.0.00050.bb
index 334c7df..4e5192c 100644
--- a/recipes-ti/devtools/ti-ccsv6-native_6.1.3.00034.bb
+++ b/recipes-ti/devtools/ti-ccsv6-native_6.2.0.00050.bb
@@ -10,25 +10,25 @@ require recipes-ti/includes/ti-unpack.inc
 require recipes-ti/includes/ti-staging.inc
 require recipes-ti/includes/ti-paths.inc
 
-TI_CGT_ARM_VERSION = "15.12.1.LTS"
+TI_CGT_ARM_VERSION = "15.12.3.LTS"
 
-SRC_URI = "http://install.source.dir.local/CCS${PV}_linux.tar.gz;name=ccsv6"
+SRC_URI = "http://install.source.dir.local/CCS${PV}_linux-x64.tar.gz;name=ccsv6"
 
-S = "${WORKDIR}/CCS${PV}_linux"
+S = "${WORKDIR}/CCS${PV}_linux-x64"
 
-BINFILE = "CCS${PV}_linux/ccs_setup_${PV}.bin"
+BINFILE = "CCS${PV}_linux-x64/ccs_setup_linux64_${PV}.bin"
 TI_BIN_UNPK_ARGS = "--mode unattended --prefix ${WORKDIR}"
 TI_BIN_UNPK_CMDS = ""
 
-SRC_URI[ccsv6.md5sum] = "ceaa5023c1a4b51bc637d3de1a15786b"
-SRC_URI[ccsv6.sha256sum] = "fb3205a21942da09684c871371513707c841c4fd8d88a62f6a7865b0a86cc492"
+SRC_URI[ccsv6.md5sum] = "652185ae9ef7c60a92d5fc42e4869bf2"
+SRC_URI[ccsv6.sha256sum] = "cb31dad800f2740bf5a0ce8c7e1d172666c70d71e18609c8951db1e37b2cf48e"
 
 do_install() {
     install -d ${D}${CCSV6_INSTALL_DIR_RECIPE}
     cp -r ${WORKDIR}/ccsv6/. ${D}${CCSV6_INSTALL_DIR_RECIPE}
 
     install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
-    cp -r ${WORKDIR}/ccsv6/tools/compiler/ti-cgt-arm_${TI_CGT_ARM_VERSION}/. \
+    cp -r ${WORKDIR}/ccsv6/tools/compiler/arm_${TI_CGT_ARM_VERSION}/. \
           ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
 }
 
-- 
1.7.10.4



More information about the meta-ti mailing list