diff options
author | Bryan Brattlof <bb@ti.com> | 2023-03-20 04:12:02 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-20 16:45:07 -0500 |
commit | 55febdf04f102dfbfc5fee665e14395bcd5fde75 (patch) | |
tree | 0342030f5428eaf3338f09f92c094254b933b71e /meta-ti-bsp | |
parent | 84e5077348ffb74f7db09dd0136e5e8066bf8967 (diff) | |
download | meta-ti-55febdf04f102dfbfc5fee665e14395bcd5fde75.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>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb | 2 |
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 10e2631e..c6d3773e 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}" | |||
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 | ||