mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
11 lines
294 B
BlitzBasic
11 lines
294 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.4.50"
|
|
|
|
SRCREV = "04c8e47067d4873c584395e5cb260b4f170a99ea"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \
|
|
file://0001-fix-dtbo-rules.patch \
|
|
"
|
|
|
|
require linux-raspberrypi.inc
|