mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-09 17:39:18 +00:00
acbbe4b252
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
10 lines
293 B
BlitzBasic
10 lines
293 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.4.48"
|
|
|
|
SRCREV = "7ddf96fbb7d637b79b449c7bd1c8d35f00571e4b"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \
|
|
file://0001-fix-dtbo-rules.patch \
|
|
"
|
|
require linux-raspberrypi.inc
|