summaryrefslogtreecommitdiffstats
path: root/recipes-ti/devtools/ti-cgt-arm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/devtools/ti-cgt-arm.inc')
-rw-r--r--recipes-ti/devtools/ti-cgt-arm.inc36
1 files changed, 0 insertions, 36 deletions
diff --git a/recipes-ti/devtools/ti-cgt-arm.inc b/recipes-ti/devtools/ti-cgt-arm.inc
deleted file mode 100644
index d2d768ce..00000000
--- a/recipes-ti/devtools/ti-cgt-arm.inc
+++ /dev/null
@@ -1,36 +0,0 @@
1SUMMARY = "TI ARM Code Generation Tools"
2HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
3LICENSE = "(TI-TSPA & Thai-Open-Source-Software-Center) & BSD-3-Clause & BSL-1.0 & Hewlett-Packard & Patrick-Powell & AFL-3.0 & MIT & BSD-2-Clause & PD & BSD-4-Clause"
4
5inherit native
6require recipes-ti/includes/ti-unpack.inc
7require recipes-ti/includes/ti-staging.inc
8require recipes-ti/includes/ti-paths.inc
9
10S = "${WORKDIR}/ti-cgt-arm-${PV}"
11
12PR = "r0"
13
14SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}"
15
16BINFILE = "ti_cgt_tms470_${PV}.LTS_linux_installer_x86.bin"
17TI_BIN_UNPK_ARGS = "--prefix ${S}"
18TI_BIN_UNPK_CMDS = ""
19
20do_install() {
21 install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
22 cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}
23}
24
25SRC_URI[cgt_arm_installer.md5sum] = "${BINFILE_MD5}"
26SRC_URI[cgt_arm_installer.sha256sum] = "${BINFILE_SHA256}"
27
28BINFILE_NAME = "cgt_arm_installer"
29
30FILES_${PN} += "${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}"
31
32INHIBIT_PACKAGE_STRIP = "1"
33INHIBIT_SYSROOT_STRIP = "1"
34INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
35
36INSANE_SKIP_${PN} += "arch staticdev"