summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2022-04-22 18:24:28 -0500
committerRyan Eatmon <reatmon@ti.com>2022-04-25 15:10:52 -0500
commit98c18925b11a9de8706fc6c123928ab0e7e6a106 (patch)
tree0cbfbcd44d17ba0855567eeac0cec42b22a898b7 /recipes-devtools
parenta45acda50ee871e78b37b7a5164c0773b13856ff (diff)
downloadmeta-ti-98c18925b11a9de8706fc6c123928ab0e7e6a106.tar.gz
k3conf: Update SRCREV to pick AM62x support
Update the k3conf to the latest SHA. This adds AM62x support. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/k3conf/k3conf_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb
index 0f2705b8..3f542da4 100644
--- a/recipes-devtools/k3conf/k3conf_git.bb
+++ b/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 = "79f007cd462384ce22e750e9002b714878f56892" 11SRCREV = "966a5695b73bc53039ca60d196b77de0640088d4"
12 12
13SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}"
14 14