diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-07 12:48:38 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-03-08 20:59:57 +0000 |
commit | 1ff7696e0972f55dca8242d201ed6443269ede80 (patch) | |
tree | 7379ddffd47e56ef71116a257d0d84526d1c1986 | |
parent | b422a0ae50a3960fd9cd0c6c03a40535ac4931a6 (diff) | |
download | meta-raspberrypi-1ff7696e0972f55dca8242d201ed6443269ede80.tar.gz |
linux-raspberrypi: bump to Linux version 4.19.108
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 2cb0312..a17df84 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.105" | 1 | LINUX_VERSION ?= "4.19.108" |
2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" |
3 | 3 | ||
4 | SRCREV = "e645cec69367ba4b6daf63933f48661ab4b59ee1" | 4 | SRCREV = "2fab54c74bf956951e61c6d4fe473995e8d07010" |
5 | 5 | ||
6 | require linux-raspberrypi_4.19.inc | 6 | require linux-raspberrypi_4.19.inc |
7 | 7 | ||