diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux_4.14%.bb b/layers/meta-resin-allwinner/recipes-kernel/linux/linux_4.14%.bb index 78146ce..f23e168 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux_4.14%.bb +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux_4.14%.bb @@ -6,7 +6,6 @@ COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i)" inherit kernel -require recipes-kernel/linux/linux-dtb.inc require recipes-kernel/linux/linux.inc # Pull in the devicetree files into the rootfs @@ -17,12 +16,11 @@ RDEPENDS_kernel-base += "kernel-devicetree" DEFAULT_PREFERENCE = "-1" KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" - -# 4.13.12 + PV = "4.14.14+git${SRCPV}" SRCREV_pn-${PN} = "v4.14.14" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;protocol=git;branch=linux-4.14.y \ " -S = "${WORKDIR}/git" \ No newline at end of file +S = "${WORKDIR}/git"