diff options
| author | Lokesh Vutla <lokeshvutla@ti.com> | 2021-01-06 00:47:32 +0000 |
|---|---|---|
| committer | Dan Murphy <dmurphy@ti.com> | 2021-01-08 16:06:27 -0600 |
| commit | a0f909988b6a30e4ef2cdc852cd768f2515782ca (patch) | |
| tree | ab161f45bedd22fd91e28fad1191e2ab6e3696e4 /recipes-devtools | |
| parent | cede7f8529a5677bc3f7bf6a97c515fd813c4f5a (diff) | |
| download | meta-ti-a0f909988b6a30e4ef2cdc852cd768f2515782ca.tar.gz | |
k3conf: Update to latest commit
Update k3conf to latest sha, bumping up version to 0.2
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'recipes-devtools')
| -rw-r--r-- | recipes-devtools/k3conf/k3conf_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb index 5becbf97..0f2705b8 100644 --- a/recipes-devtools/k3conf/k3conf_git.bb +++ b/recipes-devtools/k3conf/k3conf_git.bb | |||
| @@ -3,12 +3,12 @@ SUMMARY = "Diagnostic tool for TI K3 processors" | |||
| 3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://common/k3conf.c;beginline=1;endline=34;md5=7154c0ffcd418064ffa528e34e70ca9d" | 4 | LIC_FILES_CHKSUM = "file://common/k3conf.c;beginline=1;endline=34;md5=7154c0ffcd418064ffa528e34e70ca9d" |
| 5 | 5 | ||
| 6 | PV = "0.1+git${SRCPV}" | 6 | PV = "0.2+git${SRCPV}" |
| 7 | 7 | ||
| 8 | COMPATIBLE_MACHINE = "k3" | 8 | COMPATIBLE_MACHINE = "k3" |
| 9 | 9 | ||
| 10 | BRANCH ?= "master" | 10 | BRANCH ?= "master" |
| 11 | SRCREV = "7ee4c46379bb71dfa0677089841cb87eba9fbfea" | 11 | SRCREV = "79f007cd462384ce22e750e9002b714878f56892" |
| 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 | ||
