aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-gcw0_3.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-gcw0_3.12.bb')
-rw-r--r--recipes-kernel/linux/linux-gcw0_3.12.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-gcw0_3.12.bb b/recipes-kernel/linux/linux-gcw0_3.12.bb
new file mode 100644
index 0000000..6d9e54e
--- /dev/null
+++ b/recipes-kernel/linux/linux-gcw0_3.12.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Linux kernel 3.12 for the GCW Zero"
+SECTION = "kernel"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
+
+COMPATIBLE_MACHINE = "gcw0"
+
+SRC_URI = "git://github.com/gcwnow/linux.git;branch=jz-3.12 \
+ file://defconfig"
+
+SRCREV = "${AUTOREV}"
+
+S = "${WORKDIR}/git"
+
+inherit kernel