From 1537ae57ca2e729caf8c47788088ab9c8b025723 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Fri, 12 Jul 2019 21:08:32 +0000 Subject: Revert "Fix rpi touchscreen support on master" We need to reconsider this changeset. It seems to produce a regression. This reverts commit ccb667c35ffdea7a2bc1304750e6b22368cd55f7. Change-Id: I42754a899e8530f4e18a069ed227f18a8d615801 --- .../recipes-kernel/linux/linux-raspberrypi_%.bbappend | 9 --------- 1 file changed, 9 deletions(-) (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend') diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend index ffbf791e8..4271926e4 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend +++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend @@ -3,15 +3,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" require recipes-kernel/linux/linux-agl.inc require recipes-kernel/linux/linux-agl-4.14.inc -# ENABLE DSI -# ported from https://github.com/k-quigley/linux -SRC_URI_append = " \ - file://dsi/0001-Add-devicetree-support-for-RaspberryPi-7-panel-over-.patch \ - file://dsi/0002-drm-vc4-Make-DSI-call-into-the-bridge-after-the-DSI-.patch \ - file://dsi/0003-drm-vc4-Set-up-the-DSI-host-at-pdev-probe-time-not-c.patch \ - file://dsi/0004-drm-panel-Backport-4.15-support-for-the-Raspberry-Pi.patch \ -" - # NOTE: Kprobes need to be disabled until linux-raspberrypi gets updated # to newer than 4.14.104 to avoid lttng-modules failing to build. SRC_URI_append = "\ -- cgit 1.2.3-korg