diff options
author | Praneeth Bajjuri <praneeth@ti.com> | 2022-05-02 14:51:16 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-05-02 11:31:08 -0500 |
commit | 8b41b21a15c00f2ca60843c118a77e0404167765 (patch) | |
tree | 59dd6a2d123f7431627054d848a04149814b3e5c /meta-ti-bsp/recipes-devtools | |
parent | 1ab0aec473ec353cd67443af8c5cbe8a7df23b8b (diff) | |
download | meta-ti-8b41b21a15c00f2ca60843c118a77e0404167765.tar.gz |
k3conf: Update SRCREV to pick AM62x support
Update the k3conf to the latest SHA.
This adds AM62x support.
Signed-off-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/recipes-devtools')
-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 0f2705b8..3f542da4 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 = "79f007cd462384ce22e750e9002b714878f56892" | 11 | SRCREV = "966a5695b73bc53039ca60d196b77de0640088d4" |
12 | 12 | ||
13 | SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}" |
14 | 14 | ||