summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ivshmem-uio
Commit message (Collapse)AuthorAgeFilesLines
* recipes-bsp: ivshmem-uio-tests: New recipe for ivshmem test appsNikhil Devshatwar2020-03-061-0/+23
| | | | | | | | 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>
* vshmem-uio-driver: Make it ti-soc specificKhem Raj2019-10-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | 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>
* recipes-bsp: ivshmem-uio: Add new recipe for ivshmem-uio driverNikhil Devshatwar2019-09-301-0/+27
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>