meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-ti][dunfell][PATCH 0/3] Update to 08.03.00.001
@ 2022-04-21 17:56 Ryan Eatmon
  2022-04-21 17:56 ` [meta-ti][dunfell][PATCH 1/3] u-boot-ti-staging: Bump to 08.03.00.001 release Ryan Eatmon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ryan Eatmon @ 2022-04-21 17:56 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Update u-boot, linux and linux rt to 08.03.00.001 tag

Ryan Eatmon (3):
  u-boot-ti-staging: Bump to 08.03.00.001 release
  linux-ti-staging: Bump to 08.03.00.001 release
  linux-ti-staging-rt: Bump to 08.03.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 | 4 ++--
 recipes-kernel/linux/linux-ti-staging_5.10.bb    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.17.1



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

* [meta-ti][dunfell][PATCH 1/3] u-boot-ti-staging: Bump to 08.03.00.001 release
  2022-04-21 17:56 [meta-ti][dunfell][PATCH 0/3] Update to 08.03.00.001 Ryan Eatmon
@ 2022-04-21 17:56 ` Ryan Eatmon
  2022-04-21 17:56 ` [meta-ti][dunfell][PATCH 2/3] linux-ti-staging: " Ryan Eatmon
  2022-04-21 17:56 ` [meta-ti][dunfell][PATCH 3/3] linux-ti-staging-rt: " Ryan Eatmon
  2 siblings, 0 replies; 4+ messages in thread
From: Ryan Eatmon @ 2022-04-21 17:56 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Updated the u-boot version for 08.03.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 5b13329f..d7592b27 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 = "r22"
+PR = "r23"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "44a87e3ab85c6d64044f0b5ad677008316baad70"
+SRCREV = "6355ef8b170bfea9390ca17ec11c0c9f3a7872eb"
-- 
2.17.1



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

* [meta-ti][dunfell][PATCH 2/3] linux-ti-staging: Bump to 08.03.00.001 release
  2022-04-21 17:56 [meta-ti][dunfell][PATCH 0/3] Update to 08.03.00.001 Ryan Eatmon
  2022-04-21 17:56 ` [meta-ti][dunfell][PATCH 1/3] u-boot-ti-staging: Bump to 08.03.00.001 release Ryan Eatmon
@ 2022-04-21 17:56 ` Ryan Eatmon
  2022-04-21 17:56 ` [meta-ti][dunfell][PATCH 3/3] linux-ti-staging-rt: " Ryan Eatmon
  2 siblings, 0 replies; 4+ messages in thread
From: Ryan Eatmon @ 2022-04-21 17:56 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Updated the linux version for 08.03.00.001

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb
index a0ba18e9..4e7c2cb4 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -25,8 +25,8 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.10.y"
 
-SRCREV = "7a7a3af903da2b2d551d058f8262a66e6b42b6b1"
-PV = "5.10.100+git${SRCPV}"
+SRCREV = "3297d854f0fbdc7940878a5d5caa0bd823be5207"
+PV = "5.10.109+git${SRCPV}"
 
 # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
 MACHINE_KERNEL_PR_append = "b"
-- 
2.17.1



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

* [meta-ti][dunfell][PATCH 3/3] linux-ti-staging-rt: Bump to 08.03.00.001 release
  2022-04-21 17:56 [meta-ti][dunfell][PATCH 0/3] Update to 08.03.00.001 Ryan Eatmon
  2022-04-21 17:56 ` [meta-ti][dunfell][PATCH 1/3] u-boot-ti-staging: Bump to 08.03.00.001 release Ryan Eatmon
  2022-04-21 17:56 ` [meta-ti][dunfell][PATCH 2/3] linux-ti-staging: " Ryan Eatmon
@ 2022-04-21 17:56 ` Ryan Eatmon
  2 siblings, 0 replies; 4+ messages in thread
From: Ryan Eatmon @ 2022-04-21 17:56 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Updated the linux rt version for 08.03.00.001

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 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 05fe4d12..ef4709df 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 = "204ec708dc86f4334f585f04835527570be1c4eb"
-PV = "5.10.100+git${SRCPV}"
+SRCREV = "84474b392bd8f1a8ebbabfa6ec685297fa3d51b7"
+PV = "5.10.109+git${SRCPV}"
-- 
2.17.1



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

end of thread, other threads:[~2022-04-21 19:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 17:56 [meta-ti][dunfell][PATCH 0/3] Update to 08.03.00.001 Ryan Eatmon
2022-04-21 17:56 ` [meta-ti][dunfell][PATCH 1/3] u-boot-ti-staging: Bump to 08.03.00.001 release Ryan Eatmon
2022-04-21 17:56 ` [meta-ti][dunfell][PATCH 2/3] linux-ti-staging: " Ryan Eatmon
2022-04-21 17:56 ` [meta-ti][dunfell][PATCH 3/3] linux-ti-staging-rt: " Ryan Eatmon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).