Re: [meta-ti] [thud/master PATCH v3] recipes-bsp: ivshmem-uio: Add new recipe for ivshmem-uio driver

2019-10-01 Thread Denys Dmytriyenko
Since v2 was already merged, you can't just replace it with v3. But Khem has already provided a patch to fix it on top of v2. Thanks. On Tue, Oct 01, 2019 at 03:41:57PM +0530, Nikhil Devshatwar wrote: > This is external kernel module which enables userspace io over the > Jailhouse ivhsmem

[meta-ti] [thud/master PATCH v3] recipes-bsp: ivshmem-uio: Add new recipe for ivshmem-uio driver

2019-10-01 Thread Nikhil Devshatwar
This is external kernel module which enables userspace io over the Jailhouse ivhsmem (inter VM shared memory) This driver is useful to test the inter VM communication. Signed-off-by: Nikhil Devshatwar --- Changes from v2: * Define recipe to be compatible only for ti-soc Changes from v1: * Split

[meta-ti] [thud/master PATCH v3] recipes-bsp: ivshmem-uio: Add new recipe for ivshmem-uio driver

2019-09-30 Thread Nikhil Devshatwar
This is external kernel module which enables userspace io over the Jailhouse ivhsmem (inter VM shared memory) This driver is useful to test the inter VM communication. Signed-off-by: Nikhil Devshatwar --- Changes from v2: * Fix SUMMARY v/s DESCRIPTION Changes from v1: * Split the ivshmem recipe