diff options
author | Mirza Krak <mirza.krak@northern.tech> | 2018-07-15 10:30:27 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-07-20 12:24:15 +0100 |
commit | 7cd27ce83e19fbc780fc0fff2c5bde864c0293f7 (patch) | |
tree | c601dc508f1c4b80e7eb6145e4771596ef9f9048 | |
parent | c7999e8c2f04385f34877aa9c549ed61c8bcf1a1 (diff) | |
download | meta-raspberrypi-7cd27ce83e19fbc780fc0fff2c5bde864c0293f7.tar.gz |
linux-raspberrypi: update 4.9 recipe to current HEAD
Contains the following changes:
7f9c648dad64 drm/vc4: Move IRQ enable to PM path
which fixes an unbalanced IRQ enable warning, which was rapported
in #286
Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index 21fcfef..b3f3248 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.9.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.9.bb | |||
@@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | |||
2 | 2 | ||
3 | LINUX_VERSION ?= "4.9.80" | 3 | LINUX_VERSION ?= "4.9.80" |
4 | 4 | ||
5 | SRCREV = "ffd7bf4085b09447e5db96edd74e524f118ca3fe" | 5 | SRCREV = "7f9c648dad6473469b4133898fa6bb8d818ecff9" |
6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
7 | git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y \ | 7 | git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y \ |
8 | file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \ | 8 | file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \ |