summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-02-24 11:36:16 -0600
committerRyan Eatmon <reatmon@ti.com>2023-02-24 11:36:16 -0600
commit39e7dad1227ebd546bcf3bb2730710a8f99758b0 (patch)
tree04f4d60aed5bfaf951acf513dde13b99255f1dce
parent45bdaf7da0bc79fa73f1e01bb30b5c3b2eb34545 (diff)
downloadmeta-ti-39e7dad1227ebd546bcf3bb2730710a8f99758b0.tar.gz
Revert "ti-k3-secdev: CI/CD Auto-Merger: cicd.dunfell.202302231358"
This reverts commit 7f773f3b5bef5ec20c1a0b43a5b9eeaf3eb00702. An error in our CICD script picked an invalid hash. Rollback to the previous SRCREV.
-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 d36f344b..7196be97 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 = "d14fbab5ccb21ffeb010ce57792c56a1308ed314" 17GIT_SRCREV = "eb2c4d734487e5095b94cef3fd7213ee71d9e016"
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}"