aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-gcw0_4.0.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2015-04-18 23:11:50 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2015-05-07 00:10:22 +0100
commit736922d55ad4728a2efa7cc1cf44b803f3b3abdd (patch)
treefd6f759830fd0be37c88f277b42701bf952a2597 /recipes-kernel/linux/linux-gcw0_4.0.bb
parent4f8a45e1fe1923e78887d1608c92cd586679c790 (diff)
downloadmeta-handheld-736922d55ad4728a2efa7cc1cf44b803f3b3abdd.tar.gz
linux-gcw0(-kexecboot): upgrade from 3.19 to 4.0 dev release
following upstream progress Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-kernel/linux/linux-gcw0_4.0.bb')
-rw-r--r--recipes-kernel/linux/linux-gcw0_4.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-gcw0_4.0.bb b/recipes-kernel/linux/linux-gcw0_4.0.bb
new file mode 100644
index 0000000..85f315c
--- /dev/null
+++ b/recipes-kernel/linux/linux-gcw0_4.0.bb
@@ -0,0 +1,15 @@
+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.0 \
+ file://defconfig \
+ "
+SRCREV = "5480c81f8c145a06a5ec1f405e5639c579d7c4ac"
+
+inherit kernel
+
+S = "${WORKDIR}/git"