summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-10-01 12:36:39 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-10-01 19:53:48 +0000
commit4b787bc4aedcf9b8c0fe7003b533b176a213307b (patch)
tree6bb7131a54a2834fa0ef3745276848552c7b8820
parenta61954718e05da10f3da7c67d14c1540eaa14ef9 (diff)
downloadmeta-ti-4b787bc4aedcf9b8c0fe7003b533b176a213307b.tar.gz
vshmem-uio-driver: Make it ti-soc specific
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>
-rw-r--r--recipes-bsp/ivshmem-uio/ivshmem-uio-driver_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/ivshmem-uio/ivshmem-uio-driver_git.bb b/recipes-bsp/ivshmem-uio/ivshmem-uio-driver_git.bb
index a9f14552..39a75533 100644
--- a/recipes-bsp/ivshmem-uio/ivshmem-uio-driver_git.bb
+++ b/recipes-bsp/ivshmem-uio/ivshmem-uio-driver_git.bb
@@ -17,6 +17,8 @@ S = "${WORKDIR}/git"
17 17
18EXTRA_OEMAKE += 'KDIR="${STAGING_KERNEL_DIR}"' 18EXTRA_OEMAKE += 'KDIR="${STAGING_KERNEL_DIR}"'
19 19
20COMPATIBLE_MACHINE = "(ti-soc)"
21
20do_compile_prepend() { 22do_compile_prepend() {
21 cd ${S}/kernel_module/uio 23 cd ${S}/kernel_module/uio
22} 24}