diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-04-27 08:45:11 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-04-30 15:13:54 +0100 |
commit | bec069d3900c824c669f5b5b867160c34e41165d (patch) | |
tree | 67678907e71f2778ef1afcba6c7040f3e0437a80 | |
parent | d61293c31234617871e7d7551ba10890290b7126 (diff) | |
download | meta-raspberrypi-bec069d3900c824c669f5b5b867160c34e41165d.tar.gz |
linux-raspberrypi_5.4.bb: Update to latest
brings in some pinmux and dtoverlays
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 410a0eb..50393d7 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.32" | 1 | LINUX_VERSION ?= "5.4.32" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" |
3 | 3 | ||
4 | SRCREV = "68fd7d52c9fc7c40b996d6b91acaf3e03b2c3ea0" | 4 | SRCREV = "df9a97fcc1ec5abb570d9c8ae5e24939380d6902" |
5 | 5 | ||
6 | require linux-raspberrypi_5.4.inc | 6 | require linux-raspberrypi_5.4.inc |
7 | 7 | ||