diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2020-07-07 17:37:19 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-07-14 18:27:52 +0100 |
commit | 4676c89c217c8ba182e002ea787df988e397657b (patch) | |
tree | 900ee03d6917cde8d0d52bf369276cfcb3f7f1e9 | |
parent | 21d38f091848ed427049b0214aebe2f7d243be47 (diff) | |
download | meta-raspberrypi-4676c89c217c8ba182e002ea787df988e397657b.tar.gz |
linux-raspberrypi: bump to 5.4.50 since upstream was force-pushed
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
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 aaf228e..153f14e 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.47" | 1 | LINUX_VERSION ?= "5.4.50" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" |
3 | 3 | ||
4 | SRCREV = "dec0ddc506ab5d93a7de4b8a7c8dc98e0a96f85c" | 4 | SRCREV = "856e83151cf3f802c495585ac176bb135a08030f" |
5 | 5 | ||
6 | require linux-raspberrypi_5.4.inc | 6 | require linux-raspberrypi_5.4.inc |
7 | 7 | ||