summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLCPD Automation Script <lcpdbld@list.ti.com>2023-05-15 13:46:45 -0500
committerRyan Eatmon <reatmon@ti.com>2023-05-15 15:52:29 -0500
commit3ef20f8582e743076b27d77aed43d4316dec42a6 (patch)
tree0fbcff5f55d58bbd59977cdf75adedaf7a9eaef6
parent65a23ac46e06c056ef87e2e279359a1ec6f0acca (diff)
downloadmeta-ti-3ef20f8582e743076b27d77aed43d4316dec42a6.tar.gz
various: Intial LTS migration version
As part of the initial LTS migration, move to the latest commits for the various repos. - ti-linux-fw - u-boot-ti-staging_2021.01 - u-boot-ti-staging_2023.04 - k3conf_git - linux-ti-staging-rt_5.10 - linux-ti-staging-rt_6.1 - linux-ti-staging_5.10 - linux-ti-staging_6.1 Going forward all updates will come from the CICD flow. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc4
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb2
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb2
-rw-r--r--meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb2
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb2
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb4
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb2
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb4
8 files changed, 11 insertions, 11 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
index 1a5ea534..5c4efb0e 100644
--- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
+++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc
@@ -16,12 +16,12 @@ IMG_DEC_FW_VERSION = "1.0"
16CNM_WAVE521_FW_VERSION = "1.0.00" 16CNM_WAVE521_FW_VERSION = "1.0.00"
17TIFS_LPM_STUB_FW_VERSION = "08.06.04" 17TIFS_LPM_STUB_FW_VERSION = "08.06.04"
18 18
19TI_LINUX_FW_SRCREV ?= "79c498ef6ab1558b699a2243a26c4a65a1c44d26" 19TI_LINUX_FW_SRCREV ?= "24f21d2ab6adbd018204bf4079e86b968277af56"
20SRCREV = "${TI_LINUX_FW_SRCREV}" 20SRCREV = "${TI_LINUX_FW_SRCREV}"
21 21
22BRANCH ?= "ti-linux-firmware" 22BRANCH ?= "ti-linux-firmware"
23 23
24K3_IMAGE_GEN_SRCREV ?= "1319f46f3899e62d88e0a5cedad5b454d0432ddb" 24K3_IMAGE_GEN_SRCREV ?= "c8ff829bb470e1e5c6c7ff6abd71fd38974bc760"
25SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" 25SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
26SRCREV_FORMAT = "imggen" 26SRCREV_FORMAT = "imggen"
27 27
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
index 7529ce6c..8984d859 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
@@ -9,7 +9,7 @@ PR = "r34"
9 9
10BRANCH = "ti-u-boot-2021.01" 10BRANCH = "ti-u-boot-2021.01"
11 11
12SRCREV = "2ee8efd6543648c6b8a14d93d52a6038854035c8" 12SRCREV = "3a5205e9803809f18edc59a40fd9df470f98a00f"
13 13
14SRC_URI += "file://0001-configs-Update-to-support-oe-core-fitImage-naming.patch" 14SRC_URI += "file://0001-configs-Update-to-support-oe-core-fitImage-naming.patch"
15 15
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
index 6a46e812..b993a56f 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2023.04.bb
@@ -6,6 +6,6 @@ PR = "r0"
6 6
7BRANCH = "ti-u-boot-2023.04" 7BRANCH = "ti-u-boot-2023.04"
8 8
9SRCREV = "41a88ad529b3943b1e465846eb24fe2c29203e35" 9SRCREV = "c22f1ee591f84ab28c025d7aed9ee10c7f0154c1"
10 10
11DEFAULT_PREFERENCE = "-1" 11DEFAULT_PREFERENCE = "-1"
diff --git a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
index c6d3773e..55532365 100644
--- a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
+++ b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb
@@ -8,7 +8,7 @@ PV = "0.2+git${SRCPV}"
8COMPATIBLE_MACHINE = "k3" 8COMPATIBLE_MACHINE = "k3"
9 9
10BRANCH ?= "master" 10BRANCH ?= "master"
11SRCREV = "982f5c2f02f732b5829861218812904cd776773d" 11SRCREV = "1dd468d551fd786c410e88dadc1114505d057ebe"
12 12
13SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}"
14 14
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
index c950fc80..952af859 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb
@@ -6,5 +6,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-5.10:"
6 6
7BRANCH = "ti-rt-linux-5.10.y" 7BRANCH = "ti-rt-linux-5.10.y"
8 8
9SRCREV = "c1a12919117a6978f40e723d6e0c67c744e026b9" 9SRCREV = "101d44260b8dfbab27763581e4bbd534dd36ae33"
10PV = "5.10.168+git${SRCPV}" 10PV = "5.10.168+git${SRCPV}"
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
index 8b978e09..8b05515b 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging-rt_6.1.bb
@@ -8,5 +8,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.1:"
8 8
9BRANCH = "ti-rt-linux-6.1.y" 9BRANCH = "ti-rt-linux-6.1.y"
10 10
11SRCREV = "b7d4fb88264d2b094035871fa676592eb8e83b25" 11SRCREV = "c9eb24939be548a72ddf19820805e48359be2ac5"
12PV = "6.1+git${SRCPV}" 12PV = "6.1.26+git${SRCPV}"
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
index fb4607ee..7f3911e4 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_5.10.bb
@@ -25,7 +25,7 @@ S = "${WORKDIR}/git"
25 25
26BRANCH = "ti-linux-5.10.y" 26BRANCH = "ti-linux-5.10.y"
27 27
28SRCREV = "2c23e6c538c879e380401ae4b236f54020618eaa" 28SRCREV = "991c5ce91e43cb620f534dc9fe7b0ad21f4f4388"
29PV = "5.10.168+git${SRCPV}" 29PV = "5.10.168+git${SRCPV}"
30 30
31# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 31# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
index 131dd1b3..62873491 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb
@@ -24,8 +24,8 @@ S = "${WORKDIR}/git"
24 24
25BRANCH = "ti-linux-6.1.y" 25BRANCH = "ti-linux-6.1.y"
26 26
27SRCREV = "7b7231fbf048963b434d76a3cb866165365b14e0" 27SRCREV = "3308599ae676663f446b61be398494fbe376fa9d"
28PV = "6.1+git${SRCPV}" 28PV = "6.1.26+git${SRCPV}"
29 29
30# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild 30# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
31MACHINE_KERNEL_PR:append = "b" 31MACHINE_KERNEL_PR:append = "b"