meta-ti.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [meta-ti][dunfell][PATCH 0/4] Update to 08.02.00.003
@ 2022-02-17 23:13 Ryan Eatmon
  2022-02-17 23:13 ` [meta-ti][dunfell][PATCH 1/4] ti-linux-fw: Bump to 08.02.00.003 release Ryan Eatmon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ryan Eatmon @ 2022-02-17 23:13 UTC (permalink / raw)
  To: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Update u-boot, integrated lts kernel and firmware to 08.02.00.003 tag.

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

-- 
2.17.1


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

* [meta-ti][dunfell][PATCH 1/4] ti-linux-fw: Bump to 08.02.00.003 release
  2022-02-17 23:13 [meta-ti][dunfell][PATCH 0/4] Update to 08.02.00.003 Ryan Eatmon
@ 2022-02-17 23:13 ` Ryan Eatmon
  2022-02-17 23:13 ` [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-02-17 23:13 UTC (permalink / raw)
  To: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Updated the ti-linux-fw version for 08.02.00.003

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 7b28f153..fced78fd 100644
--- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -24,7 +24,7 @@ SRCREV = "${TI_LINUX_FW_SRCREV}"
 
 BRANCH ?= "ti-linux-firmware"
 
-K3_IMAGE_GEN_SRCREV ?= "a0063e855414fd1609b5f63e2d765a49c8c513fe"
+K3_IMAGE_GEN_SRCREV ?= "f1db75bdc506287a9d04b0afbbb3d853a0948179"
 SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
 SRCREV_FORMAT = "imggen"
 
-- 
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.02.00.003 release
  2022-02-17 23:13 [meta-ti][dunfell][PATCH 0/4] Update to 08.02.00.003 Ryan Eatmon
  2022-02-17 23:13 ` [meta-ti][dunfell][PATCH 1/4] ti-linux-fw: Bump to 08.02.00.003 release Ryan Eatmon
@ 2022-02-17 23:13 ` Ryan Eatmon
  2022-02-17 23:13 ` [meta-ti][dunfell][PATCH 3/4] linux-ti-staging-rt: " Ryan Eatmon
  2022-02-17 23:13 ` [meta-ti][dunfell][PATCH 4/4] u-boot-ti-staging: " Ryan Eatmon
  3 siblings, 0 replies; 5+ messages in thread
From: Ryan Eatmon @ 2022-02-17 23:13 UTC (permalink / raw)
  To: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Updated the linux version for 08.02.00.003

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 c74c0a10..cd7d9519 100644
--- a/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -23,8 +23,8 @@ S = "${WORKDIR}/git"
 
 BRANCH = "ti-linux-5.10.y"
 
-SRCREV = "46573628be468b58272d7c41b582603b06e0414a"
-PV = "5.10.65+git${SRCPV}"
+SRCREV = "4a12bec7d3f438ce9407e4ba9b2ec883729558a5"
+PV = "5.10.100+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] 5+ messages in thread

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

Updated the linux rt version for 08.02.00.003

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 aa49acdc..1d43ea95 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 = "1f6e95d4b12d73bd1728286f3ccc938df7b77954"
-PV = "5.10.65+git${SRCPV}"
+SRCREV = "b975aee14750c395bf5251ba4042cb0be1afa206"
+PV = "5.10.100+git${SRCPV}"
-- 
2.17.1


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

* [meta-ti][dunfell][PATCH 4/4] u-boot-ti-staging: Bump to 08.02.00.003 release
  2022-02-17 23:13 [meta-ti][dunfell][PATCH 0/4] Update to 08.02.00.003 Ryan Eatmon
                   ` (2 preceding siblings ...)
  2022-02-17 23:13 ` [meta-ti][dunfell][PATCH 3/4] linux-ti-staging-rt: " Ryan Eatmon
@ 2022-02-17 23:13 ` Ryan Eatmon
  3 siblings, 0 replies; 5+ messages in thread
From: Ryan Eatmon @ 2022-02-17 23:13 UTC (permalink / raw)
  To: Yogesh Siraswar, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Updated the u-boot version for 08.02.00.003

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 16bb1521..701b802a 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 = "r18"
+PR = "r19"
 
 BRANCH = "ti-u-boot-2021.01"
 
-SRCREV = "ebc8dca63dd961aaf5f5f626a19c6f6bfd7428f0"
+SRCREV = "bd58b61277a189ee49e0d6e9fd03d52996685d98"
-- 
2.17.1


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

end of thread, other threads:[~2022-02-17 23:13 UTC | newest]

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