summaryrefslogtreecommitdiffstats
path: root/recipes-ti/edma3lld
diff options
context:
space:
mode:
authorPeter A. Bigot <bigotp@acm.org>2012-01-31 06:40:55 -0600
committerDenys Dmytriyenko <denys@ti.com>2012-02-20 21:24:00 -0500
commitd56107533b9e63b31f479bfbbc880525f14fe1f3 (patch)
treea973890b4e59e4743b3dd91089043050854719d8 /recipes-ti/edma3lld
parentd8fc4a686262c50fd0053afa7240020909ec430b (diff)
downloadmeta-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/edma3lld')
-rw-r--r--recipes-ti/edma3lld/ti-edma3lld.inc3
1 files changed, 2 insertions, 1 deletions
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
8require ../includes/ti-staging.inc 8require ../includes/ti-staging.inc
9require ../includes/ti-eula-unpack.inc 9require ../includes/ti-eula-unpack.inc
10 10
11S = "${WORKDIR}/edma3_lld_${PV}" 11TI_BIN_UNPK_WDEXT="/edma3_lld_${PV}"
12S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}"
12 13
13SRC_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" 14SRC_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