From 62a84833d90dfc18f8057bc5e99e96eff6798f12 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 12 May 2022 22:16:31 -0700 Subject: [PATCH] linux-raspberrypi: Upgrade to 5.15.38 Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_5.15.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_5.15.bb b/recipes-kernel/linux/linux-raspberrypi_5.15.bb index 77d4a98..63a263e 100644 --- a/recipes-kernel/linux/linux-raspberrypi_5.15.bb +++ b/recipes-kernel/linux/linux-raspberrypi_5.15.bb @@ -1,9 +1,9 @@ -LINUX_VERSION ?= "5.15.34" +LINUX_VERSION ?= "5.15.38" LINUX_RPI_BRANCH ?= "rpi-5.15.y" LINUX_RPI_KMETA_BRANCH ?= "yocto-5.15" -SRCREV_machine = "0086da6acd41600d47b87b05874f99704216426f" -SRCREV_meta = "e1b976ee4fb5af517cf01a9f2dd4a32f560ca894" +SRCREV_machine = "d5b5cbcd17d97f35292f960bca82c0915a03e594" +SRCREV_meta = "37891dc371e83a3451781dd81a8a85cccd60084b" KMETA = "kernel-meta"