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

Update u-boot, linux, linux rt and ti-linux-fw to 08.03.00.004 tag

Ryan Eatmon (4):
  u-boot-ti-staging: Bump to 08.03.00.004 release
  linux-ti-staging: Bump to 08.03.00.004 release
  linux-ti-staging-rt: Bump to 08.03.00.004 release
  ti-linux-fw: Bump to 08.03.00.004 release

 recipes-bsp/ti-linux-fw/ti-linux-fw.inc          | 2 +-
 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 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.17.1



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

* [meta-ti][dunfell][PATCH 1/4] u-boot-ti-staging: Bump to 08.03.00.004 release
  2022-05-16 13:20 [meta-ti][dunfell][PATCH 0/4] Update to 08.03.00.004 Ryan Eatmon
@ 2022-05-16 13:20 ` Ryan Eatmon
  2022-05-16 13:20 ` [meta-ti][dunfell][PATCH 2/4] linux-ti-staging: " Ryan Eatmon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Ryan Eatmon @ 2022-05-16 13:20 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Updated the u-boot version for 08.03.00.004

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 e3214c37..b189de8b 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 = "r25"
+PR = "r26"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "70c33dd821811a05c595f29ecac5abae23534768"
+SRCREV = "2de57d278b74747234313b51f8daac9928a5df6c"
-- 
2.17.1



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

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

Updated the linux version for 08.03.00.004

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 baaa6b83..2746d451 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -25,7 +25,7 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.10.y"
 
-SRCREV = "9cff62efaca103acf18b8478362ec56e11d7f526"
+SRCREV = "478daea6c94e2c885fa2cf049bc11fb285c5323b"
 PV = "5.10.109+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] 5+ messages in thread

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

Updated the linux rt version for 08.03.00.004

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 233d5dff..544186f4 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 = "44a4e68ecf519fd2e35417371fbac546c416d2d9"
+SRCREV = "f57afba2afc20fecd853518af1c24221fa3b5c76"
 PV = "5.10.109+git${SRCPV}"
-- 
2.17.1



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

* [meta-ti][dunfell][PATCH 4/4] ti-linux-fw: Bump to 08.03.00.004 release
  2022-05-16 13:20 [meta-ti][dunfell][PATCH 0/4] Update to 08.03.00.004 Ryan Eatmon
                   ` (2 preceding siblings ...)
  2022-05-16 13:20 ` [meta-ti][dunfell][PATCH 3/4] linux-ti-staging-rt: " Ryan Eatmon
@ 2022-05-16 13:20 ` Ryan Eatmon
  3 siblings, 0 replies; 5+ messages in thread
From: Ryan Eatmon @ 2022-05-16 13:20 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Updated the ti-linux-fw version for 08.03.00.004

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
index 47e76347..3bfddf05 100644
--- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -20,7 +20,7 @@ IMG_DEC_FW_VERSION = "1.0"
 CNM_WAVE521_FW_VERSION = "1.0.00"
 TIFS_LPM_STUB_FW_VERSION = "08.03.02"
 
-TI_LINUX_FW_SRCREV ?= "917625c2721eef8677df9e47d919005b0d4f93aa"
+TI_LINUX_FW_SRCREV ?= "5aa15e59927a5c4acc4dd61d213ab6cef7c0209f"
 SRCREV = "${TI_LINUX_FW_SRCREV}"
 
 BRANCH ?= "ti-linux-firmware"
-- 
2.17.1



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

end of thread, other threads:[~2022-05-16 14:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 13:20 [meta-ti][dunfell][PATCH 0/4] Update to 08.03.00.004 Ryan Eatmon
2022-05-16 13:20 ` [meta-ti][dunfell][PATCH 1/4] u-boot-ti-staging: Bump to 08.03.00.004 release Ryan Eatmon
2022-05-16 13:20 ` [meta-ti][dunfell][PATCH 2/4] linux-ti-staging: " Ryan Eatmon
2022-05-16 13:20 ` [meta-ti][dunfell][PATCH 3/4] linux-ti-staging-rt: " Ryan Eatmon
2022-05-16 13:20 ` [meta-ti][dunfell][PATCH 4/4] ti-linux-fw: " 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).