All of lore.kernel.org
 help / color / mirror / Atom feed
* [daisy, master] ipumm-fw: Update download path and checksum
@ 2015-07-06  7:51 Karthik Ramanan
  2015-07-06 15:21 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Karthik Ramanan @ 2015-07-06  7:51 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
index 2e43584..821a502 100644
--- a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
@@ -9,17 +9,17 @@ python __anonymous() {
 DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode"
 LICENSE = "TI-TSPA"
 
-LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=caa45d993ac010abe2fd319f6613bc26"
+LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=57d49afcca8f1be47b1c4e79aa06b3ba"
 
 COMPATIBLE_MACHINE = "dra7xx"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 RDEPENDS_${PN} = "libdce"
 
-SRC_URI = "http://arago-project.org/files/short-term/misc/ipumm-dra7xx-evm-${PV}.tar.gz;protocol=http"
+SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_08_01/exports/ipumm-dra7xx-evm-${PV}.tar.gz;protocol=ftp"
 
-SRC_URI[md5sum] = "e770dce63fdf218bb19ceb748d9812c0"
-SRC_URI[sha256sum] = "044d49b77560660bdfc29894e669fe8f70dc467c66b4acb49b24722a0799baa1"
+SRC_URI[md5sum] = "a1873333e7676ec1b7fcb18fb8b90696"
+SRC_URI[sha256sum] = "d583d827191a3772f496145cbf81747e10e7ed553d4653379576ac891019d7fb"
 
 S = "${WORKDIR}/ipumm-dra7xx-evm-${PV}"
 
@@ -31,3 +31,5 @@ do_install() {
 }
 
 FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
+
+PR = "r4"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [daisy, master] ipumm-fw: Update download path and checksum
  2015-07-06  7:51 [daisy, master] ipumm-fw: Update download path and checksum Karthik Ramanan
@ 2015-07-06 15:21 ` Denys Dmytriyenko
  2015-07-06 17:07   ` Karthik Ramanan
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2015-07-06 15:21 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-ti

On Mon, Jul 06, 2015 at 01:21:17PM +0530, Karthik Ramanan wrote:
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb |   10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
> index 2e43584..821a502 100644
> --- a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
> +++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
> @@ -9,17 +9,17 @@ python __anonymous() {
>  DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode"
>  LICENSE = "TI-TSPA"
>  
> -LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=caa45d993ac010abe2fd319f6613bc26"
> +LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=57d49afcca8f1be47b1c4e79aa06b3ba"
>  
>  COMPATIBLE_MACHINE = "dra7xx"
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
>  RDEPENDS_${PN} = "libdce"
>  
> -SRC_URI = "http://arago-project.org/files/short-term/misc/ipumm-dra7xx-evm-${PV}.tar.gz;protocol=http"
> +SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_08_01/exports/
> ipumm-dra7xx-evm-${PV}.tar.gz;protocol=ftp"

Looks good, but are you sure the protocol ^^^ is correct?


> -SRC_URI[md5sum] = "e770dce63fdf218bb19ceb748d9812c0"
> -SRC_URI[sha256sum] = "044d49b77560660bdfc29894e669fe8f70dc467c66b4acb49b24722a0799baa1"
> +SRC_URI[md5sum] = "a1873333e7676ec1b7fcb18fb8b90696"
> +SRC_URI[sha256sum] = "d583d827191a3772f496145cbf81747e10e7ed553d4653379576ac891019d7fb"
>  
>  S = "${WORKDIR}/ipumm-dra7xx-evm-${PV}"
>  
> @@ -31,3 +31,5 @@ do_install() {
>  }
>  
>  FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
> +
> +PR = "r4"
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [daisy, master] ipumm-fw: Update download path and checksum
  2015-07-06 15:21 ` Denys Dmytriyenko
@ 2015-07-06 17:07   ` Karthik Ramanan
  0 siblings, 0 replies; 3+ messages in thread
From: Karthik Ramanan @ 2015-07-06 17:07 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

On 06-Jul-15 8:51 PM, Denys Dmytriyenko wrote:
> On Mon, Jul 06, 2015 at 01:21:17PM +0530, Karthik Ramanan wrote:
>> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
>> ---
>>   recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb |   10 ++++++----
>>   1 file changed, 6 insertions(+), 4 deletions(-)
>>
>> diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
>> index 2e43584..821a502 100644
>> --- a/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
>> +++ b/recipes-bsp/ipumm-fw/ipumm-fw_3.00.08.01.bb
>> @@ -9,17 +9,17 @@ python __anonymous() {
>>   DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode"
>>   LICENSE = "TI-TSPA"
>>
>> -LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=caa45d993ac010abe2fd319f6613bc26"
>> +LIC_FILES_CHKSUM = "file://MMIP-${PV}-Manifest.doc;md5=57d49afcca8f1be47b1c4e79aa06b3ba"
>>
>>   COMPATIBLE_MACHINE = "dra7xx"
>>   PACKAGE_ARCH = "${MACHINE_ARCH}"
>>
>>   RDEPENDS_${PN} = "libdce"
>>
>> -SRC_URI = "http://arago-project.org/files/short-term/misc/ipumm-dra7xx-evm-${PV}.tar.gz;protocol=http"
>> +SRC_URI = "http://downloads.ti.com/dsps/dsps_public_sw/glsdk/ipumm/3_00_08_01/exports/
>> ipumm-dra7xx-evm-${PV}.tar.gz;protocol=ftp"
>
> Looks good, but are you sure the protocol ^^^ is correct?

I think both ftp and http work well. I have had it as ftp on the 
meta-glsdk and I can say for sure that its been working fine.

If you want me to change it to http that's fine with me as well.

Let me know.
>
>
>> -SRC_URI[md5sum] = "e770dce63fdf218bb19ceb748d9812c0"
>> -SRC_URI[sha256sum] = "044d49b77560660bdfc29894e669fe8f70dc467c66b4acb49b24722a0799baa1"
>> +SRC_URI[md5sum] = "a1873333e7676ec1b7fcb18fb8b90696"
>> +SRC_URI[sha256sum] = "d583d827191a3772f496145cbf81747e10e7ed553d4653379576ac891019d7fb"
>>
>>   S = "${WORKDIR}/ipumm-dra7xx-evm-${PV}"
>>
>> @@ -31,3 +31,5 @@ do_install() {
>>   }
>>
>>   FILES_${PN} += "${base_libdir}/firmware/${TARGET}"
>> +
>> +PR = "r4"
>> --
>> 1.7.9.5
>>
>> --
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-06 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-06  7:51 [daisy, master] ipumm-fw: Update download path and checksum Karthik Ramanan
2015-07-06 15:21 ` Denys Dmytriyenko
2015-07-06 17:07   ` Karthik Ramanan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.