mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
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>
This commit is contained in:
committed by
Ryan Eatmon
parent
6eb5ffb743
commit
739b24bf1e
@@ -16,12 +16,12 @@ IMG_DEC_FW_VERSION = "1.0"
|
||||
CNM_WAVE521_FW_VERSION = "1.0.00"
|
||||
TIFS_LPM_STUB_FW_VERSION = "08.06.04"
|
||||
|
||||
TI_LINUX_FW_SRCREV ?= "79c498ef6ab1558b699a2243a26c4a65a1c44d26"
|
||||
TI_LINUX_FW_SRCREV ?= "24f21d2ab6adbd018204bf4079e86b968277af56"
|
||||
SRCREV = "${TI_LINUX_FW_SRCREV}"
|
||||
|
||||
BRANCH ?= "ti-linux-firmware"
|
||||
|
||||
K3_IMAGE_GEN_SRCREV ?= "1319f46f3899e62d88e0a5cedad5b454d0432ddb"
|
||||
K3_IMAGE_GEN_SRCREV ?= "c8ff829bb470e1e5c6c7ff6abd71fd38974bc760"
|
||||
SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}"
|
||||
SRCREV_FORMAT = "imggen"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ PR = "r34"
|
||||
|
||||
BRANCH = "ti-u-boot-2021.01"
|
||||
|
||||
SRCREV = "2ee8efd6543648c6b8a14d93d52a6038854035c8"
|
||||
SRCREV = "3a5205e9803809f18edc59a40fd9df470f98a00f"
|
||||
|
||||
SRC_URI += "file://0001-configs-Update-to-support-oe-core-fitImage-naming.patch"
|
||||
|
||||
|
||||
@@ -6,6 +6,6 @@ PR = "r0"
|
||||
|
||||
BRANCH = "ti-u-boot-2023.04"
|
||||
|
||||
SRCREV = "41a88ad529b3943b1e465846eb24fe2c29203e35"
|
||||
SRCREV = "c22f1ee591f84ab28c025d7aed9ee10c7f0154c1"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
@@ -8,7 +8,7 @@ PV = "0.2+git${SRCPV}"
|
||||
COMPATIBLE_MACHINE = "k3"
|
||||
|
||||
BRANCH ?= "master"
|
||||
SRCREV = "982f5c2f02f732b5829861218812904cd776773d"
|
||||
SRCREV = "1dd468d551fd786c410e88dadc1114505d057ebe"
|
||||
|
||||
SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}"
|
||||
|
||||
|
||||
@@ -6,5 +6,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-5.10:"
|
||||
|
||||
BRANCH = "ti-rt-linux-5.10.y"
|
||||
|
||||
SRCREV = "c1a12919117a6978f40e723d6e0c67c744e026b9"
|
||||
SRCREV = "101d44260b8dfbab27763581e4bbd534dd36ae33"
|
||||
PV = "5.10.168+git${SRCPV}"
|
||||
|
||||
@@ -8,5 +8,5 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-6.1:"
|
||||
|
||||
BRANCH = "ti-rt-linux-6.1.y"
|
||||
|
||||
SRCREV = "b7d4fb88264d2b094035871fa676592eb8e83b25"
|
||||
PV = "6.1+git${SRCPV}"
|
||||
SRCREV = "c9eb24939be548a72ddf19820805e48359be2ac5"
|
||||
PV = "6.1.26+git${SRCPV}"
|
||||
|
||||
@@ -25,7 +25,7 @@ S = "${WORKDIR}/git"
|
||||
|
||||
BRANCH = "ti-linux-5.10.y"
|
||||
|
||||
SRCREV = "2c23e6c538c879e380401ae4b236f54020618eaa"
|
||||
SRCREV = "991c5ce91e43cb620f534dc9fe7b0ad21f4f4388"
|
||||
PV = "5.10.168+git${SRCPV}"
|
||||
|
||||
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
|
||||
|
||||
@@ -24,8 +24,8 @@ S = "${WORKDIR}/git"
|
||||
|
||||
BRANCH = "ti-linux-6.1.y"
|
||||
|
||||
SRCREV = "7b7231fbf048963b434d76a3cb866165365b14e0"
|
||||
PV = "6.1+git${SRCPV}"
|
||||
SRCREV = "3308599ae676663f446b61be398494fbe376fa9d"
|
||||
PV = "6.1.26+git${SRCPV}"
|
||||
|
||||
# Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild
|
||||
MACHINE_KERNEL_PR:append = "b"
|
||||
|
||||
Reference in New Issue
Block a user