aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-netmodule-zx3_3.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-netmodule-zx3_3.14.bb')
-rw-r--r--recipes-kernel/linux/linux-netmodule-zx3_3.14.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-netmodule-zx3_3.14.bb b/recipes-kernel/linux/linux-netmodule-zx3_3.14.bb
new file mode 100644
index 0000000..2ce3df5
--- /dev/null
+++ b/recipes-kernel/linux/linux-netmodule-zx3_3.14.bb
@@ -0,0 +1,18 @@
+
+LINUX_VERSION = "3.14"
+KBRANCH ?= "zx3-v3.14"
+SRCREV ?= "4ea440987eb3b5a9cb1f3fd50bb63c86703ef438"
+
+SRC_URI = "git://github.com/netmodule/kernel-zx3.git;protocol=https;branch=${KBRANCH}"
+
+include recipes-kernel/linux/linux-xlnx.inc
+
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx/${LINUX_VERSION}:"
+
+### ZE7000 machine configuration ###
+SRC_URI_append_ze7000-zynq7 += "file://defconfig"
+
+### PM3 machine configuration ###
+SRC_URI_append_zx3-pm3-zynq7 += "file://defconfig"
+
+COMPATIBLE_MACHINE = "ze7000-zynq7|zx3-pm3-zynq7"