From: Jan Kiszka <[email protected]> Use latest version from Jailhouse which contains a mem region mapping size fix and support for less than 3 peers.
Signed-off-by: Jan Kiszka <[email protected]> --- .../non-root-initramfs/non-root-initramfs_2021.02.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-core/non-root-initramfs/non-root-initramfs_2021.02.bb b/recipes-core/non-root-initramfs/non-root-initramfs_2021.02.bb index 48f2886..de8c296 100644 --- a/recipes-core/non-root-initramfs/non-root-initramfs_2021.02.bb +++ b/recipes-core/non-root-initramfs/non-root-initramfs_2021.02.bb @@ -15,15 +15,15 @@ DESCRIPTION = "Linux initramfs for Jailhouse non-root cells" SRC_URI = " \ https://buildroot.org/downloads/buildroot-${PV}.tar.bz2 \ - https://raw.githubusercontent.com/siemens/jailhouse/${SRC_REV_IVSHMEM_DEMO}/tools/ivshmem-demo.c;name=ivshmem-demo \ + https://raw.githubusercontent.com/siemens/jailhouse/${SRC_REV_IVSHMEM_DEMO}/tools/demos/ivshmem-demo.c;name=ivshmem-demo \ file://debian/ \ file://${DISTRO_ARCH}-config \ file://build-ivshmem-demo.sh \ file://overlay/" SRC_URI[sha256sum] = "2d86279c26a2745b044e0b1cfa9bee17bd3b211e889f9a493defeed0ffaad588" -SRC_REV_IVSHMEM_DEMO = "87cc49f944ed756e930b70991726ca5595a30717" -SRC_URI[ivshmem-demo.sha256sum] = "e7cc426bb009c3c7d99c042ae45760494d8454647fbb042359655ea37ad1dcfc" +SRC_REV_IVSHMEM_DEMO = "9325b765d1ef16af3ad6e84f6dee872cd9e553c9" +SRC_URI[ivshmem-demo.sha256sum] = "7053e9f6c05e3c73b2b095f02c55b1c1d8a7f9760c9bd0b006c09d53a2acc024" S = "${WORKDIR}/buildroot-${PV}" -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/40e1e43d243264517e850deb0d72a6d6bc2155b9.1618866389.git.jan.kiszka%40siemens.com.
