diff options
author | Khan3033 <Riyaz.l@ltts.com> | 2019-10-16 07:48:03 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-02-20 17:48:37 +0000 |
commit | 615a1a83399623bcb7afb500bd9d3fc633e32004 (patch) | |
tree | 814f5b00fd1041ce945459033aeaf752ec755a5d | |
parent | 2f0fa9a087b9ded28797d3087ccfa8f48bf5dd13 (diff) | |
download | meta-raspberrypi-615a1a83399623bcb7afb500bd9d3fc633e32004.tar.gz |
linux-raspberrypi: Updating the linux revision to resolve video rendering issue
Signed-off-by: Khan3033 <Riyaz.l@ltts.com>
(cherry picked from commit cee2557dc872ddaf721e6badb981c7772503f8ea)
-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 900570d..9540747 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.19.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.19.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LINUX_VERSION ?= "4.19.71" | 1 | LINUX_VERSION ?= "4.19.75" |
2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-4.19.y" |
3 | 3 | ||
4 | SRCREV = "13ce09db830e0c2fe524460b0673afb974359bc2" | 4 | SRCREV = "642e12d892e694214e387208ebd9feb4a654d287" |
5 | 5 | ||
6 | require linux-raspberrypi_4.19.inc | 6 | require linux-raspberrypi_4.19.inc |