diff options
Diffstat (limited to 'recipes-ti/devtools/ti-cgt-arm-native_18.12.1.bb')
| -rw-r--r-- | recipes-ti/devtools/ti-cgt-arm-native_18.12.1.bb | 38 |
1 files changed, 35 insertions, 3 deletions
diff --git a/recipes-ti/devtools/ti-cgt-arm-native_18.12.1.bb b/recipes-ti/devtools/ti-cgt-arm-native_18.12.1.bb index 7df9660c..5d724069 100644 --- a/recipes-ti/devtools/ti-cgt-arm-native_18.12.1.bb +++ b/recipes-ti/devtools/ti-cgt-arm-native_18.12.1.bb | |||
| @@ -1,6 +1,38 @@ | |||
| 1 | include ti-cgt-arm.inc | 1 | SUMMARY = "TI ARM Code Generation Tools" |
| 2 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm" | ||
| 3 | LICENSE = "(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" | ||
| 2 | 4 | ||
| 3 | LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30" | 5 | LIC_FILES_CHKSUM = "file://ti-cgt-arm_${PV}.LTS/README.txt;md5=ab7a61241e90fcd144a756d88294cf30" |
| 4 | 6 | ||
| 5 | BINFILE_MD5 = "af2378cf8d5d6f200ef3329f5a065529" | 7 | inherit native |
| 6 | BINFILE_SHA256 = "d90ae2360cd5b22912715ae7898d99352da1b97fd655f9a55d0d19a2a46bab0e" | 8 | require recipes-ti/includes/ti-unpack.inc |
| 9 | require recipes-ti/includes/ti-staging.inc | ||
| 10 | require recipes-ti/includes/ti-paths.inc | ||
| 11 | |||
| 12 | S = "${WORKDIR}/ti-cgt-arm-${PV}" | ||
| 13 | |||
| 14 | PR = "r0" | ||
| 15 | |||
| 16 | SRC_URI = "http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${PV}.LTS/${BINFILE};name=${BINFILE_NAME}" | ||
| 17 | |||
| 18 | BINFILE = "ti_cgt_tms470_${PV}.LTS_linux_installer_x86.bin" | ||
| 19 | TI_BIN_UNPK_ARGS = "--prefix ${S}" | ||
| 20 | TI_BIN_UNPK_CMDS = "" | ||
| 21 | |||
| 22 | do_install() { | ||
| 23 | install -d ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} | ||
| 24 | cp -r ${S}/ti-cgt-arm*/. ${D}${M4_TOOLCHAIN_INSTALL_DIR_RECIPE} | ||
| 25 | } | ||
| 26 | |||
| 27 | SRC_URI[cgt_arm_installer.md5sum] = "af2378cf8d5d6f200ef3329f5a065529" | ||
| 28 | SRC_URI[cgt_arm_installer.sha256sum] = "d90ae2360cd5b22912715ae7898d99352da1b97fd655f9a55d0d19a2a46bab0e" | ||
| 29 | |||
| 30 | BINFILE_NAME = "cgt_arm_installer" | ||
| 31 | |||
| 32 | FILES_${PN} += "${M4_TOOLCHAIN_INSTALL_DIR_RECIPE}" | ||
| 33 | |||
| 34 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 35 | INHIBIT_SYSROOT_STRIP = "1" | ||
| 36 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 37 | |||
| 38 | INSANE_SKIP_${PN} += "arch staticdev" | ||
