diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.15.bb | 6 |
1 files 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" |