mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-13 06:10:38 +00:00
616ac89542
* This version adheres to the new "core" package format. * Add the version-indepedent include file for the core packages * Extract common information between the core and legacy packages into the ti-xdctools-common.inc file. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
11 lines
340 B
PHP
11 lines
340 B
PHP
require ti-xdctools-common.inc
|
|
require ../includes/ti-eula-unpack.inc
|
|
|
|
S = "${WORKDIR}/xdctools_${PV}"
|
|
|
|
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/${PV}/exports/xdctools_setuplinux_${PV}.bin;name=xdcbin"
|
|
|
|
BINFILE="xdctools_setuplinux_${PV}.bin"
|
|
TI_BIN_UNPK_CMDS="Y:workdir:Y"
|
|
TI_BIN_UNPK_WDEXT="/ti"
|