summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2023-01-25 17:54:05 -0600
committerRyan Eatmon <reatmon@ti.com>2023-01-27 08:25:50 -0600
commit610eaaeaaccee72e33b7188e34d7145f46335a35 (patch)
treea70c799d2327b011aa866fda9e04c6552da9e884
parenta9be91a02ae3fcd3b4383baea5efdedde9e3668f (diff)
downloadmeta-ti-610eaaeaaccee72e33b7188e34d7145f46335a35.tar.gz
k3conf update SRCREV to add am62ax support
update the SHA of k3conf to pickup am62ax support Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-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 10e2631e..c6d3773e 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 = "48cb8e8d7dc962229a9f318cd512b4ddeec5cdc5" 11SRCREV = "982f5c2f02f732b5829861218812904cd776773d"
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