diff options
author | Siddharth Heroor <heroor@ti.com> | 2011-03-30 13:12:40 +0530 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch-fe.de> | 2011-04-29 14:08:32 +0200 |
commit | 3df1cbea2e5be306ef7884180226a61c70dbf24c (patch) | |
tree | e3f08efa64b4ad466afcb77670d203dabbe1fea2 /recipes/ti | |
parent | d371aea631bed4852336ef54c537d073eb94f11c (diff) | |
download | openembedded-3df1cbea2e5be306ef7884180226a61c70dbf24c.tar.gz |
TI EDMA3LLD Sysbios: Update recipe for SRC_URI
* Add SRC_URI for tar.gz releases.
* Bump PR.
Signed-off-by: Siddharth Heroor <heroor@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes/ti')
-rw-r--r-- | recipes/ti/ti-edma3lld-sysbios.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/ti/ti-edma3lld-sysbios.inc b/recipes/ti/ti-edma3lld-sysbios.inc index c91f4c21c3..3e51c5cb35 100644 --- a/recipes/ti/ti-edma3lld-sysbios.inc +++ b/recipes/ti/ti-edma3lld-sysbios.inc @@ -6,10 +6,12 @@ LICENSE = "TI" require ti-paths.inc require ti-staging.inc -PR = "r1" +PR = "r2" S = "${WORKDIR}/edma3_lld_${PV}" +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/psp/edma3_lld/edma3-lld-bios6/${PV}/exports/edma3_lld_${PV}.tar.gz" + do_install() { install -d ${D}${EDMA3_LLD_SYSBIOS_INSTALL_DIR_RECIPE} cp -pPrf ${S}/* ${D}${EDMA3_LLD_SYSBIOS_INSTALL_DIR_RECIPE} |