mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
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>
12 lines
323 B
BlitzBasic
12 lines
323 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.9.80"
|
|
|
|
SRCREV = "7f9c648dad6473469b4133898fa6bb8d818ecff9"
|
|
SRC_URI = " \
|
|
git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y \
|
|
file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \
|
|
"
|
|
|
|
require linux-raspberrypi.inc
|