diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-03-19 12:35:32 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-03-20 11:29:27 +0000 |
commit | d05d4184194b73dfde228f5c128373ed18e1b97f (patch) | |
tree | ec29dfbf0cea7ce3eb746f46d759cf8565e9e183 | |
parent | e1bd6d31dcbdf1658dfbe010ec521c8468cacb6f (diff) | |
download | meta-raspberrypi-d05d4184194b73dfde228f5c128373ed18e1b97f.tar.gz |
linux-raspberrypi: Get PMU fixes on top of 4.19.108
This fixes Issue #593
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.19.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/recipes-kernel/linux/linux-raspberrypi_4.19.bb index 4b1098c..a3bb79f 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.108" | 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 = "2fab54c74bf956951e61c6d4fe473995e8d07010" | 4 | SRCREV = "4137a0c092ab26fd3b40f49b321988e99800d085" |
5 | 5 | ||
6 | require linux-raspberrypi_4.19.inc | 6 | require linux-raspberrypi_4.19.inc |
7 | 7 | ||