From d10a0dc009134d402fb0f9c90ad629ea42577ea9 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Mon, 10 Sep 2018 13:48:37 +0200 Subject: [PATCH] linux_4.14%.bb: Cleanup recipe With the update to Poky Sumo, there is no longer a need to include linux-dtb.inc as long as one defines KERNEL_DEVICETREE. Changelog-entry: Clean-up swap, conf-notes.txt and obsolete kernel recipes Signed-off-by: Florin Sarbu --- .../recipes-kernel/linux/linux_4.14%.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"