mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Legacy platforms AM3/4/5/J6 build components for multimedia acceleration and other DSP showcasing using SYS/BIOS, XDC, XDAIS, CodeGen Tools and different DSP libraries. Move all of them to meta-ti-extras. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
25 lines
742 B
PHP
25 lines
742 B
PHP
DESCRIPTION = "TI ARM Code Generation Tools"
|
|
HOMEPAGE = "https://www-a.ti.com/downloads/sds_support/CodeGenerationTools.htm"
|
|
SECTION = "devel"
|
|
LICENSE = "TI"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=62f46f1125a152a2e213b414db7ac600"
|
|
|
|
require ../includes/ti-paths.inc
|
|
require ../includes/ti-staging.inc
|
|
require ../includes/ti-eula-unpack.inc
|
|
|
|
S = "${WORKDIR}/cgt470_${PV}"
|
|
|
|
SRC_URI = "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin"
|
|
|
|
BINFILE="ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin"
|
|
TI_BIN_UNPK_CMDS="Y:qY:workdir: : "
|
|
TI_BIN_UNPK_WDEXT="/cgt470_${PV}"
|
|
|
|
do_install() {
|
|
install -d ${D}${CODEGEN_ARM_INSTALL_DIR_RECIPE}
|
|
cp -pPrf ${S}/* ${D}${CODEGEN_ARM_INSTALL_DIR_RECIPE}
|
|
}
|
|
|