diff options
Diffstat (limited to 'meta-ti-extras/recipes-ti/devtools/ti-cgt470.inc')
| -rw-r--r-- | meta-ti-extras/recipes-ti/devtools/ti-cgt470.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-ti-extras/recipes-ti/devtools/ti-cgt470.inc b/meta-ti-extras/recipes-ti/devtools/ti-cgt470.inc new file mode 100644 index 00000000..f0992aa7 --- /dev/null +++ b/meta-ti-extras/recipes-ti/devtools/ti-cgt470.inc | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "TI ARM Code Generation Tools" | ||
| 2 | HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/CodeGenerationTools.htm" | ||
| 3 | SECTION = "devel" | ||
| 4 | LICENSE = "TI" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=62f46f1125a152a2e213b414db7ac600" | ||
| 7 | |||
| 8 | require ../includes/ti-paths.inc | ||
| 9 | require ../includes/ti-staging.inc | ||
| 10 | require ../includes/ti-eula-unpack.inc | ||
| 11 | |||
| 12 | S = "${WORKDIR}/cgt470_${PV}" | ||
| 13 | |||
| 14 | SRC_URI = "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin" | ||
| 15 | |||
| 16 | BINFILE="ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin" | ||
| 17 | TI_BIN_UNPK_CMDS="Y:qY:workdir: : " | ||
| 18 | TI_BIN_UNPK_WDEXT="/cgt470_${PV}" | ||
| 19 | |||
| 20 | do_install() { | ||
| 21 | install -d ${D}${CODEGEN_ARM_INSTALL_DIR_RECIPE} | ||
| 22 | cp -pPrf ${S}/* ${D}${CODEGEN_ARM_INSTALL_DIR_RECIPE} | ||
| 23 | } | ||
| 24 | |||
