]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-ti/devtools/ti-cgt6x.inc
c9c3fda448f1132997e24f71b8d2ca845ab419df
[glsdk/meta-ti-glsdk.git] / recipes-ti / devtools / ti-cgt6x.inc
1 DESCRIPTION = "TI DSP Code Generation Tools"
2 HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
3 SECTION = "devel"
4 LICENSE = "TI"
6 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=712a8c64bb70c5ea5fa193faef3bed6f"
8 require ../includes/ti-paths.inc
9 require ../includes/ti-staging.inc
10 require ../includes/ti-eula-unpack.inc
12 PR = "r4"
14 S = "${WORKDIR}/cgt6x_${PV}"
16 SRC_URI = "http://install.source.dir.local/ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin;name=cgt6xbin"
18 BINFILE="ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin"
19 TI_BIN_UNPK_CMDS="Y:qY:workdir: : "
20 TI_BIN_UNPK_WDEXT="/cgt6x_${PV}"
22 do_install() {
23     install -d ${D}${CODEGEN_INSTALL_DIR_RECIPE}
24     cp -pPrf ${S}/* ${D}${CODEGEN_INSTALL_DIR_RECIPE}
25 }