aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/uio-module-drv/uio-module-drv_git.bb')
-rw-r--r--recipes-bsp/uio-module-drv/uio-module-drv_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
index 6ac91875..cb61305f 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
@@ -2,6 +2,10 @@ DESCRIPTION = "User space IO (UIO) driver for on-chip modules"
include uio-module-drv.inc
+FILESEXTRAPATHS_prepend:= "${THISDIR}/${PN}:"
+
+SRC_URI += "file://0001-uio-module-drv-Replace-ioremap_nocache-with-ioremap.patch"
+
# This package builds a kernel module, use kernel PR as base and append a local
MACHINE_KERNEL_PR_append = "d"
PR = "${MACHINE_KERNEL_PR}"