summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"