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 /recipes-ti/bios | |
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>
Diffstat (limited to 'recipes-ti/bios')
-rw-r--r-- | recipes-ti/bios/ti-dspbios.inc | 3 |
1 files changed, 2 insertions, 1 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 | ||