summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/kernel-module-mcc/kernel-module-mcc_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-kernel/kernel-module-mcc/kernel-module-mcc_git.bb b/recipes-kernel/kernel-module-mcc/kernel-module-mcc_git.bb
new file mode 100644
index 0000000..f7a0dec
--- /dev/null
+++ b/recipes-kernel/kernel-module-mcc/kernel-module-mcc_git.bb
@@ -0,0 +1,17 @@
+# Copyright (C) 2013 Timesys Corporation
+SUMMARY = "Multicore communication kernel module"
+LICENSE = "GPL-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c8959abcbbe4d6676c58eab9354019e6"
+
+inherit module
+
+SRC_URI = "git://github.com/toradex/mcc-kmod.git;protocol=git;branch=${SRCBRANCH}"
+
+SRCBRANCH = "master"
+SRCREV = "${AUTOREV}"
+
+PV = "1.06"
+
+S = "${WORKDIR}/git"
+
+COMPATIBLE_MACHINE = "(vf60)"