diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-25 18:28:00 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-04-26 09:02:04 +0100 |
commit | ff6cda5d8f67b6c701acfb486366a66fa12859fd (patch) | |
tree | 8d75c56803c2143a35dde2bce2c3e08335be4ff1 | |
parent | bb974dc0784cce5f6ab7063b0cc6e2057318a41f (diff) | |
download | meta-raspberrypi-ff6cda5d8f67b6c701acfb486366a66fa12859fd.tar.gz |
linux-raspberrypi: Update to 5.10.31
Update yocto kernel metadata to latest 5.10 as well.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.10.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.10.bb b/recipes-kernel/linux/linux-raspberrypi_5.10.bb index 9fef701..fa3a8fc 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.25" | 1 | LINUX_VERSION ?= "5.10.31" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.10.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.10.y" |
3 | 3 | ||
4 | SRCREV_machine = "d1fd8a5727908bb677c003d2ae977e9d935a6f94" | 4 | SRCREV_machine = "89399e6e7e33d6260a954603ca03857df594ffd3" |
5 | SRCREV_meta = "5833ca701711d487c9094bd1efc671e8ef7d001e" | 5 | SRCREV_meta = "a19886b00ea7d874fdd60d8e3435894bb16e6434" |
6 | 6 | ||
7 | KMETA = "kernel-meta" | 7 | KMETA = "kernel-meta" |
8 | 8 | ||