diff options
author | Roger Monk <r-monk@ti.com> | 2010-01-11 15:51:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:09 +0200 |
commit | 7532b8247a18f0facc3308e3ec674edb46ed6460 (patch) | |
tree | 81a69ca4ba00d364bd607818f0b13d29305fa6fc | |
parent | 241918e9be4aa891d41d0418f3aea7ec15e0ef53 (diff) |
ti-edma3-lld: Adding version 01.11.00.03 (installer fix)
Signed-off-by: Koen Kooi <k-kooi@ti.com>
-rw-r--r-- | recipes/ti/ti-edma3lld.inc | 7 | ||||
-rw-r--r-- | recipes/ti/ti-edma3lld_01.11.00.03.bb | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/recipes/ti/ti-edma3lld.inc b/recipes/ti/ti-edma3lld.inc index c0df40e1a7..a250210fbf 100644 --- a/recipes/ti/ti-edma3lld.inc +++ b/recipes/ti/ti-edma3lld.inc @@ -2,17 +2,16 @@ DESCRIPTION = "TI DSP/BIOS for Davinci and OMAP processor" TI_BIN_UNPK_CMDS="Y:workdir" -#require ti-eula-unpack.inc +require ti-eula-unpack.inc PE = "1" require ti-paths.inc require ti-staging.inc -SRC_URI = "http://something/EDMA3_LLD_setuplinux_${PV}.tar.gz;name=edma3lldtarball" -#http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/edma3_lld/EDMA3-BIOS5-LLD/01_11/edma3_lld_01_11/EDMA3_LLD_setuplinux_${PV}.bin;name=edma3lldbin" +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/edma3_lld/edma3-lld-bios5/${PV}/exports/EDMA3_LLD_setuplinux_${PV}.bin;name=edma3lldbin" -#BINFILE="EDMA3_LLD_setuplinux_${PV}.bin" +BINFILE="EDMA3_LLD_setuplinux_${PV}.bin" S = "${WORKDIR}/edma3_lld_${PV}" diff --git a/recipes/ti/ti-edma3lld_01.11.00.03.bb b/recipes/ti/ti-edma3lld_01.11.00.03.bb new file mode 100644 index 0000000000..8e0f476138 --- /dev/null +++ b/recipes/ti/ti-edma3lld_01.11.00.03.bb @@ -0,0 +1,8 @@ +require ti-edma3lld.inc + +SRC_URI[edma3lldbin.md5sum] = "49311f1bce99c034bff0ced410cb859b" +SRC_URI[edma3lldbin.sha256sum] = "87cd43406d3a4f1db00e6536b75100150d3a9dcda28ae832f327b8e024d99dc1" + +PV = "01_11_00_03" + + |