diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-08-24 10:16:37 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-08-24 22:59:04 +0100 |
commit | c61ccdbb935ffae2e3bef288590cbf40d243efe4 (patch) | |
tree | 6633972d03dfe6a7355dff4efb3a5d2cc4a138c6 | |
parent | cc6074c660b0da808f74de610de6bfb1481a48cf (diff) | |
download | meta-raspberrypi-c61ccdbb935ffae2e3bef288590cbf40d243efe4.tar.gz |
linux-raspberrypi: Update to 5.4.59
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 7fea9dd..5d086a1 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.58" | 1 | LINUX_VERSION ?= "5.4.59" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" |
3 | 3 | ||
4 | SRCREV = "4592a094787fa6a2ac1e95e96abfe4d7124dbb3a" | 4 | SRCREV = "423495b33efd681dc1c8be10b1303e679216be4c" |
5 | 5 | ||
6 | require linux-raspberrypi_5.4.inc | 6 | require linux-raspberrypi_5.4.inc |
7 | 7 | ||