summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLCPD Automation Script <lcpdbld@list.ti.com>2023-03-02 18:00:25 -0600
committerLCPD Automation Script <lcpdbld@list.ti.com>2023-03-02 18:00:25 -0600
commit27ff52dd415164ffce84a5c316c5475225860f46 (patch)
tree5951b734340404d75c8209a007a4cd0d0df9389d
parente7fe9b9d92cc019e4f22d03594f88e8e167418ac (diff)
downloadmeta-ti-27ff52dd415164ffce84a5c316c5475225860f46.tar.gz
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..7d9a4406 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 = "bba9cabaeee96f7f287385188ff289b46769a4bf"
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}"