summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/uio-module-drv
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-11-27 12:46:35 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-11-27 19:27:47 +0000
commit53f0eecf8729c79b664a134a74659c515cb39c7a (patch)
tree06fff40a1114e3e873d171dd9512fbb7a449455a /recipes-bsp/uio-module-drv
parentb1587a6bdc72f4c862e7e35ecddf90c66b1124bd (diff)
downloadmeta-ti-53f0eecf8729c79b664a134a74659c515cb39c7a.tar.gz
uio-module-drv: Mark it to be ti SOC specific
Fails to compile with non TI kernels Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/uio-module-drv')
-rw-r--r--recipes-bsp/uio-module-drv/uio-module-drv.inc3
1 files changed, 3 insertions, 0 deletions
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
14SRCREV = "${UIO_MODULE_DRV_SRCREV}" 14SRCREV = "${UIO_MODULE_DRV_SRCREV}"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17
18COMPATIBLE_HOST ?= "null"
19COMPATIBLE_HOST_ti-soc = "(.*)"