diff options
author | Paresh Bhagat <p-bhagat@ti.com> | 2024-03-18 16:22:53 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-03-18 14:43:03 -0500 |
commit | 17829c81ebe249f840952a01a061df6a1c6a99c5 (patch) | |
tree | 85409d2d6cd1e6c20d0407e2717ec4e066ab6629 | |
parent | d7cb1773d265311381b2a418e1143ebce5fe91a3 (diff) | |
download | meta-ti-17829c81ebe249f840952a01a061df6a1c6a99c5.tar.gz |
Update SRCREV for jailhouse recipe
Update SRCREV for jailhouse recipe which will add changes for Out of Box
demo and also a new application to test whether the linux inmate cell has
crashed or not.
Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
Acked-by: Chirag Shilwant <c-shilwant@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-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 a63891bf..af94a780 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" | 14 | COMPATIBLE_MACHINE = "am62xx|am62pxx" |
15 | TARGET_CC_ARCH += "${LDFLAGS}" | 15 | TARGET_CC_ARCH += "${LDFLAGS}" |
16 | PV = "0.12+git${SRCPV}" | 16 | PV = "0.12+git${SRCPV}" |
17 | SRCREV = "0b29ad90f6f54105b98d6bbf35cc47fb244f7799" | 17 | SRCREV = "603819ef9a771a3c253a141220daab8e61751a43" |
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} \ |