diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-22 09:43:40 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-11-23 11:32:35 +0000 |
commit | 63a3d8cb17c5d1affe8f2848f45fcc6a706f9412 (patch) | |
tree | bb20348aacdcf23d6dfee62e687f293b4e5944b3 /recipes-kernel | |
parent | 4a827bfff24758677e9c1d9d3b186fc14f23e0bb (diff) | |
download | meta-raspberrypi-master.tar.gz |
Also fixes
https://github.com/agherzan/meta-raspberrypi/issues/957
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-kernel')
-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 @@ | |||
1 | LINUX_VERSION ?= "5.10.78" | 1 | LINUX_VERSION ?= "5.10.81" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.10.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.10.y" |
3 | LINUX_RPI_KMETA_BRANCH ?= "yocto-5.10" | 3 | LINUX_RPI_KMETA_BRANCH ?= "yocto-5.10" |
4 | 4 | ||
5 | SRCREV_machine = "b2c047ab7e17a4ed702d313581620e826c58cc3c" | 5 | SRCREV_machine = "f9bd396cd0f5f8c2026473f1e570deed3d08d350" |
6 | SRCREV_meta = "e1979ceb171bc91ef2cb71cfcde548a101dab687" | 6 | SRCREV_meta = "e1979ceb171bc91ef2cb71cfcde548a101dab687" |
7 | 7 | ||
8 | KMETA = "kernel-meta" | 8 | KMETA = "kernel-meta" |