aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ivshmem-uio
AgeCommit message (Collapse)Author
2021-07-13recipes-bsp: ivshmem: Remove ivshmem packagesNikhil Devshatwar
Jailhouse support is dropped for K3 platforms. So the ivshmem (inter VM shared memory) based UIO driver and test applications cannot be build and are not required. Remove the recipes for the same. Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2020-03-06recipes-bsp: ivshmem-uio-tests: New recipe for ivshmem test appsNikhil Devshatwar
uio_send and uio_read are the applications used for communication between different Virtual Machines using the ivshmem protocol. Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-10-02vshmem-uio-driver: Make it ti-soc specificKhem Raj
It rdepends on jailhouse package which is already marked at ti-soc compatible only, so in a multi-BSP setup it ends up breaking builds ERROR: Nothing RPROVIDES 'jailhouse' (but /home/jenkins/oe/world/yoe/sources/meta-ti/recipes-bsp/ivshmem-uio/ivshmem-uio-driver_git.bb RDEPENDS on or otherwise requires it) jailhouse was skipped: incompatible with machine qemux86-64 (not in COMPATIBLE_MACHINE) NOTE: Runtime target 'jailhouse' is unbuildable, removing... Missing or unbuildable dependency chain was: ['jailhouse'] NOTE: Runtime target 'ivshmem-uio-driver-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ivshmem-uio-driver-dev', 'jailhouse'] ERROR: Nothing RPROVIDES 'ivshmem-uio-driver' (but /home/jenkins/oe/world/yoe/sources/meta-ti/recipes-bsp/ivshmem-uio/ivshmem-uio-driver_git.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'ivshmem-uio-driver' NOTE: Runtime target 'ivshmem-uio-driver' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ivshmem-uio-driver'] Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-09-30recipes-bsp: ivshmem-uio: Add new recipe for ivshmem-uio driverNikhil 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 <nikhil.nd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>