All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 1/2] ipumm-fw: Update SRCREV
@ 2016-12-16 16:47 Dmytriyenko, Denys
  2016-12-16 17:10 ` Karthik Ramanan
  0 siblings, 1 reply; 6+ messages in thread
From: Dmytriyenko, Denys @ 2016-12-16 16:47 UTC (permalink / raw)
  To: R, Karthik; +Cc: meta-ti@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1625 bytes --]

Please briefly explain in the description the change in license checksum and where it affects the license itself. Thanks.

On Dec 16, 2016 11:44, "R, Karthik" <karthik.ramanan@ti.com> wrote:
This will include the following updates:
 * Addition of MJPEG Encoder
 * minor bug fixes
 * codec updates for mpeg2d

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

diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
index 4bebc2a..85dfc26 100644
--- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
@@ -9,7 +9,7 @@ python __anonymous() {
 DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode"
 LICENSE = "TI-TSPA"

-LIC_FILES_CHKSUM = "file://Texas_Instruments_ipumm_Manifest.pdf;md5=e3e7d6efc7aca87789775198c4ca9f8e"
+LIC_FILES_CHKSUM = "file://Texas_Instruments_ipumm_Manifest.pdf;md5=5cc572579f07af266ab57fc17d762c7f"

 COMPATIBLE_MACHINE = "dra7xx"

@@ -17,12 +17,12 @@ RDEPENDS_${PN} = " libdce"

 SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git"

-SRCREV = "cd93550ed32c7849de91288e7d90cba3bd89614b"
+SRCREV = "42fd71596b161e79e017e00741433e84705a28a6"

 S = "${WORKDIR}/git"

 PV = "3.00.12.00"
-PR = "r0"
+PR = "r1"

 require recipes-ti/includes/ti-paths.inc
 require recipes-ti/includes/ti-staging.inc
--
1.7.9.5

--
_______________________________________________
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


[-- Attachment #2: Type: text/html, Size: 2677 bytes --]

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] ipumm-fw: Update SRCREV
@ 2016-12-16 17:12 Dmytriyenko, Denys
  2016-12-16 17:15 ` Karthik Ramanan
  0 siblings, 1 reply; 6+ messages in thread
From: Dmytriyenko, Denys @ 2016-12-16 17:12 UTC (permalink / raw)
  To: R, Karthik; +Cc: meta-ti@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 2132 bytes --]

Does that change the overall license in any way?

On Dec 16, 2016 12:10, "R, Karthik" <karthik.ramanan@ti.com> wrote:
Hi Denys,

The license file has changed to reflect the addition of the new MJPEG Encoder.
There is no other change apart from that.

Let me know if I need to submit the v2 of the patch with the expanded description.

Regards
Karthik

On 16-Dec-16 10:17 PM, Dmytriyenko, Denys wrote:
Please briefly explain in the description the change in license checksum and where it affects the license itself. Thanks.

On Dec 16, 2016 11:44, "R, Karthik" <karthik.ramanan@ti.com><mailto:karthik.ramanan@ti.com> wrote:
This will include the following updates:
 * Addition of MJPEG Encoder
 * minor bug fixes
 * codec updates for mpeg2d

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

diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
index 4bebc2a..85dfc26 100644
--- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
@@ -9,7 +9,7 @@ python __anonymous() {
 DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode"
 LICENSE = "TI-TSPA"

-LIC_FILES_CHKSUM = "file://Texas_Instruments_ipumm_Manifest.pdf;md5=e3e7d6efc7aca87789775198c4ca9f8e"
+LIC_FILES_CHKSUM = "file://Texas_Instruments_ipumm_Manifest.pdf;md5=5cc572579f07af266ab57fc17d762c7f"

 COMPATIBLE_MACHINE = "dra7xx"

@@ -17,12 +17,12 @@ RDEPENDS_${PN} = " libdce"

 SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git"

-SRCREV = "cd93550ed32c7849de91288e7d90cba3bd89614b"
+SRCREV = "42fd71596b161e79e017e00741433e84705a28a6"

 S = "${WORKDIR}/git"

 PV = "3.00.12.00"
-PR = "r0"
+PR = "r1"

 require recipes-ti/includes/ti-paths.inc
 require recipes-ti/includes/ti-staging.inc
--
1.7.9.5

--
_______________________________________________
meta-ti mailing list
meta-ti@yoctoproject.org<mailto:meta-ti@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/meta-ti




[-- Attachment #2: Type: text/html, Size: 3548 bytes --]

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH 1/2] ipumm-fw: Update SRCREV
@ 2016-12-16 14:46 Karthik Ramanan
  0 siblings, 0 replies; 6+ messages in thread
From: Karthik Ramanan @ 2016-12-16 14:46 UTC (permalink / raw)
  To: meta-ti

This will include the following updates:
 * Addition of MJPEG Encoder
 * minor bug fixes
 * codec updates for mpeg2d

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

diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
index 4bebc2a..85dfc26 100644
--- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
+++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
@@ -9,7 +9,7 @@ python __anonymous() {
 DESCRIPTION = "Firmware for IPU for supporting Accelerated MM decode and encode"
 LICENSE = "TI-TSPA"
 
-LIC_FILES_CHKSUM = "file://Texas_Instruments_ipumm_Manifest.pdf;md5=e3e7d6efc7aca87789775198c4ca9f8e"
+LIC_FILES_CHKSUM = "file://Texas_Instruments_ipumm_Manifest.pdf;md5=5cc572579f07af266ab57fc17d762c7f"
 
 COMPATIBLE_MACHINE = "dra7xx"
 
@@ -17,12 +17,12 @@ RDEPENDS_${PN} = " libdce"
 
 SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git"
 
-SRCREV = "cd93550ed32c7849de91288e7d90cba3bd89614b"
+SRCREV = "42fd71596b161e79e017e00741433e84705a28a6"
 
 S = "${WORKDIR}/git"
 
 PV = "3.00.12.00"
-PR = "r0"
+PR = "r1"
 
 require recipes-ti/includes/ti-paths.inc
 require recipes-ti/includes/ti-staging.inc
-- 
1.7.9.5



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

end of thread, other threads:[~2016-12-16 19:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-16 16:47 [PATCH 1/2] ipumm-fw: Update SRCREV Dmytriyenko, Denys
2016-12-16 17:10 ` Karthik Ramanan
  -- strict thread matches above, loose matches on Subject: below --
2016-12-16 17:12 Dmytriyenko, Denys
2016-12-16 17:15 ` Karthik Ramanan
2016-12-16 17:36   ` Denys Dmytriyenko
2016-12-16 14:46 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.