From f155a69648341d181099f5b48c71f5582cf0a6e2 Mon Sep 17 00:00:00 2001 From: Suman Anna Date: Fri, 13 Nov 2020 05:13:57 +0000 Subject: [PATCH] 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 Signed-off-by: Dan Murphy --- recipes-devtools/k3conf/k3conf_git.bb | 4 ++-- 1 file 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 @@ SUMMARY = "Diagnostic tool for TI K3 processors" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://common/k3conf.c;beginline=1;endline=34;md5=37f4e460bd8501c6f02ce71f02bc7ccf" +LIC_FILES_CHKSUM = "file://common/k3conf.c;beginline=1;endline=34;md5=7154c0ffcd418064ffa528e34e70ca9d" PV = "0.1+git${SRCPV}" COMPATIBLE_MACHINE = "k3" BRANCH ?= "master" -SRCREV = "246eb4092d7d111ce10e0a310b9bde678b97ab36" +SRCREV = "1ff0c4f429e8e33d22b52ec002d9b97bbca6bf0b" SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}"