[meta-ti] Sam Nelson : uio-module-drv: Add new recipe for user space io driver
Arago Project git
git at arago-project.org
Tue Oct 7 12:48:15 PDT 2014
Module: meta-ti
Branch: master
Commit: fe53dc3cbd322cf6db3edf2eeb2ba72263b0ea36
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=fe53dc3cbd322cf6db3edf2eeb2ba72263b0ea36
Author: Sam Nelson <sam.nelson at ti.com>
Date: Wed Oct 8 00:44:58 2014 +0000
uio-module-drv: Add new recipe for user space io driver
- Provides User space IO driver for on-chip modules
Signed-off-by: Sam Nelson <sam.nelson at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/uio-module-drv/uio-module-drv_git.bb | 21 +++++++++++++++++++++
1 files changed, 21 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
new file mode 100644
index 0000000..a363d5f
--- /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 01.00.01.00A
+SRCREV = "3bce5bfec7a7865e278410e3c4484f878b9038b6"
+PV = "1.0.1"
+
+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
+MACHINE_KERNEL_PR_append = "a+gitr${SRCPV}"
+PR = "${MACHINE_KERNEL_PR}"
+
+S = "${WORKDIR}/git"
+
+module_auto_load_uio-module-drv = "uio-module-drv"
+
+inherit module
More information about the meta-ti
mailing list