diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-04-14 08:59:20 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-04-16 12:45:04 +0100 |
commit | 9816a456047d47ebbf1307b2c263232859ffefc1 (patch) | |
tree | dd0794bdd4014ae1902dce68600b9f42e6490045 | |
parent | 0917b60527242d3668efc2d3b918df64b13e7b6f (diff) | |
download | meta-raspberrypi-9816a456047d47ebbf1307b2c263232859ffefc1.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 | ||