* [meta-ti][dunfell][PATCH 0/3] Update to 08.02.00.001
@ 2022-02-07 15:39 Ryan Eatmon
2022-02-07 15:39 ` [meta-ti][dunfell][PATCH 1/3] linux-ti-staging: Bump to 08.02.00.001 release Ryan Eatmon
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Ryan Eatmon @ 2022-02-07 15:39 UTC (permalink / raw)
To: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
Update u-boot and integrated lts kernel to 08.02.00.001 tag.
This contains updates for:
* j721s2
Ryan Eatmon (3):
linux-ti-staging: Bump to 08.02.00.001 release
linux-ti-staging-rt: Bump to 08.02.00.001 release
u-boot-ti-staging: Bump to 08.02.00.001 release
recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++--
recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 6+ messages in thread* [meta-ti][dunfell][PATCH 1/3] linux-ti-staging: Bump to 08.02.00.001 release
2022-02-07 15:39 [meta-ti][dunfell][PATCH 0/3] Update to 08.02.00.001 Ryan Eatmon
@ 2022-02-07 15:39 ` Ryan Eatmon
2022-02-11 3:41 ` Denys Dmytriyenko
2022-02-07 15:39 ` [meta-ti][dunfell][PATCH 2/3] linux-ti-staging-rt: " Ryan Eatmon
2022-02-07 15:39 ` [meta-ti][dunfell][PATCH 3/3] u-boot-ti-staging: " Ryan Eatmon
2 siblings, 1 reply; 6+ messages in thread
From: Ryan Eatmon @ 2022-02-07 15:39 UTC (permalink / raw)
To: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
Updated the linux version for 08.02.00.001
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
index 3f3d50af..51083382 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
BRANCH = "ti-linux-5.10.y"
-SRCREV = "dcc6bedb2c2bdb509709e4ae08303206e95ce6c2"
+SRCREV = "a523aa26d870552a44c5f48b01c3c1ea3a48751a"
PV = "5.10.65+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] 6+ messages in thread* Re: [meta-ti][dunfell][PATCH 1/3] linux-ti-staging: Bump to 08.02.00.001 release
2022-02-07 15:39 ` [meta-ti][dunfell][PATCH 1/3] linux-ti-staging: Bump to 08.02.00.001 release Ryan Eatmon
@ 2022-02-11 3:41 ` Denys Dmytriyenko
2022-02-11 12:40 ` Ryan Eatmon
0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2022-02-11 3:41 UTC (permalink / raw)
To: reatmon; +Cc: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
On Mon, Feb 07, 2022 at 09:39:48AM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
> Updated the linux version for 08.02.00.001
>
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
> recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
> index 3f3d50af..51083382 100644
> --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
> +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
> @@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
>
> BRANCH = "ti-linux-5.10.y"
>
> -SRCREV = "dcc6bedb2c2bdb509709e4ae08303206e95ce6c2"
> +SRCREV = "a523aa26d870552a44c5f48b01c3c1ea3a48751a"
> PV = "5.10.65+git${SRCPV}"
Why is it still versioned as 5.10.65? Quick glance at ti-linux-kernel shows
it's been updating with the latest stable on a regular basis and the latest
version now is 5.10.90, which is 25 minor releases ahead:
https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/Makefile?h=ti-linux-5.10.y
> # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
> --
> 2.17.1
>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [meta-ti][dunfell][PATCH 1/3] linux-ti-staging: Bump to 08.02.00.001 release
2022-02-11 3:41 ` Denys Dmytriyenko
@ 2022-02-11 12:40 ` Ryan Eatmon
0 siblings, 0 replies; 6+ messages in thread
From: Ryan Eatmon @ 2022-02-11 12:40 UTC (permalink / raw)
To: Denys Dmytriyenko
Cc: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
My auto script is not picking up that change. I'll fix that for future
releases. Thanks for pointing it out.
On 2/10/2022 21:41, Denys Dmytriyenko wrote:
> On Mon, Feb 07, 2022 at 09:39:48AM -0600, Ryan Eatmon via lists.yoctoproject.org wrote:
>> Updated the linux version for 08.02.00.001
>>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>> recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
>> index 3f3d50af..51083382 100644
>> --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
>> +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
>> @@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
>>
>> BRANCH = "ti-linux-5.10.y"
>>
>> -SRCREV = "dcc6bedb2c2bdb509709e4ae08303206e95ce6c2"
>> +SRCREV = "a523aa26d870552a44c5f48b01c3c1ea3a48751a"
>> PV = "5.10.65+git${SRCPV}"
>
> Why is it still versioned as 5.10.65? Quick glance at ti-linux-kernel shows
> it's been updating with the latest stable on a regular basis and the latest
> version now is 5.10.90, which is 25 minor releases ahead:
>
> https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/tree/Makefile?h=ti-linux-5.10.y
>
>
>> # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
>> --
>> 2.17.1
>>
--
Ryan Eatmon
reatmon@ti.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [meta-ti][dunfell][PATCH 2/3] linux-ti-staging-rt: Bump to 08.02.00.001 release
2022-02-07 15:39 [meta-ti][dunfell][PATCH 0/3] Update to 08.02.00.001 Ryan Eatmon
2022-02-07 15:39 ` [meta-ti][dunfell][PATCH 1/3] linux-ti-staging: Bump to 08.02.00.001 release Ryan Eatmon
@ 2022-02-07 15:39 ` Ryan Eatmon
2022-02-07 15:39 ` [meta-ti][dunfell][PATCH 3/3] u-boot-ti-staging: " Ryan Eatmon
2 siblings, 0 replies; 6+ messages in thread
From: Ryan Eatmon @ 2022-02-07 15:39 UTC (permalink / raw)
To: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
Updated the linux rt version for 08.02.00.001
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 53c7462f..7929b9cf 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 = "541ec9a6995c3dd881d6f0b63cc714a08ded457d"
+SRCREV = "d81474af4e33f8de2869d9b21a2389e06178c230"
PV = "5.10.65+git${SRCPV}"
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [meta-ti][dunfell][PATCH 3/3] u-boot-ti-staging: Bump to 08.02.00.001 release
2022-02-07 15:39 [meta-ti][dunfell][PATCH 0/3] Update to 08.02.00.001 Ryan Eatmon
2022-02-07 15:39 ` [meta-ti][dunfell][PATCH 1/3] linux-ti-staging: Bump to 08.02.00.001 release Ryan Eatmon
2022-02-07 15:39 ` [meta-ti][dunfell][PATCH 2/3] linux-ti-staging-rt: " Ryan Eatmon
@ 2022-02-07 15:39 ` Ryan Eatmon
2 siblings, 0 replies; 6+ messages in thread
From: Ryan Eatmon @ 2022-02-07 15:39 UTC (permalink / raw)
To: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti
Updated the u-boot version for 08.02.00.001
Signed-off-by: Ryan Eatmon <reatmon@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 d304df87..a7e21b7c 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 = "r16"
+PR = "r17"
BRANCH = "ti-u-boot-2021.01"
-SRCREV = "15769936a559b1840f50b83f94ee0c636b245001"
+SRCREV = "eadf5af36c6e0097a162f81308b64cc0b796b6b5"
--
2.17.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-02-11 12:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-07 15:39 [meta-ti][dunfell][PATCH 0/3] Update to 08.02.00.001 Ryan Eatmon
2022-02-07 15:39 ` [meta-ti][dunfell][PATCH 1/3] linux-ti-staging: Bump to 08.02.00.001 release Ryan Eatmon
2022-02-11 3:41 ` Denys Dmytriyenko
2022-02-11 12:40 ` Ryan Eatmon
2022-02-07 15:39 ` [meta-ti][dunfell][PATCH 2/3] linux-ti-staging-rt: " Ryan Eatmon
2022-02-07 15:39 ` [meta-ti][dunfell][PATCH 3/3] u-boot-ti-staging: " Ryan Eatmon
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.