aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-gcw0_4.0.bb
blob: 85f315c432bfde5110aea7b1eaae771a8d757065 (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-4.0 \
          file://defconfig \
          "
SRCREV = "5480c81f8c145a06a5ec1f405e5639c579d7c4ac"

inherit kernel

S = "${WORKDIR}/git"