summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Costache <alexandru@balena.io>2021-11-09 16:11:22 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-11-13 23:30:28 +0000
commit0d0879dc37a84645213a2daef51fbe4c8ee86f09 (patch)
tree24fadb8953cd09276057f4bd5c3cb2cf96aff091
parentedf90ee7296b8f44508b5e83b4abed46d36aebb6 (diff)
downloadmeta-raspberrypi-0d0879dc37a84645213a2daef51fbe4c8ee86f09.tar.gz
linux-raspberrypi: Bump to 5.10.78
To include Pi Zero 2W device-tree changes for brcmfmac firmware. Signed-off-by: Alexandru Costache <alexandru@balena.io>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_5.10.bb4
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 c2050d4..061de89 100644
--- a/recipes-kernel/linux/linux-raspberrypi_5.10.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_5.10.bb
@@ -1,8 +1,8 @@
1LINUX_VERSION ?= "5.10.76" 1LINUX_VERSION ?= "5.10.78"
2LINUX_RPI_BRANCH ?= "rpi-5.10.y" 2LINUX_RPI_BRANCH ?= "rpi-5.10.y"
3LINUX_RPI_KMETA_BRANCH ?= "yocto-5.10" 3LINUX_RPI_KMETA_BRANCH ?= "yocto-5.10"
4 4
5SRCREV_machine = "3728690b4a894dd57d3913f048dcab12bb61251e" 5SRCREV_machine = "b2c047ab7e17a4ed702d313581620e826c58cc3c"
6SRCREV_meta = "e1979ceb171bc91ef2cb71cfcde548a101dab687" 6SRCREV_meta = "e1979ceb171bc91ef2cb71cfcde548a101dab687"
7 7
8KMETA = "kernel-meta" 8KMETA = "kernel-meta"