mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 19:36:58 +00:00
75efa69e75
Upgrade to 4.4.6 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
306 B
BlitzBasic
11 lines
306 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.4.6"
|
|
|
|
SRCREV = "2faaa2ccef9e4c595bd26f14285c225ceea6097e"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \
|
|
file://0001-dts-add-overlay-for-pitft22.patch \
|
|
"
|
|
|
|
require linux-raspberrypi.inc
|