diff options
author | Paresh Bhagat <p-bhagat@ti.com> | 2025-03-17 12:10:14 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-03-17 13:43:06 -0500 |
commit | b79c28dc37e3f15109afb3596c0738e17fdfae73 (patch) | |
tree | 089a1f054a98b163bde8b093d274610b19a97ab2 /meta-ti-extras | |
parent | 91dc24bde416d96fae311a5113cfce4223c521e0 (diff) | |
download | meta-ti-b79c28dc37e3f15109afb3596c0738e17fdfae73.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>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r-- | meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc | 2 |
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 = " \ | |||
14 | COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" | 14 | COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" |
15 | TARGET_CC_ARCH += "${LDFLAGS}" | 15 | TARGET_CC_ARCH += "${LDFLAGS}" |
16 | PV = "0.12+git" | 16 | PV = "0.12+git" |
17 | SRCREV = "dc77c05460bc3df8f2ddc9cc3a9990ca31cb9f9d" | 17 | SRCREV = "ef512f9591febed854d8f07ad8c1fa731c2d3c69" |
18 | BRANCH = "master" | 18 | BRANCH = "master" |
19 | SRC_URI = " \ | 19 | SRC_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} \ |