]> git.kernelconcepts.de Git - meta-nanopi.git/blob - recipes-kernel/linux/linux-nanopi_git.bb
ce1c63c84ea639c9728e40b4412a96a68560eee4
[meta-nanopi.git] / recipes-kernel / linux / linux-nanopi_git.bb
1 require recipes-kernel/linux/linux.inc
2 DESCRIPTION = "Linux kernel for FriendlyARM NanoPi"
3 KERNEL_IMAGETYPE = "zImage"
4
5 COMPATIBLE_MACHINE = "(nanopi)"
6
7 PV = "4.1.2"
8 PR = "r0"
9 SRCREV_pn-${PN} = "c9efdea291a03fb607688459a4d3f4cd2a98fb9d"
10
11 SRC_URI += "git://github.com/friendlyarm/linux-4.x.y.git;protocol=https;branch=nanopi-v4.1.y \
12             file://dhd-gcc49-nodebug.patch \
13             file://dhd-fix-nodebug.patch \
14             file://defconfig"
15
16 S = "${WORKDIR}/git"