mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-02-22 16:39:44 +00:00
9 lines
232 B
BlitzBasic
9 lines
232 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.9.65"
|
|
|
|
SRCREV = "5c1521c32fbd3291918c28fb67524c0ae1a299fb"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y"
|
|
|
|
require linux-raspberrypi.inc
|