diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-09-12 14:49:49 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-09-12 21:38:16 +0100 |
commit | 9f013e3cd19abe576ce474f8c54358b9c3252de1 (patch) | |
tree | ecb170732be0c537181731ecdc43df5af4848f2f | |
parent | 16a6e0b4ea655aa3cc2094777933ac7f1b49c73c (diff) | |
download | meta-raspberrypi-9f013e3cd19abe576ce474f8c54358b9c3252de1.tar.gz |
linux-raspberrypi: bump to Linux version 5.4.64
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
-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 82006bd..594694c 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.59" | 1 | LINUX_VERSION ?= "5.4.64" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" |
3 | 3 | ||
4 | SRCREV = "423495b33efd681dc1c8be10b1303e679216be4c" | 4 | SRCREV = "65caf603f3b1c43f4c92939f7fbb7149e054f486" |
5 | 5 | ||
6 | require linux-raspberrypi_5.4.inc | 6 | require linux-raspberrypi_5.4.inc |
7 | 7 | ||