diff options
author | Bryan Brattlof <bb@ti.com> | 2023-01-25 17:54:05 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-01-27 08:25:50 -0600 |
commit | 610eaaeaaccee72e33b7188e34d7145f46335a35 (patch) | |
tree | a70c799d2327b011aa866fda9e04c6552da9e884 /recipes-devtools | |
parent | a9be91a02ae3fcd3b4383baea5efdedde9e3668f (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/k3conf/k3conf_git.bb | 2 |
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}" | |||
8 | COMPATIBLE_MACHINE = "k3" | 8 | COMPATIBLE_MACHINE = "k3" |
9 | 9 | ||
10 | BRANCH ?= "master" | 10 | BRANCH ?= "master" |
11 | SRCREV = "48cb8e8d7dc962229a9f318cd512b4ddeec5cdc5" | 11 | SRCREV = "982f5c2f02f732b5829861218812904cd776773d" |
12 | 12 | ||
13 | SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}" |
14 | 14 | ||