mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-10 05:49:18 +00:00
1f64604570
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
10 lines
293 B
BlitzBasic
10 lines
293 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.4.35"
|
|
|
|
SRCREV = "5d765c8b5782de7ed49f623c107f1b395429b560"
|
|
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
|