summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-03-20 04:12:37 +0000
committerRyan Eatmon <reatmon@ti.com>2023-03-20 16:45:07 -0500
commit557767d89211884649f118b5a6d52111dc3c0ce9 (patch)
tree395d242537789049b2bb6568f34220973013d537
parentd4afcc5e46f19bf542a7c4f9e89104d6909c4774 (diff)
downloadmeta-ti-557767d89211884649f118b5a6d52111dc3c0ce9.tar.gz
ti-k3-secdev: update to the latest from Dunfell
Match the latest sha used in Dunfell. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb b/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb
index b4c26f68..87987ae0 100644
--- a/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb
+++ b/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb
@@ -15,7 +15,7 @@ COMPATIBLE_MACHINE:class-nativesdk = "(.*)"
15GIT_URI = "git://git.ti.com/git/security-development-tools/core-secdev-k3.git" 15GIT_URI = "git://git.ti.com/git/security-development-tools/core-secdev-k3.git"
16GIT_PROTOCOL = "https" 16GIT_PROTOCOL = "https"
17GIT_BRANCH = "master" 17GIT_BRANCH = "master"
18GIT_SRCREV = "eb2c4d734487e5095b94cef3fd7213ee71d9e016" 18GIT_SRCREV = "bba9cabaeee96f7f287385188ff289b46769a4bf"
19 19
20SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${GIT_BRANCH}" 20SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${GIT_BRANCH}"
21SRCREV = "${GIT_SRCREV}" 21SRCREV = "${GIT_SRCREV}"