Skip to content

Commit

Permalink
linux-raspberrypi: Update 5.15 recipe to 5.15.92
Browse files Browse the repository at this point in the history
Update kernel to version 5.15.92 to fix Bluetooth and Wi-Fi issues
on 64-bit images for Raspberry Pi Zero 2.

Signed-off-by: Leon Anavi <[email protected]>
  • Loading branch information
leon-anavi committed Dec 24, 2023
1 parent 59a6a1b commit c4c7641
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes-kernel/linux/linux-raspberrypi_5.15.bb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
LINUX_VERSION ?= "5.15.34"
LINUX_VERSION ?= "5.15.92"
LINUX_RPI_BRANCH ?= "rpi-5.15.y"
LINUX_RPI_KMETA_BRANCH ?= "yocto-5.15"

SRCREV_machine = "0086da6acd41600d47b87b05874f99704216426f"
SRCREV_meta = "e1b976ee4fb5af517cf01a9f2dd4a32f560ca894"
SRCREV_machine = "14b35093ca68bf2c81bbc90aace5007142b40b40"
SRCREV_meta = "509f4b9d68337f103633d48b621c1c9aa0dc975d"

KMETA = "kernel-meta"

Expand Down

0 comments on commit c4c7641

Please sign in to comment.