From 50d8dc933ea524e6e8edb49b136ad913f0ce40f2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 18 Feb 2022 15:14:21 -0800 Subject: [PATCH] linux-raspberrypi: Add recipe for 5.15 LTS kernel This is not default branch for linux-raspberrypi as well. Signed-off-by: Khem Raj --- .../linux/linux-raspberrypi_5.15.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_5.15.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_5.15.bb b/recipes-kernel/linux/linux-raspberrypi_5.15.bb new file mode 100644 index 0000000..699a31f --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_5.15.bb @@ -0,0 +1,19 @@ +LINUX_VERSION ?= "5.15.24" +LINUX_RPI_BRANCH ?= "rpi-5.15.y" +LINUX_RPI_KMETA_BRANCH ?= "yocto-5.15" + +SRCREV_machine = "770d94882ac145c81af72e9a37180806c3f70bbd" +SRCREV_meta = "e1b976ee4fb5af517cf01a9f2dd4a32f560ca894" + +KMETA = "kernel-meta" + +SRC_URI = " \ + git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH};protocol=https \ + git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \ + file://powersave.cfg \ + file://android-drivers.cfg \ + " + +require linux-raspberrypi.inc + +KERNEL_DTC_FLAGS += "-@ -H epapr"