diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-11-27 12:46:35 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-11-27 19:27:47 +0000 |
| commit | 53f0eecf8729c79b664a134a74659c515cb39c7a (patch) | |
| tree | 06fff40a1114e3e873d171dd9512fbb7a449455a /recipes-bsp | |
| parent | b1587a6bdc72f4c862e7e35ecddf90c66b1124bd (diff) | |
| download | meta-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')
| -rw-r--r-- | recipes-bsp/uio-module-drv/uio-module-drv.inc | 3 |
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 | |||
| 14 | SRCREV = "${UIO_MODULE_DRV_SRCREV}" | 14 | SRCREV = "${UIO_MODULE_DRV_SRCREV}" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | |||
| 18 | COMPATIBLE_HOST ?= "null" | ||
| 19 | COMPATIBLE_HOST_ti-soc = "(.*)" | ||
