[meta-ti] [PATCH 2/4] various: fix installation directories for corrected ti-eula-unpack
Monk, Roger
r-monk at ti.com
Wed Feb 15 07:11:21 PST 2012
On Tue, Jan 31, 2012 at 12:40:55, Peter A. Bigot wrote:
> Subject: [meta-ti] [PATCH 2/4] various: fix installation directories
> for corrected ti-eula-unpack
>
> From: "Peter A. Bigot" <bigotp at acm.org>
>
> Signed-off-by: Peter A. Bigot <bigotp at acm.org>
Acked-by: Roger Monk <r-monk at ti.com>
> ---
> recipes-ti/bios/ti-dspbios.inc | 3 ++-
> recipes-ti/devtools/ti-xdctools.inc | 3 ++-
> recipes-ti/edma3lld/ti-edma3lld.inc | 3 ++-
> 3 files changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-ti/bios/ti-dspbios.inc b/recipes-ti/bios/ti-
> dspbios.inc index 8519039..0e3fa62 100644
> --- a/recipes-ti/bios/ti-dspbios.inc
> +++ b/recipes-ti/bios/ti-dspbios.inc
> @@ -10,7 +10,8 @@ require ../includes/ti-paths.inc require
> ../includes/ti-staging.inc require ../includes/ti-eula-unpack.inc
>
> -S = "${WORKDIR}/bios_${PV}"
> +TI_BIN_UNPK_WDEXT="/bios_${PV}"
> +S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}"
>
> SRC_URI = "http://software-
> dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/
> e xports/bios_setuplinux_${PV}.bin;name=biosbin"
>
> diff --git a/recipes-ti/devtools/ti-xdctools.inc b/recipes-
> ti/devtools/ti-xdctools.inc index c76ad80..547a555 100644
> --- a/recipes-ti/devtools/ti-xdctools.inc
> +++ b/recipes-ti/devtools/ti-xdctools.inc
> @@ -12,7 +12,8 @@ S = "${WORKDIR}/xdctools_${PV}"
> SRC_URI = "http://software-
> dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/${PV}/exports/
> x dctools_setuplinux_${PV}.bin;name=xdcbin"
>
> BINFILE="xdctools_setuplinux_${PV}.bin"
> -TI_BIN_UNPK_CMDS="Y: qY:workdir:Y"
> +TI_BIN_UNPK_CMDS="Y:workdir:Y"
> +TI_BIN_UNPK_WDEXT="/ti"
>
> do_install() {
> install -d ${D}${XDC_INSTALL_DIR_RECIPE} diff --git a/recipes-
> ti/edma3lld/ti-edma3lld.inc b/recipes-ti/edma3lld/ti-edma3lld.inc
> index d4e8557..fb131b6 100644
> --- a/recipes-ti/edma3lld/ti-edma3lld.inc
> +++ b/recipes-ti/edma3lld/ti-edma3lld.inc
> @@ -8,7 +8,8 @@ require ../includes/ti-paths.inc require
> ../includes/ti-staging.inc require ../includes/ti-eula-unpack.inc
>
> -S = "${WORKDIR}/edma3_lld_${PV}"
> +TI_BIN_UNPK_WDEXT="/edma3_lld_${PV}"
> +S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}"
>
> SRC_URI = "http://software-
> dl.ti.com/dsps/dsps_public_sw/${SRC_URI_edma3lldsite}/edma3_lld/edma3-
> lld-
> bios5/${PV}/exports/EDMA3_LLD_setuplinux_${PV}.bin;name=edma3lldbin"
>
> --
> 1.7.6.4
>
>
Texas Instruments Limited, 800 Pavilion Drive, Northampton, NN4 7YL. Registered in England & Wales under company number 00574102
_______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list