All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][dunfell PATCH] k3conf: Update SRCREV to latest
@ 2020-11-12 13:48 Suman Anna
  2020-11-12 13:54 ` Suman Anna
  0 siblings, 1 reply; 5+ messages in thread
From: Suman Anna @ 2020-11-12 13:48 UTC (permalink / raw)
  To: Dan Murphy; +Cc: Lokesh Vutla, Nikhil Devshatwar, meta-ti, Suman Anna

Use latest SRCREV on master branch to pick up all the
changes compliant with TIFS 2020.08b firmware.

Signed-off-by: Suman Anna <s-anna@ti.com>
---
Hi Dan,

Please pick this up for 07.01.00.006. Will submit a separate patch
for master, looks like Nikhil missed one update to master branch.

regards
Suman

 recipes-devtools/k3conf/k3conf_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb
index 6771eeb7682e..f7d062b91408 100644
--- a/recipes-devtools/k3conf/k3conf_git.bb
+++ b/recipes-devtools/k3conf/k3conf_git.bb
@@ -8,7 +8,7 @@ PV = "0.1+git${SRCPV}"
 COMPATIBLE_MACHINE = "k3"
 
 BRANCH ?= "master"
-SRCREV = "246eb4092d7d111ce10e0a310b9bde678b97ab36"
+SRCREV = "1ff0c4f429e8e33d22b52ec002d9b97bbca6bf0b"
 
 SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}"
 
-- 
2.28.0


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

* Re: [meta-ti][dunfell PATCH] k3conf: Update SRCREV to latest
  2020-11-12 13:48 [meta-ti][dunfell PATCH] k3conf: Update SRCREV to latest Suman Anna
@ 2020-11-12 13:54 ` Suman Anna
  2020-11-12 15:21   ` Dan Murphy
  0 siblings, 1 reply; 5+ messages in thread
From: Suman Anna @ 2020-11-12 13:54 UTC (permalink / raw)
  To: Dan Murphy; +Cc: Lokesh Vutla, Nikhil Devshatwar, meta-ti

On 11/12/20 7:48 AM, Suman Anna wrote:
> Use latest SRCREV on master branch to pick up all the
> changes compliant with TIFS 2020.08b firmware.
> 
> Signed-off-by: Suman Anna <s-anna@ti.com>
> ---
> Hi Dan,
> 
> Please pick this up for 07.01.00.006. Will submit a separate patch
> for master, looks like Nikhil missed one update to master branch.

Sorry, my bad, I take this back, my local master branch was not up-to-date. This
is applicable for master as well.

regards
Suman

> 
> regards
> Suman
> 
>  recipes-devtools/k3conf/k3conf_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb
> index 6771eeb7682e..f7d062b91408 100644
> --- a/recipes-devtools/k3conf/k3conf_git.bb
> +++ b/recipes-devtools/k3conf/k3conf_git.bb
> @@ -8,7 +8,7 @@ PV = "0.1+git${SRCPV}"
>  COMPATIBLE_MACHINE = "k3"
>  
>  BRANCH ?= "master"
> -SRCREV = "246eb4092d7d111ce10e0a310b9bde678b97ab36"
> +SRCREV = "1ff0c4f429e8e33d22b52ec002d9b97bbca6bf0b"
>  
>  SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}"
>  
> 


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

* Re: [meta-ti][dunfell PATCH] k3conf: Update SRCREV to latest
  2020-11-12 13:54 ` Suman Anna
@ 2020-11-12 15:21   ` Dan Murphy
  2020-11-12 20:12     ` Dan Murphy
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Murphy @ 2020-11-12 15:21 UTC (permalink / raw)
  To: Suman Anna; +Cc: Lokesh Vutla, Nikhil Devshatwar, meta-ti

Suman

On 11/12/20 7:54 AM, Suman Anna wrote:
> On 11/12/20 7:48 AM, Suman Anna wrote:
>> Use latest SRCREV on master branch to pick up all the
>> changes compliant with TIFS 2020.08b firmware.
>>
>> Signed-off-by: Suman Anna <s-anna@ti.com>
>> ---
>> Hi Dan,
>>
>> Please pick this up for 07.01.00.006. Will submit a separate patch
>> for master, looks like Nikhil missed one update to master branch.
> Sorry, my bad, I take this back, my local master branch was not up-to-date. This
> is applicable for master as well.
>
OK it is applied to -next and will be pushed shortly

Dan


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

* Re: [meta-ti][dunfell PATCH] k3conf: Update SRCREV to latest
  2020-11-12 15:21   ` Dan Murphy
@ 2020-11-12 20:12     ` Dan Murphy
  2020-11-12 22:41       ` Suman Anna
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Murphy @ 2020-11-12 20:12 UTC (permalink / raw)
  To: Suman Anna; +Cc: Lokesh Vutla, Nikhil Devshatwar, meta-ti

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

Suman

On 11/12/20 9:21 AM, Dan Murphy wrote:
> Suman
>
> On 11/12/20 7:54 AM, Suman Anna wrote:
>> On 11/12/20 7:48 AM, Suman Anna wrote:
>>> Use latest SRCREV on master branch to pick up all the
>>> changes compliant with TIFS 2020.08b firmware.
>>>
>>> Signed-off-by: Suman Anna <s-anna@ti.com>
>>> ---
>>> Hi Dan,
>>>
>>> Please pick this up for 07.01.00.006. Will submit a separate patch
>>> for master, looks like Nikhil missed one update to master branch.
>> Sorry, my bad, I take this back, my local master branch was not 
>> up-to-date. This
>> is applicable for master as well.
>>
> OK it is applied to -next and will be pushed shortly
>
> Dan
>
Patch failed to build due to checksum mismatch on the License file due 
to this commit 
https://git.ti.com/gitweb?p=k3conf/k3conf.git;a=commit;h=bf1b4143e0065fb119766c2dddd8c08fb5ded7a9

ERROR: QA Issue: k3conf: The LIC_FILES_CHKSUM does not match for file://common/k3conf.c;beginline=1;endline=34;md5=37f4e460bd8501c6f02ce71f02bc7ccf
k3conf: The new md5 checksum is 7154c0ffcd418064ffa528e34e70ca9d

Dan


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

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

* Re: [meta-ti][dunfell PATCH] k3conf: Update SRCREV to latest
  2020-11-12 20:12     ` Dan Murphy
@ 2020-11-12 22:41       ` Suman Anna
  0 siblings, 0 replies; 5+ messages in thread
From: Suman Anna @ 2020-11-12 22:41 UTC (permalink / raw)
  To: Dan Murphy; +Cc: Lokesh Vutla, Nikhil Devshatwar, meta-ti

On 11/12/20 2:12 PM, Dan Murphy wrote:
> Suman
> 
> On 11/12/20 9:21 AM, Dan Murphy wrote:
>> Suman
>>
>> On 11/12/20 7:54 AM, Suman Anna wrote:
>>> On 11/12/20 7:48 AM, Suman Anna wrote:
>>>> Use latest SRCREV on master branch to pick up all the
>>>> changes compliant with TIFS 2020.08b firmware.
>>>>
>>>> Signed-off-by: Suman Anna <s-anna@ti.com>
>>>> ---
>>>> Hi Dan,
>>>>
>>>> Please pick this up for 07.01.00.006. Will submit a separate patch
>>>> for master, looks like Nikhil missed one update to master branch.
>>> Sorry, my bad, I take this back, my local master branch was not up-to-date. This
>>> is applicable for master as well.
>>>
>> OK it is applied to -next and will be pushed shortly
>>
>> Dan
>>
> Patch failed to build due to checksum mismatch on the License file due to this
> commit
> https://git.ti.com/gitweb?p=k3conf/k3conf.git;a=commit;h=bf1b4143e0065fb119766c2dddd8c08fb5ded7a9
> 
> ERROR: QA Issue: k3conf: The LIC_FILES_CHKSUM does not match for file://common/k3conf.c;beginline=1;endline=34;md5=37f4e460bd8501c6f02ce71f02bc7ccf
> k3conf: The new md5 checksum is 7154c0ffcd418064ffa528e34e70ca9d

Sorry my bad, v2 coming shortly..

regards
Suman

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

end of thread, other threads:[~2020-11-12 22:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12 13:48 [meta-ti][dunfell PATCH] k3conf: Update SRCREV to latest Suman Anna
2020-11-12 13:54 ` Suman Anna
2020-11-12 15:21   ` Dan Murphy
2020-11-12 20:12     ` Dan Murphy
2020-11-12 22:41       ` Suman Anna

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.