diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-04-14 08:59:20 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-04-20 20:27:19 +0100 |
commit | dd4c6e09a66362d937cafc3402e29e684eddca8a (patch) | |
tree | 79c6f876bbb734df148734609b379bad6fd6f934 | |
parent | 2a57fa52454becc66f0fa82e37e37460537be0c5 (diff) | |
download | meta-raspberrypi-dd4c6e09a66362d937cafc3402e29e684eddca8a.tar.gz |
linux-raspberrypi_5.4.bb: Update to latest
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.bb b/recipes-kernel/linux/linux-raspberrypi_5.4.bb index 4a61f8d..4bd978c 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.29" | 1 | LINUX_VERSION ?= "5.4.29" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" |
3 | 3 | ||
4 | SRCREV = "5c08b6e79a8bfa1e59bb0004a1c94ed902a6d615" | 4 | SRCREV = "6682307880716095f8855a4aa678f28aa01d97e6" |
5 | 5 | ||
6 | require linux-raspberrypi_5.4.inc | 6 | require linux-raspberrypi_5.4.inc |
7 | 7 | ||