diff options
author | Roger Monk <r-monk@ti.com> | 2010-01-15 12:22:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:11 +0200 |
commit | 078f98eecfb365a266193bf6297b80febccb492e (patch) | |
tree | a9efe5c5acca09a6506d8bc531afc67cd9f890ba /recipes/ti/ti-xdctools.inc | |
parent | b8ffb54736d1483133c809356a3211a11b7cf9d9 (diff) |
ti-recipes: consistency cleanup
* ti-xdctools: consistent recipe cleanup + add versions
* ti-dspbios: recipe cleanup + add versions
* ti-cgt6x: consistent recipe cleanup + add versions
* ti-biosutils: consistent recipe cleanup
* ti-xdais: consistent recipe cleanup + add versions
* ti-edma3lld: consistent recipe cleanup + remove broken version
* ti-framework-components: consistent recipe cleanup
* ti-dspbios: remove non-public versions
* ti-lpm-module/ti-local-power-manager: recipe cleanup, breakout and rename
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti/ti-xdctools.inc')
-rw-r--r-- | recipes/ti/ti-xdctools.inc | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/recipes/ti/ti-xdctools.inc b/recipes/ti/ti-xdctools.inc index 79698fd245..2e214b4d6e 100644 --- a/recipes/ti/ti-xdctools.inc +++ b/recipes/ti/ti-xdctools.inc @@ -1,22 +1,19 @@ -DESCRIPTION = "TI XDC tool" - -SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/xdctools_${BASE_PV}/exports/xdctools_setuplinux_${PV}.bin" -BINFILE="xdctools_setuplinux_${PV}.bin" - -S = "${WORKDIR}/xdctools_${PV}" - -TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" +DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)" +HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc" require ti-paths.inc -require ti-eula-unpack.inc require ti-staging.inc +require 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: qY:workdir:Y" + do_install() { - chmod 755 -R ${S} install -d ${D}${XDC_INSTALL_DIR_RECIPE} cp -pPrf ${S}/* ${D}${XDC_INSTALL_DIR_RECIPE} } - |