summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2020-11-13 05:13:57 +0000
committerDan Murphy <dmurphy@ti.com>2020-11-12 21:27:26 -0600
commitf7945aefb0d5877e0373c2f27f57eb45485ab6aa (patch)
tree8841673f6f6e0776a856efc8e958b9321a5f1e14 /recipes-devtools
parente45b018fa2106485793aebe99ed3e298a0175b7d (diff)
downloadmeta-ti-f7945aefb0d5877e0373c2f27f57eb45485ab6aa.tar.gz
k3conf: Update SRCREV to latest
Use latest SRCREV on master branch to pick up all the changes compliant with TIFS 2020.08b firmware. The license CHKSUM also need to be updated due to a minor change from http to https in the Copyright line. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/k3conf/k3conf_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb
index 6771eeb7..e4fa54c3 100644
--- a/recipes-devtools/k3conf/k3conf_git.bb
+++ b/recipes-devtools/k3conf/k3conf_git.bb
@@ -1,14 +1,14 @@
1SUMMARY = "Diagnostic tool for TI K3 processors" 1SUMMARY = "Diagnostic tool for TI K3 processors"
2 2
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://common/k3conf.c;beginline=1;endline=34;md5=37f4e460bd8501c6f02ce71f02bc7ccf" 4LIC_FILES_CHKSUM = "file://common/k3conf.c;beginline=1;endline=34;md5=7154c0ffcd418064ffa528e34e70ca9d"
5 5
6PV = "0.1+git${SRCPV}" 6PV = "0.1+git${SRCPV}"
7 7
8COMPATIBLE_MACHINE = "k3" 8COMPATIBLE_MACHINE = "k3"
9 9
10BRANCH ?= "master" 10BRANCH ?= "master"
11SRCREV = "246eb4092d7d111ce10e0a310b9bde678b97ab36" 11SRCREV = "1ff0c4f429e8e33d22b52ec002d9b97bbca6bf0b"
12 12
13SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}"
14 14