summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorParesh Bhagat <p-bhagat@ti.com>2025-03-17 12:10:14 +0530
committerRyan Eatmon <reatmon@ti.com>2025-03-17 13:43:02 -0500
commitd7e6c3d9e21c0e47b3c890e47affe73946e1beea (patch)
tree8577d32c56a27d1858c31ecb0222b366dc6c540b
parentb63881f1a39554ee7263971bac0683a3ff1e8dbd (diff)
downloadmeta-ti-d7e6c3d9e21c0e47b3c890e47affe73946e1beea.tar.gz
recipes-ti: jailhouse: Correct SRCREV for jailhouse
Correct SRCREV for jailhouse which currently points to an unpublished commit hash. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc b/meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc
index 62a97df6..fd40d74d 100644
--- a/meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc
+++ b/meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = " \
14COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" 14COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx"
15TARGET_CC_ARCH += "${LDFLAGS}" 15TARGET_CC_ARCH += "${LDFLAGS}"
16PV = "0.12+git" 16PV = "0.12+git"
17SRCREV = "dc77c05460bc3df8f2ddc9cc3a9990ca31cb9f9d" 17SRCREV = "ef512f9591febed854d8f07ad8c1fa731c2d3c69"
18BRANCH = "master" 18BRANCH = "master"
19SRC_URI = " \ 19SRC_URI = " \
20 git://git.ti.com/git/jailhouse/ti-jailhouse.git;protocol=https;branch=${BRANCH} \ 20 git://git.ti.com/git/jailhouse/ti-jailhouse.git;protocol=https;branch=${BRANCH} \