From 94374ba73bc676c6fea86bfddd4676beff28a237 Mon Sep 17 00:00:00 2001 From: Nikhil Devshatwar Date: Thu, 5 Nov 2020 00:30:15 +0000 Subject: [PATCH] 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 Signed-off-by: Dan Murphy --- recipes-devtools/k3conf/k3conf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb index 52c2fcf6..6771eeb7 100644 --- a/recipes-devtools/k3conf/k3conf_git.bb +++ b/recipes-devtools/k3conf/k3conf_git.bb @@ -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}"