summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLCPD Automation Script <lcpdbld@list.ti.com>2023-02-23 13:59:06 -0600
committerLCPD Automation Script <lcpdbld@list.ti.com>2023-02-23 13:59:06 -0600
commit7f773f3b5bef5ec20c1a0b43a5b9eeaf3eb00702 (patch)
tree3a872a5578ee1281bcc45f46aaf55fc0ad3ca139
parenta1ed6b88ee5c6799e3c488464fabd9cbb2fb667e (diff)
downloadmeta-ti-7f773f3b5bef5ec20c1a0b43a5b9eeaf3eb00702.tar.gz
ti-k3-secdev: CI/CD Auto-Merger: cicd.dunfell.202302231358cicd.dunfell.202302231358
Updated the value(s) for: GIT_SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
-rw-r--r--recipes-ti/secdev/ti-k3-secdev_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/secdev/ti-k3-secdev_git.bb b/recipes-ti/secdev/ti-k3-secdev_git.bb
index 7196be97..d36f344b 100644
--- a/recipes-ti/secdev/ti-k3-secdev_git.bb
+++ b/recipes-ti/secdev/ti-k3-secdev_git.bb
@@ -14,7 +14,7 @@ COMPATIBLE_MACHINE_class-nativesdk = "(.*)"
14GIT_URI = "git://git.ti.com/git/security-development-tools/core-secdev-k3.git" 14GIT_URI = "git://git.ti.com/git/security-development-tools/core-secdev-k3.git"
15GIT_PROTOCOL = "https" 15GIT_PROTOCOL = "https"
16GIT_BRANCH = "master" 16GIT_BRANCH = "master"
17GIT_SRCREV = "eb2c4d734487e5095b94cef3fd7213ee71d9e016" 17GIT_SRCREV = "d14fbab5ccb21ffeb010ce57792c56a1308ed314"
18 18
19SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${GIT_BRANCH}" 19SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${GIT_BRANCH}"
20SRCREV = "${GIT_SRCREV}" 20SRCREV = "${GIT_SRCREV}"