All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][dunfell PATCH] recipes-kernel: linux-ti-staging: update SRCREV to latest
@ 2020-08-18 18:51 Nikhil Devshatwar
  2020-08-18 19:12 ` Dan Murphy
  0 siblings, 1 reply; 4+ messages in thread
From: Nikhil Devshatwar @ 2020-08-18 18:51 UTC (permalink / raw)
  To: meta-ti, denys, dmurphy; +Cc: Nikhil Devshatwar

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
---
 recipes-kernel/linux/linux-ti-staging_5.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb
index cf1ecc6e..0e87f7d8 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.4.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb
@@ -61,7 +61,7 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.4.y"
 
-SRCREV = "a32d62437eb9f2acd64a124c221de98d6f728bcc"
+SRCREV = "da26e63e96f403b7415fdf7e0b45eeaba63ddbe0"
 PV = "5.4.54+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
-- 
2.17.1


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

* Re: [meta-ti][dunfell PATCH] recipes-kernel: linux-ti-staging: update SRCREV to latest
  2020-08-18 18:51 [meta-ti][dunfell PATCH] recipes-kernel: linux-ti-staging: update SRCREV to latest Nikhil Devshatwar
@ 2020-08-18 19:12 ` Dan Murphy
  2020-08-18 19:16   ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Murphy @ 2020-08-18 19:12 UTC (permalink / raw)
  To: Nikhil Devshatwar, meta-ti, denys

Nikhil

On 8/18/20 1:51 PM, Nikhil Devshatwar wrote:
> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> ---
>   recipes-kernel/linux/linux-ti-staging_5.4.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb
> index cf1ecc6e..0e87f7d8 100644
> --- a/recipes-kernel/linux/linux-ti-staging_5.4.bb
> +++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb
> @@ -61,7 +61,7 @@ S = "${WORKDIR}/git"
>   
>   BRANCH = "ti-linux-5.4.y"
>   
> -SRCREV = "a32d62437eb9f2acd64a124c221de98d6f728bcc"
> +SRCREV = "da26e63e96f403b7415fdf7e0b45eeaba63ddbe0"
>   PV = "5.4.54+git${SRCPV}"
>   
>   # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild

Nack

I just updated the kernel to 5.4.58

Dan


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

* Re: [meta-ti][dunfell PATCH] recipes-kernel: linux-ti-staging: update SRCREV to latest
  2020-08-18 19:12 ` Dan Murphy
@ 2020-08-18 19:16   ` Denys Dmytriyenko
  2020-08-18 19:17     ` Dan Murphy
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2020-08-18 19:16 UTC (permalink / raw)
  To: Dan Murphy; +Cc: Nikhil Devshatwar, meta-ti

On Tue, Aug 18, 2020 at 02:12:17PM -0500, Dan Murphy wrote:
> Nikhil
> 
> On 8/18/20 1:51 PM, Nikhil Devshatwar wrote:
> >Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
> >---
> >  recipes-kernel/linux/linux-ti-staging_5.4.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb
> >index cf1ecc6e..0e87f7d8 100644
> >--- a/recipes-kernel/linux/linux-ti-staging_5.4.bb
> >+++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb
> >@@ -61,7 +61,7 @@ S = "${WORKDIR}/git"
> >  BRANCH = "ti-linux-5.4.y"
> >-SRCREV = "a32d62437eb9f2acd64a124c221de98d6f728bcc"
> >+SRCREV = "da26e63e96f403b7415fdf7e0b45eeaba63ddbe0"
> >  PV = "5.4.54+git${SRCPV}"
> >  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
> 
> Nack
> 
> I just updated the kernel to 5.4.58

Also, need to update RT kernel as well, as it uses a different branch.

-- 
Denys

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

* Re: [meta-ti][dunfell PATCH] recipes-kernel: linux-ti-staging: update SRCREV to latest
  2020-08-18 19:16   ` Denys Dmytriyenko
@ 2020-08-18 19:17     ` Dan Murphy
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Murphy @ 2020-08-18 19:17 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: Nikhil Devshatwar, meta-ti

Denys

On 8/18/20 2:16 PM, Denys Dmytriyenko wrote:
> On Tue, Aug 18, 2020 at 02:12:17PM -0500, Dan Murphy wrote:
>> Nikhil
>>
>> On 8/18/20 1:51 PM, Nikhil Devshatwar wrote:
>>> Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
>>> ---
>>>   recipes-kernel/linux/linux-ti-staging_5.4.bb | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb
>>> index cf1ecc6e..0e87f7d8 100644
>>> --- a/recipes-kernel/linux/linux-ti-staging_5.4.bb
>>> +++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb
>>> @@ -61,7 +61,7 @@ S = "${WORKDIR}/git"
>>>   BRANCH = "ti-linux-5.4.y"
>>> -SRCREV = "a32d62437eb9f2acd64a124c221de98d6f728bcc"
>>> +SRCREV = "da26e63e96f403b7415fdf7e0b45eeaba63ddbe0"
>>>   PV = "5.4.54+git${SRCPV}"
>>>   # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
>> Nack
>>
>> I just updated the kernel to 5.4.58
> Also, need to update RT kernel as well, as it uses a different branch.
>
Just sent in the patch I had to wait till the RT build was finished to 
submit

Dan


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

end of thread, other threads:[~2020-08-18 19:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-18 18:51 [meta-ti][dunfell PATCH] recipes-kernel: linux-ti-staging: update SRCREV to latest Nikhil Devshatwar
2020-08-18 19:12 ` Dan Murphy
2020-08-18 19:16   ` Denys Dmytriyenko
2020-08-18 19:17     ` Dan Murphy

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.