aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-gcw0_4.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-gcw0_4.7.bb')
-rw-r--r--recipes-kernel/linux/linux-gcw0_4.7.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-gcw0_4.7.bb b/recipes-kernel/linux/linux-gcw0_4.7.bb
new file mode 100644
index 0000000..a7ed365
--- /dev/null
+++ b/recipes-kernel/linux/linux-gcw0_4.7.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Linux kernel 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-4.7 \
+ file://defconfig \
+ "
+SRCREV = "6bc18038a011e5627c2a6f00d2181a5d3e4bebc9"
+
+inherit kernel
+addtask kernel_link_images after do_compile before do_strip
+
+S = "${WORKDIR}/git"