From a001bbba99a9c1a06e9f7e3084ec670c304b73c9 Mon Sep 17 00:00:00 2001 From: Karthik Ramanan Date: Fri, 27 Oct 2017 21:59:32 +0000 Subject: ti-cgt-arm: add recipe for 16.9.2 Signed-off-by: Karthik Ramanan Signed-off-by: Denys Dmytriyenko from: meta-ti/morty 5df5bd9 Signed-off-by: Karthik Ramanan Signed-off-by: Denys Dmytriyenko --- recipes-ti/devtools/ti-cgt-arm-native_16.9.2.bb | 6 +++++ recipes-ti/devtools/ti-cgt-arm.inc | 34 +++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 recipes-ti/devtools/ti-cgt-arm-native_16.9.2.bb create mode 100644 recipes-ti/devtools/ti-cgt-arm.inc diff --git a/recipes-ti/devtools/ti-cgt-arm-native_16.9.2.bb b/recipes-ti/devtools/ti-cgt-arm-native_16.9.2.bb new file mode 100644 index 00000000..8ff29ca8 --- /dev/null +++ b/recipes-ti/devtools/ti-cgt-arm-native_16.9.2.bb @@ -0,0 +1,6 @@ +include ti-cgt-arm.inc + +LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=c32eadd03472353c042a8a7c4568438b" + +BINFILE_MD5 = "7b73e51e9548a4a0bf3923a336b1a974" +BINFILE_SHA256 = "d1a5c255319088be7d75b3fce1b16a2e3d60c75023db7dad16cab6d4d3425d06" diff --git a/recipes-ti/devtools/ti-cgt-arm.inc b/recipes-ti/devtools/ti-cgt-arm.inc new file mode 100644 index 00000000..436fab12 --- /dev/null +++ b/recipes-ti/devtools/ti-cgt-arm.inc @@ -0,0 +1,34 @@ +SUMMARY = "TI ARM Code Generation Tools" +HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" +LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause" + +inherit native +require recipes-ti/includes/ti-unpack.inc +require recipes-ti/includes/ti-staging.inc +require recipes-ti/includes/ti-paths.inc + +S = "${WORKDIR}/ti-cgt-arm-${PV}" + +SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}" + +BINFILE = "ti_cgt_tms470_${PV}.LTS_linux_installer_x86.bin" +TI_BIN_UNPK_ARGS = "--prefix ${S}" +TI_BIN_UNPK_CMDS = "" + +do_install() { + install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} + cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} +} + +SRC_URI[cgt_arm_installer.md5sum] = "${BINFILE_MD5}" +SRC_URI[cgt_arm_installer.sha256sum] = "${BINFILE_SHA256}" + +BINFILE_NAME = "cgt_arm_installer" + +FILES_${PN} += "${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}" + +INHIBIT_PACKAGE_STRIP = "1" +INHIBIT_SYSROOT_STRIP = "1" +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" + +INSANE_SKIP_${PN} += "arch staticdev" -- cgit v1.2.3-54-g00ecf