diff options
author | Peter A. Bigot <bigotp@acm.org> | 2012-01-31 06:40:55 -0600 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-20 21:24:00 -0500 |
commit | d56107533b9e63b31f479bfbbc880525f14fe1f3 (patch) | |
tree | a973890b4e59e4743b3dd91089043050854719d8 | |
parent | d8fc4a686262c50fd0053afa7240020909ec430b (diff) | |
download | meta-ti-d56107533b9e63b31f479bfbbc880525f14fe1f3.tar.gz |
various: fix installation directories for corrected ti-eula-unpack
Signed-off-by: Peter A. Bigot <bigotp@acm.org>
Acked-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-ti/bios/ti-dspbios.inc | 3 | ||||
-rw-r--r-- | recipes-ti/devtools/ti-xdctools.inc | 3 | ||||
-rw-r--r-- | 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 8519039f..0e3fa62d 100644 --- a/recipes-ti/bios/ti-dspbios.inc +++ b/recipes-ti/bios/ti-dspbios.inc | |||
@@ -10,7 +10,8 @@ require ../includes/ti-paths.inc | |||
10 | require ../includes/ti-staging.inc | 10 | require ../includes/ti-staging.inc |
11 | require ../includes/ti-eula-unpack.inc | 11 | require ../includes/ti-eula-unpack.inc |
12 | 12 | ||
13 | S = "${WORKDIR}/bios_${PV}" | 13 | TI_BIN_UNPK_WDEXT="/bios_${PV}" |
14 | S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}" | ||
14 | 15 | ||
15 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin" | 16 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/dspbios/${PV}/exports/bios_setuplinux_${PV}.bin;name=biosbin" |
16 | 17 | ||
diff --git a/recipes-ti/devtools/ti-xdctools.inc b/recipes-ti/devtools/ti-xdctools.inc index c76ad80f..547a5554 100644 --- a/recipes-ti/devtools/ti-xdctools.inc +++ b/recipes-ti/devtools/ti-xdctools.inc | |||
@@ -12,7 +12,8 @@ S = "${WORKDIR}/xdctools_${PV}" | |||
12 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/${PV}/exports/xdctools_setuplinux_${PV}.bin;name=xdcbin" | 12 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/${PV}/exports/xdctools_setuplinux_${PV}.bin;name=xdcbin" |
13 | 13 | ||
14 | BINFILE="xdctools_setuplinux_${PV}.bin" | 14 | BINFILE="xdctools_setuplinux_${PV}.bin" |
15 | TI_BIN_UNPK_CMDS="Y: qY:workdir:Y" | 15 | TI_BIN_UNPK_CMDS="Y:workdir:Y" |
16 | TI_BIN_UNPK_WDEXT="/ti" | ||
16 | 17 | ||
17 | do_install() { | 18 | do_install() { |
18 | install -d ${D}${XDC_INSTALL_DIR_RECIPE} | 19 | install -d ${D}${XDC_INSTALL_DIR_RECIPE} |
diff --git a/recipes-ti/edma3lld/ti-edma3lld.inc b/recipes-ti/edma3lld/ti-edma3lld.inc index d4e8557e..fb131b66 100644 --- a/recipes-ti/edma3lld/ti-edma3lld.inc +++ b/recipes-ti/edma3lld/ti-edma3lld.inc | |||
@@ -8,7 +8,8 @@ require ../includes/ti-paths.inc | |||
8 | require ../includes/ti-staging.inc | 8 | require ../includes/ti-staging.inc |
9 | require ../includes/ti-eula-unpack.inc | 9 | require ../includes/ti-eula-unpack.inc |
10 | 10 | ||
11 | S = "${WORKDIR}/edma3_lld_${PV}" | 11 | TI_BIN_UNPK_WDEXT="/edma3_lld_${PV}" |
12 | S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}" | ||
12 | 13 | ||
13 | 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" | 14 | 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" |
14 | 15 | ||