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>
11 lines
317 B
BlitzBasic
11 lines
317 B
BlitzBasic
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
|
|
|
|
LINUX_VERSION ?= "4.1.17"
|
|
|
|
SRCREV = "cb2f10196a9b718a2d94bb4ac0887c2ea14988ae"
|
|
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.1.y \
|
|
file://0001-dts-add-overlay-for-pitft22.patch \
|
|
"
|
|
|
|
require linux-raspberrypi.inc
|