All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH 1/2] ti-uboot-staging: Update to the latest ti-u-boot-2021.01
@ 2021-04-30 18:20 praneeth
  2021-04-30 18:20 ` [dunfell/master PATCH 2/2] linux-ti-staging: Update 5.10 kernel to 5.10.30 praneeth
  0 siblings, 1 reply; 4+ messages in thread
From: praneeth @ 2021-04-30 18:20 UTC (permalink / raw)
  To: Praneeth Bajjuri; +Cc: Denys Dmytriyenko, Yogesh Siraswar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Update to the latest commit of ti-u-boot-2021.01

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
index c851e34b..015cd028 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
@@ -2,8 +2,8 @@ require u-boot-ti.inc
 
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
 
-PR = "r3"
+PR = "r4"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "1e70024c7e0f95f57fc1f4f20564baef1c049fb0"
+SRCREV = "51a19c4274ca897cec279d1b2d883957ab4705c5"
-- 
2.17.1


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

* [dunfell/master PATCH 2/2] linux-ti-staging: Update 5.10 kernel to 5.10.30
  2021-04-30 18:20 [dunfell/master PATCH 1/2] ti-uboot-staging: Update to the latest ti-u-boot-2021.01 praneeth
@ 2021-04-30 18:20 ` praneeth
  2021-04-30 20:02   ` [meta-ti] " Suman Anna
  0 siblings, 1 reply; 4+ messages in thread
From: praneeth @ 2021-04-30 18:20 UTC (permalink / raw)
  To: Praneeth Bajjuri; +Cc: Denys Dmytriyenko, Yogesh Siraswar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Update linux 5.10 to 5.10.30 stable.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++--
 recipes-kernel/linux/linux-ti-staging_5.10.bb    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
index d4104b6d..a6f104a2 100644
--- a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
@@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:"
 
 BRANCH = "ti-rt-linux-5.10.y"
 
-SRCREV = "00634c794573abb7fcbbf44437b2969214edfc7a"
-PV = "5.10.21+git${SRCPV}"
+SRCREV = "bafb98f9e116d9f41e40299d4f900b66d6f673fe"
+PV = "5.10.30+git${SRCPV}"
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
index b4de40de..6121f912 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -21,8 +21,8 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.10.y"
 
-SRCREV = "bdfd5b0c1ee5617c9a94bacad0d818920d95b486"
-PV = "5.10.21+git${SRCPV}"
+SRCREV = "d29eceaef9c09b732d8e95afb47429a9fe602275"
+PV = "5.10.30+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
 MACHINE_KERNEL_PR_append = "a"
-- 
2.17.1


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

* Re: [meta-ti] [dunfell/master PATCH 2/2] linux-ti-staging: Update 5.10 kernel to 5.10.30
  2021-04-30 18:20 ` [dunfell/master PATCH 2/2] linux-ti-staging: Update 5.10 kernel to 5.10.30 praneeth
@ 2021-04-30 20:02   ` Suman Anna
  2021-04-30 20:03     ` praneeth
  0 siblings, 1 reply; 4+ messages in thread
From: Suman Anna @ 2021-04-30 20:02 UTC (permalink / raw)
  To: praneeth; +Cc: Denys Dmytriyenko, Yogesh Siraswar, meta-ti

Hi Praneeth,

On 4/30/21 1:20 PM, praneeth via lists.yoctoproject.org wrote:
> From: Praneeth Bajjuri <praneeth@ti.com>
> 
> Update linux 5.10 to 5.10.30 stable.

I guess you are redoing this patch to reflect the latest tagged kernel commit SHAs?

regards
Suman

> 
> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> ---
>  recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++--
>  recipes-kernel/linux/linux-ti-staging_5.10.bb    | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
> index d4104b6d..a6f104a2 100644
> --- a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
> +++ b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
> @@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:"
>  
>  BRANCH = "ti-rt-linux-5.10.y"
>  
> -SRCREV = "00634c794573abb7fcbbf44437b2969214edfc7a"
> -PV = "5.10.21+git${SRCPV}"
> +SRCREV = "bafb98f9e116d9f41e40299d4f900b66d6f673fe"
> +PV = "5.10.30+git${SRCPV}"
> diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
> index b4de40de..6121f912 100644
> --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
> +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
> @@ -21,8 +21,8 @@ S = "${WORKDIR}/git"
>  
>  BRANCH = "ti-linux-5.10.y"
>  
> -SRCREV = "bdfd5b0c1ee5617c9a94bacad0d818920d95b486"
> -PV = "5.10.21+git${SRCPV}"
> +SRCREV = "d29eceaef9c09b732d8e95afb47429a9fe602275"
> +PV = "5.10.30+git${SRCPV}"
>  
>  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
>  MACHINE_KERNEL_PR_append = "a"
> 
> 
> 
> 
> 


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

* Re: [meta-ti] [dunfell/master PATCH 2/2] linux-ti-staging: Update 5.10 kernel to 5.10.30
  2021-04-30 20:02   ` [meta-ti] " Suman Anna
@ 2021-04-30 20:03     ` praneeth
  0 siblings, 0 replies; 4+ messages in thread
From: praneeth @ 2021-04-30 20:03 UTC (permalink / raw)
  To: Suman Anna; +Cc: Denys Dmytriyenko, Yogesh Siraswar, meta-ti



On 4/30/2021 3:02 PM, Suman Anna wrote:
> Hi Praneeth,
> 
> On 4/30/21 1:20 PM, praneeth via lists.yoctoproject.org wrote:
>> From: Praneeth Bajjuri <praneeth@ti.com>
>>
>> Update linux 5.10 to 5.10.30 stable.
> 
> I guess you are redoing this patch to reflect the latest tagged kernel commit SHAs?

Yes i will update this one in 10 mins .

> 
> regards
> Suman
> 
>>
>> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
>> ---
>>   recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++--
>>   recipes-kernel/linux/linux-ti-staging_5.10.bb    | 4 ++--
>>   2 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
>> index d4104b6d..a6f104a2 100644
>> --- a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
>> +++ b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
>> @@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:"
>>   
>>   BRANCH = "ti-rt-linux-5.10.y"
>>   
>> -SRCREV = "00634c794573abb7fcbbf44437b2969214edfc7a"
>> -PV = "5.10.21+git${SRCPV}"
>> +SRCREV = "bafb98f9e116d9f41e40299d4f900b66d6f673fe"
>> +PV = "5.10.30+git${SRCPV}"
>> diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
>> index b4de40de..6121f912 100644
>> --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
>> +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
>> @@ -21,8 +21,8 @@ S = "${WORKDIR}/git"
>>   
>>   BRANCH = "ti-linux-5.10.y"
>>   
>> -SRCREV = "bdfd5b0c1ee5617c9a94bacad0d818920d95b486"
>> -PV = "5.10.21+git${SRCPV}"
>> +SRCREV = "d29eceaef9c09b732d8e95afb47429a9fe602275"
>> +PV = "5.10.30+git${SRCPV}"
>>   
>>   # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
>>   MACHINE_KERNEL_PR_append = "a"
>>
>>
>>
>> 
>>
> 

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

end of thread, other threads:[~2021-04-30 20:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30 18:20 [dunfell/master PATCH 1/2] ti-uboot-staging: Update to the latest ti-u-boot-2021.01 praneeth
2021-04-30 18:20 ` [dunfell/master PATCH 2/2] linux-ti-staging: Update 5.10 kernel to 5.10.30 praneeth
2021-04-30 20:02   ` [meta-ti] " Suman Anna
2021-04-30 20:03     ` praneeth

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.