mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
9 lines
232 B
BlitzBasic
9 lines
232 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.9.80"
|
|
|
|
SRCREV = "a7b4dd27c1c0d6510b8066b91ef01be0928d8529"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y"
|
|
|
|
require linux-raspberrypi.inc
|