All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uio-module-drv: Mark it to be ti SOC specific
@ 2018-11-27  6:46 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2018-11-27  6:46 UTC (permalink / raw)
  To: meta-ti

Fails to compile with non TI kernels

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-bsp/uio-module-drv/uio-module-drv.inc | 3 +++
 1 file changed, 3 insertions(+)

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 = "(.*)"
-- 
2.19.2



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-27  6:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-27  6:46 [PATCH] uio-module-drv: Mark it to be ti SOC specific Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.