diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-06-03 17:37:11 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-06-05 13:13:07 +0100 |
commit | e589e0f3fda8f15f1093909328605e0bb6516d94 (patch) | |
tree | 2bb4799399c3555f8238dde04716bd82a6338b3c | |
parent | e4ed884688bd8564cc931f0fa10f78c3c3cfcd33 (diff) | |
download | meta-raspberrypi-e589e0f3fda8f15f1093909328605e0bb6516d94.tar.gz |
linux-raspberrypi: bump to Linux version 4.19.126
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 03053da..93a29f0 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.120" | 1 | LINUX_VERSION ?= "4.19.126" |
2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" |
3 | 3 | ||
4 | SRCREV = "9da67d7329873623bd5c13fae5835d76d5be8806" | 4 | SRCREV = "f6b3ac28f0a9137d4c24c0b8832e693bbd16f5b7" |
5 | 5 | ||
6 | require linux-raspberrypi_4.19.inc | 6 | require linux-raspberrypi_4.19.inc |
7 | 7 | ||