mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
- Add support to build overlays for PiTFT22 in the kernel. - Setup a basic configuration for the driver The PiTFT22 support is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft22" This patch also includes restructuring of kernel patches per kernel version specific directories. [Support #70] Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
12 lines
397 B
BlitzBasic
12 lines
397 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "3.14.28"
|
|
|
|
SRCREV = "e294028d7733a30f3befacc41d473c251096a515"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.14.y \
|
|
file://0001-ASoC-Add-BCM2708-fixes.patch \
|
|
file://0002-Fix-grabbing-lock-from-atomic-context-in-i2c-driver.patch \
|
|
"
|
|
|
|
require linux-raspberrypi.inc
|