mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
88867c1d96
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
25 lines
673 B
PHP
25 lines
673 B
PHP
DESCRIPTION = "TI DSP Code Generation Tools"
|
|
HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm"
|
|
SECTION = "devel"
|
|
LICENSE = "TI"
|
|
|
|
require ../includes/ti-paths.inc
|
|
require ../includes/ti-staging.inc
|
|
require ../includes/ti-eula-unpack.inc
|
|
|
|
PR = "r4"
|
|
|
|
S = "${WORKDIR}/cgt6x_${PV}"
|
|
|
|
SRC_URI = "http://install.source.dir.local/ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin;name=cgt6xbin"
|
|
|
|
BINFILE="ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin"
|
|
TI_BIN_UNPK_CMDS="Y:qY:workdir: : "
|
|
TI_BIN_UNPK_WDEXT="/cgt6x_${PV}"
|
|
|
|
do_install() {
|
|
install -d ${D}${CODEGEN_INSTALL_DIR_RECIPE}
|
|
cp -pPrf ${S}/* ${D}${CODEGEN_INSTALL_DIR_RECIPE}
|
|
}
|
|
|