mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-21 23:09:26 +00:00
10 lines
331 B
BlitzBasic
10 lines
331 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.9.10"
|
|
|
|
SRCREV = "095c4480e1f623bdc8a221a171ef13b2223706b1"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
|
|
file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch \
|
|
"
|
|
require linux-raspberrypi.inc
|