Message ID | 20250317064014.2591788-1-p-bhagat@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [scarthgap] recipes-ti: jailhouse: Correct SRCREV for jailhouse | expand |
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 = " \ COMPATIBLE_MACHINE = "am62xx|am62pxx|am62lxx" TARGET_CC_ARCH += "${LDFLAGS}" PV = "0.12+git" -SRCREV = "dc77c05460bc3df8f2ddc9cc3a9990ca31cb9f9d" +SRCREV = "ef512f9591febed854d8f07ad8c1fa731c2d3c69" BRANCH = "master" SRC_URI = " \ git://git.ti.com/git/jailhouse/ti-jailhouse.git;protocol=https;branch=${BRANCH} \
Correct SRCREV for jailhouse which currently points to an unpublished commit hash. Signed-off-by: Paresh Bhagat <p-bhagat@ti.com> --- meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)