diff options
author | 2021-11-22 09:43:40 -0800 | |
---|---|---|
committer | 2021-11-23 11:32:35 +0000 | |
commit | 63a3d8cb17c5d1affe8f2848f45fcc6a706f9412 (patch) | |
tree | bb20348aacdcf23d6dfee62e687f293b4e5944b3 | |
parent | 4a827bfff24758677e9c1d9d3b186fc14f23e0bb (diff) | |
download | meta-raspberrypi-63a3d8cb17c5d1affe8f2848f45fcc6a706f9412.tar.gz meta-raspberrypi-63a3d8cb17c5d1affe8f2848f45fcc6a706f9412.tar.bz2 meta-raspberrypi-63a3d8cb17c5d1affe8f2848f45fcc6a706f9412.zip |
linux-raspberrypi: Upgrade to 5.10.81
Also fixes
https://github.com/agherzan/meta-raspberrypi/issues/957
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.10.bb | 4 |
1 files 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" |