diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-05-19 17:25:22 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-05-20 12:10:11 +0100 |
commit | f9b9181521f9927300a185783ce881584d61d881 (patch) | |
tree | 3ceaf66c78a2b01dd97a3c03b08fc426591d2350 | |
parent | 6f85d3f665965e54d83287a76807e5656c88aa1f (diff) | |
download | meta-raspberrypi-f9b9181521f9927300a185783ce881584d61d881.tar.gz |
linux-raspberrypi: Update to latest on 5.4 release
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 9eeb1ee..ec0767e 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.35" | 1 | LINUX_VERSION ?= "5.4.40" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" |
3 | 3 | ||
4 | SRCREV = "a5eaf73c42b06af4e8ec52755fdfa1cad05a4ac8" | 4 | SRCREV = "97badb4baeb8999263a9bc2fa85c3060ffff344b" |
5 | 5 | ||
6 | require linux-raspberrypi_5.4.inc | 6 | require linux-raspberrypi_5.4.inc |
7 | 7 | ||