summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2022-06-21 14:32:40 -0500
committerRyan Eatmon <reatmon@ti.com>2022-06-23 09:22:05 -0500
commitc020b3c4f2e2b32115f97e781f08505cbc667bfe (patch)
treeb2d4e96ef0f406d24a756c1cf2d2348544fe4052
parentf8182afdcfe427865707077d353359827f1ff6bf (diff)
downloadmeta-ti-c020b3c4f2e2b32115f97e781f08505cbc667bfe.tar.gz
k3conf: update SRCREV to add J721S2 support
update the SHA of k3conf to pickup j721s2 support Signed-off-by: Bryan Brattlof <bb@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 3f542da4..af48337f 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 = "966a5695b73bc53039ca60d196b77de0640088d4" 11SRCREV = "4ca1c3d330bc1de779909e733483b09a1fc4fe44"
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