mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
9 lines
246 B
BlitzBasic
9 lines
246 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.9.4"
|
|
|
|
SRCREV = "8b0be887f834e7eccf0de3edf630003880779a5f"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
|
|
"
|
|
require linux-raspberrypi.inc
|