summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-devtools
diff options
context:
space:
mode:
authorBryan Brattlof <bb@ti.com>2022-09-13 03:55:25 +0000
committerRyan Eatmon <reatmon@ti.com>2022-09-22 11:23:07 -0500
commitcc987c6f3629d441bce80eca4a89802569009e41 (patch)
treebeebb4adfcc40a56f5fe97e9478bfb8f5fc15cc8 /meta-ti-bsp/recipes-devtools
parentfac7b4960729b8c9d5d57d0856a972f0a0f9987b (diff)
downloadmeta-ti-cc987c6f3629d441bce80eca4a89802569009e41.tar.gz
k3conf: update SRCREV to add j721S2 fixes
update the SHA for k3conf to pickup the j721s2 fixes Signed-off-by: Bryan Brattlof <bb@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> 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 af48337f..567e8d55 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 = "4ca1c3d330bc1de779909e733483b09a1fc4fe44" 11SRCREV = "48cb8e8d7dc962229a9f318cd512b4ddeec5cdc5"
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