mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-20 09:05:47 +00:00
The rpi-4.8.y branch of git://github.com/raspberrypi/linux.git was rebased, losing any previous commit hashes. This latest update doesn't include the raspberry pi patches for 4.8.6, but the upstream patches are included starting with 4.8.11. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
9 lines
247 B
BlitzBasic
9 lines
247 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.8.12"
|
|
|
|
SRCREV = "ca6ab40b8e878f96f44ab48bfddef299a82aa683"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \
|
|
"
|
|
require linux-raspberrypi.inc
|