diff options
author | Andrew Davis <afd@ti.com> | 2023-11-08 10:57:14 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-11-09 14:21:10 -0600 |
commit | 987240edd760d9cc7429a01d99befc8bdf4abb95 (patch) | |
tree | f26dd559964d3f61a20dd67a5514cb0d6d3b9034 /meta-ti-bsp/recipes-devtools | |
parent | 4d4d71ac634d5179fbd664b069d2899feab52d55 (diff) | |
download | meta-ti-987240edd760d9cc7429a01d99befc8bdf4abb95.tar.gz |
k3conf: Update to v0.3
The SRCREV is auto updated, but the PV still uses the old tag version,
update this to v0.3.
While here, we also now have a proper LICENSE file, use that.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-devtools')
-rw-r--r-- | meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb index dcff684e..9c359fee 100644 --- a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb +++ b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "Diagnostic tool for TI K3 processors" | 1 | SUMMARY = "Diagnostic tool for TI K3 processors" |
2 | 2 | ||
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://LICENSE;md5=a56bddef00b39fb0f45488fdc4ce108f" |
5 | 5 | ||
6 | inherit cmake | 6 | inherit cmake |
7 | 7 | ||
8 | PV = "0.2+git${SRCPV}" | 8 | PV = "0.3+git${SRCPV}" |
9 | 9 | ||
10 | COMPATIBLE_MACHINE = "k3" | 10 | COMPATIBLE_MACHINE = "k3" |
11 | 11 | ||
@@ -15,4 +15,3 @@ SRCREV = "de06befe878be061a40540d2127d4273320b35bc" | |||
15 | SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}" | 15 | SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | |||