1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

recipes-devtools: k3conf: Update SRCREV to latest

Use latest SRCREV on master branch.
This adds support for resource management commands

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
This commit is contained in:
Nikhil Devshatwar
2020-11-05 00:30:15 +00:00
committed by Dan Murphy
parent 56fb42a746
commit fe7adbfe0e

View File

@@ -8,7 +8,7 @@ PV = "0.1+git${SRCPV}"
COMPATIBLE_MACHINE = "k3"
BRANCH ?= "master"
SRCREV = "9199c3a3b6ec5603a2c4283410b4761e79e81e82"
SRCREV = "246eb4092d7d111ce10e0a310b9bde678b97ab36"
SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}"