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" EXTRA_OEMAKE += 'KDIR="${STAGING_KERNEL_DIR}"' +COMPATIBLE_MACHINE = "(ti-soc)" + do_compile_prepend() { cd ${S}/kernel_module/uio }