X-Git-Url: https://git.karo-electronics.de/?p=meta-nanopi.git;a=blobdiff_plain;f=recipes-kernel%2Flinux%2Flinux-nanopi_git.bb;fp=recipes-kernel%2Flinux%2Flinux-nanopi_git.bb;h=ce1c63c84ea639c9728e40b4412a96a68560eee4;hp=0000000000000000000000000000000000000000;hb=e0d052a5261539111739ae0cc31a017e41554190;hpb=66364e83b170d8bd81efaa65fe3713410260a1d5 diff --git a/recipes-kernel/linux/linux-nanopi_git.bb b/recipes-kernel/linux/linux-nanopi_git.bb new file mode 100644 index 0000000..ce1c63c --- /dev/null +++ b/recipes-kernel/linux/linux-nanopi_git.bb @@ -0,0 +1,16 @@ +require recipes-kernel/linux/linux.inc +DESCRIPTION = "Linux kernel for FriendlyARM NanoPi" +KERNEL_IMAGETYPE = "zImage" + +COMPATIBLE_MACHINE = "(nanopi)" + +PV = "4.1.2" +PR = "r0" +SRCREV_pn-${PN} = "c9efdea291a03fb607688459a4d3f4cd2a98fb9d" + +SRC_URI += "git://github.com/friendlyarm/linux-4.x.y.git;protocol=https;branch=nanopi-v4.1.y \ + file://dhd-gcc49-nodebug.patch \ + file://dhd-fix-nodebug.patch \ + file://defconfig" + +S = "${WORKDIR}/git"