mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-10 05:49:18 +00:00
02c0d41478
Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 lines
247 B
BlitzBasic
9 lines
247 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.8.16"
|
|
|
|
SRCREV = "061dccce6cf6705bbb5da29a643f4b0ad1d11630"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \
|
|
"
|
|
require linux-raspberrypi.inc
|