diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-05-04 00:00:44 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-05-23 10:07:46 +0100 |
commit | 38429e83833647ff007b7f7ec62758b3d53d54ec (patch) | |
tree | 19ceedecc0fcd8c1564b3941061ed5e54dd03172 | |
parent | 9aba24e54238b8a8e6874869a0c480ccdc050694 (diff) | |
download | meta-raspberrypi-38429e83833647ff007b7f7ec62758b3d53d54ec.tar.gz |
linux-raspberrypi_5.4.bb: Update to 5.4.35
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.bb b/recipes-kernel/linux/linux-raspberrypi_5.4.bb index 50393d7..9eeb1ee 100644 --- a/recipes-kernel/linux/linux-raspberrypi_5.4.bb +++ b/recipes-kernel/linux/linux-raspberrypi_5.4.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | LINUX_VERSION ?= "5.4.32" | 1 | LINUX_VERSION ?= "5.4.35" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" |
3 | 3 | ||
4 | SRCREV = "df9a97fcc1ec5abb570d9c8ae5e24939380d6902" | 4 | SRCREV = "a5eaf73c42b06af4e8ec52755fdfa1cad05a4ac8" |
5 | 5 | ||
6 | require linux-raspberrypi_5.4.inc | 6 | require linux-raspberrypi_5.4.inc |
7 | 7 | ||