All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uio-module-drv:User space IO driver for on chip modules
@ 2014-03-07  1:48 Sam Nelson
  0 siblings, 0 replies; only message in thread
From: Sam Nelson @ 2014-03-07  1:48 UTC (permalink / raw)
  To: meta-ti

- Provides user space access for peripheral module on chip

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 recipes-bsp/uio-module-drv/uio-module-drv_git.bb |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 recipes-bsp/uio-module-drv/uio-module-drv_git.bb

diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
new file mode 100644
index 0000000..2b02a8f
--- /dev/null
+++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
@@ -0,0 +1,21 @@
+DESCRIPTION="User space IO (UIO) driver for on-chip modules"
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
+
+BRANCH ?= "master"
+# This corresponds to version 0.0.0.0
+SRCREV = "489c4b9b6693314f841e83c24306b2327df6a77c"
+
+SRC_URI = "git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
+
+# This package builds a kernel module, use kernel PR as base and append a local
+PR = "${MACHINE_KERNEL_PR}"
+PR_append = "a"
+
+S = "${WORKDIR}/git"
+
+module_auto_load_uio-module-drv = "uio-module-drv"
+
+inherit module
+
-- 
1.7.9.5



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

only message in thread, other threads:[~2014-03-07  1:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-07  1:48 [PATCH] uio-module-drv:User space IO driver for on chip modules Sam Nelson

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.