diff options
author | Khan3033 <Riyaz.l@ltts.com> | 2019-10-16 07:48:03 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-10-18 09:41:56 +0100 |
commit | cee2557dc872ddaf721e6badb981c7772503f8ea (patch) | |
tree | 3a729ff775f653e39ef59827b7d6b051a49a7d93 | |
parent | 95ac7c9c11c1d34e8fb1eb4308eb69141d69711a (diff) | |
download | meta-raspberrypi-cee2557dc872ddaf721e6badb981c7772503f8ea.tar.gz |
linux-raspberrypi: Updating the linux revision to resolve video rendering issue
Signed-off-by: Khan3033 <Riyaz.l@ltts.com>
-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 |