diff options
author | Nikhil Devshatwar <nikhil.nd@ti.com> | 2020-11-05 00:30:15 +0000 |
---|---|---|
committer | Dan Murphy <dmurphy@ti.com> | 2020-11-05 10:10:51 -0600 |
commit | fe7adbfe0ea167bb068bd57449b1c1a103d01f0d (patch) | |
tree | 5a6c606c1f7245c61c540f1731a4254f61fb5547 /recipes-devtools | |
parent | 56fb42a746cd60d66e6dbc22333cbc44d1bea9f1 (diff) | |
download | meta-ti-fe7adbfe0ea167bb068bd57449b1c1a103d01f0d.tar.gz |
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>
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 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}" | |||
8 | COMPATIBLE_MACHINE = "k3" | 8 | COMPATIBLE_MACHINE = "k3" |
9 | 9 | ||
10 | BRANCH ?= "master" | 10 | BRANCH ?= "master" |
11 | SRCREV = "9199c3a3b6ec5603a2c4283410b4761e79e81e82" | 11 | SRCREV = "246eb4092d7d111ce10e0a310b9bde678b97ab36" |
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 | ||