From 53f0eecf8729c79b664a134a74659c515cb39c7a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 27 Nov 2018 12:46:35 +0000 Subject: uio-module-drv: Mark it to be ti SOC specific Fails to compile with non TI kernels Signed-off-by: Khem Raj Signed-off-by: Denys Dmytriyenko --- recipes-bsp/uio-module-drv/uio-module-drv.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-bsp/uio-module-drv') diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc b/recipes-bsp/uio-module-drv/uio-module-drv.inc index 99d908ee..f483010e 100644 --- a/recipes-bsp/uio-module-drv/uio-module-drv.inc +++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc @@ -14,3 +14,6 @@ SRC_URI = "${UIO_MODULE_DRV_GIT_URI};protocol=${UIO_MODULE_DRV_GIT_PROTOCOL};bra SRCREV = "${UIO_MODULE_DRV_SRCREV}" S = "${WORKDIR}/git" + +COMPATIBLE_HOST ?= "null" +COMPATIBLE_HOST_ti-soc = "(.*)" -- cgit v1.2.3-54-g00ecf