From 63a3d8cb17c5d1affe8f2848f45fcc6a706f9412 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 22 Nov 2021 09:43:40 -0800 Subject: [PATCH] linux-raspberrypi: Upgrade to 5.10.81 Also fixes https://github.com/agherzan/meta-raspberrypi/issues/957 Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_5.10.bb b/recipes-kernel/linux/linux-raspberrypi_5.10.bb index 061de89..c28968c 100644 --- a/recipes-kernel/linux/linux-raspberrypi_5.10.bb +++ b/recipes-kernel/linux/linux-raspberrypi_5.10.bb @@ -1,8 +1,8 @@ -LINUX_VERSION ?= "5.10.78" +LINUX_VERSION ?= "5.10.81" LINUX_RPI_BRANCH ?= "rpi-5.10.y" LINUX_RPI_KMETA_BRANCH ?= "yocto-5.10" -SRCREV_machine = "b2c047ab7e17a4ed702d313581620e826c58cc3c" +SRCREV_machine = "f9bd396cd0f5f8c2026473f1e570deed3d08d350" SRCREV_meta = "e1979ceb171bc91ef2cb71cfcde548a101dab687" KMETA = "kernel-meta"