diff mbox series

[meta-ti,dunfell] Revert "ti-k3-secdev: CI/CD Auto-Merger: cicd.dunfell.202302231358"

Message ID 20230224181315.27508-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,dunfell] Revert "ti-k3-secdev: CI/CD Auto-Merger: cicd.dunfell.202302231358" | expand

Commit Message

Ryan Eatmon Feb. 24, 2023, 6:13 p.m. UTC
This reverts commit 7f773f3b5bef5ec20c1a0b43a5b9eeaf3eb00702.

An error in our CICD script picked an invalid hash.  Rollback to the
previous SRCREV.
---
 recipes-ti/secdev/ti-k3-secdev_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 = "(.*)"
 GIT_URI = "git://git.ti.com/git/security-development-tools/core-secdev-k3.git"
 GIT_PROTOCOL = "https"
 GIT_BRANCH = "master"
-GIT_SRCREV = "d14fbab5ccb21ffeb010ce57792c56a1308ed314"
+GIT_SRCREV = "eb2c4d734487e5095b94cef3fd7213ee71d9e016"
 
 SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${GIT_BRANCH}"
 SRCREV = "${GIT_SRCREV}"