aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-gcw0_3.19.bb
blob: 80ab3bf597e1a4fcd564acfc3fa4fa0b951513f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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-3.19 \
          file://defconfig \
          "
SRCREV = "9482cbbce300c7ae7ff3faa99abc7d5cb319d915"

inherit kernel

S = "${WORKDIR}/git"