mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
9 lines
247 B
BlitzBasic
9 lines
247 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.9.13"
|
|
|
|
SRCREV = "28ea32b9afb5d813986c4ab940c26fe298d80ed2"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
|
|
"
|
|
require linux-raspberrypi.inc
|