diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-18 10:30:47 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-04-18 15:56:39 +0100 |
commit | 9e67048f3247762419decddec16d21482b7ba8e6 (patch) | |
tree | f557e3850fae4fac46dcfd45144c9210cc2842c7 | |
parent | 7671f666b2fec747a04ec647d6cfcc1e7817725d (diff) | |
download | meta-raspberrypi-9e67048f3247762419decddec16d21482b7ba8e6.tar.gz |
linux-raspberrypi: bump to Linux version 4.19.115
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/recipes-kernel/linux/linux-raspberrypi_4.19.bb index 4d0af69..225b156 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.19.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.19.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | LINUX_VERSION ?= "4.19.113" | 1 | LINUX_VERSION ?= "4.19.115" |
2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" |
3 | 3 | ||
4 | SRCREV = "4f2a4cc501c428c940549f39d5562e60404ac4f7" | 4 | SRCREV = "b13fc60b529fe9e4fee4a7a5caf73d582003abfa" |
5 | 5 | ||
6 | require linux-raspberrypi_4.19.inc | 6 | require linux-raspberrypi_4.19.inc |
7 | 7 | ||