diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-07-13 14:20:22 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-07-14 18:27:52 +0100 |
commit | 82b38fd206467cfff8289d80b99c1963847b5197 (patch) | |
tree | 356043a42784d32a42f2f8023666f464f5d34c21 | |
parent | 4676c89c217c8ba182e002ea787df988e397657b (diff) | |
download | meta-raspberrypi-82b38fd206467cfff8289d80b99c1963847b5197.tar.gz |
linux-raspberrypi: bump to Linux version 5.4.51
Fixes:
ERROR: linux-raspberrypi-1_5.4.50+gitAUTOINC+856e83151c-r0 do_fetch: Fetcher failure: Unable to find revision 856e83151cf3f802c495585ac176bb135a08030f in branch rpi-5.4.y even from upstream
ERROR: linux-raspberrypi-1_5.4.50+gitAUTOINC+856e83151c-r0 do_fetch: Fetcher failure for URL: 'git://github.com/raspberrypi/linux.git;branch=rpi-5.4.y'. Unable to fetch URL from any source.
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.bb b/recipes-kernel/linux/linux-raspberrypi_5.4.bb index 153f14e..e039c08 100644 --- a/recipes-kernel/linux/linux-raspberrypi_5.4.bb +++ b/recipes-kernel/linux/linux-raspberrypi_5.4.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | LINUX_VERSION ?= "5.4.50" | 1 | LINUX_VERSION ?= "5.4.51" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" |
3 | 3 | ||
4 | SRCREV = "856e83151cf3f802c495585ac176bb135a08030f" | 4 | SRCREV = "95a969f451f6ed61029741411c1c9aa44023e465" |
5 | 5 | ||
6 | require linux-raspberrypi_5.4.inc | 6 | require linux-raspberrypi_5.4.inc |
7 | 7 | ||