From ad0443b3d22a93a3d46c1dc64dadb43c33963f36 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Mon, 26 Feb 2018 17:24:11 +0000 Subject: [PATCH] linux-raspberrypi: Add recipe for v4.14.y It's alive! (a.k.a. upstream have stopped rebasing this branch) Signed-off-by: Paul Barker --- recipes-kernel/linux/linux-raspberrypi_4.14.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_4.14.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_4.14.bb b/recipes-kernel/linux/linux-raspberrypi_4.14.bb new file mode 100644 index 0000000..440092e --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_4.14.bb @@ -0,0 +1,6 @@ +LINUX_VERSION ?= "4.14.22" + +SRCREV = "d95cdf3e6a0506e3a728b0c80ae02368779d2768" +SRC_URI = "git://github.com/raspberrypi/linux.git;branch=rpi-4.14.y" + +require linux-raspberrypi.inc