From 3df1cbea2e5be306ef7884180226a61c70dbf24c Mon Sep 17 00:00:00 2001 From: Siddharth Heroor Date: Wed, 30 Mar 2011 13:12:40 +0530 Subject: TI EDMA3LLD Sysbios: Update recipe for SRC_URI * Add SRC_URI for tar.gz releases. * Bump PR. Signed-off-by: Siddharth Heroor Signed-off-by: Denys Dmytriyenko --- recipes/ti/ti-edma3lld-sysbios.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} -- cgit 1.2.3-korg