summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-devtools
diff options
context:
space:
mode:
authorLCPD Automation Script <lcpdbld@list.ti.com>2023-05-16 11:42:24 -0500
committerRyan Eatmon <reatmon@ti.com>2023-05-17 09:46:34 -0500
commit739b24bf1ef4512aecd1dea6491634a602fbed78 (patch)
treee0c405baec09a52d2a9b33bf6e6c8ff7d4e46ed5 /meta-ti-bsp/recipes-devtools
parent6eb5ffb743ef7e9c69915cd577fe3ce5c3e3deb9 (diff)
downloadmeta-ti-739b24bf1ef4512aecd1dea6491634a602fbed78.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>
Diffstat (limited to 'meta-ti-bsp/recipes-devtools')
-rw-r--r--meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb2
1 files changed, 1 insertions, 1 deletions
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