summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver
Commit message (Collapse)AuthorAgeFilesLines
* meta-raspberrypi: use `_%` suffix instead of specific versions for bbappendsHugo Hromic2018-06-271-0/+0
| | | | | | Keep naming consistency and ensure they are still applied when the upstream recipes are updated. Signed-off-by: Hugo Hromic <hhromic@gmail.com>
* xserver-xf86-config: Disable glamor for vc4 in generalKhem Raj2018-05-041-6/+5
| | | | | | We need this fix across 32bit and 64bit with vc4/mesa Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xserver-xf86-config: Disable glamor for the modesetting driver on pi64Khem Raj2017-09-202-2/+13
| | | | | | | Fixes a xorg server crash with musl see details https://github.com/voidlinux/void-packages/issues/6091 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xserver-xf86-config: remove evdev configurationAndreas Müller2017-03-112-52/+10
| | | | | | | | | | | | | | | xorg-xserver recommends xf86-input-libinput since oe-core's commit | commit 2d005faff6341a81a2afae28860101ba9db51ae8 | Author: Jussi Kukkonen <jussi.kukkonen@intel.com> | Date: Wed Oct 26 11:37:38 2016 +0300 | | conf: Use xf86-input-libinput by default | ... As nice side effect warnings for missing evdev in Xorg.0.log are gone. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xorg align for vc4Andreas Müller2016-10-141-0/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* pitft: Add support for pitft28rPetter Mabäcker2016-04-133-2/+10
| | | | | | | | | | | The support for PiTFT 28 inch resistive touchscreen is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft28r" While at it also fix a minor typo in README. Signed-off-by: Petter Mabäcker <petter@technux.se>
* pitft: Add basic support for PiTFTPetter Mabäcker2016-03-012-2/+14
| | | | | | | | | | | | | | | | Add basic support for PiTFT display by using device-trees. In order get it working below configurations must be active in local.conf: MACHINE_FEATURES += "pitft" - This will enable SPI bus and i2c device-trees, it will also setup framebuffer for console and x server on PiTFT. [Support #70] Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* xserver-xf86-config: add rpi2 awarenessPetter Mabäcker2015-03-122-0/+0
| | | | | | | | | Use a MACHINEOVERRIDE that is visible for both raspberrypi and raspberrypi2. [Bug #52] Signed-off-by: Petter Mabäcker <petter@technux.se>
* xserver-xf86-config: Use SOC specific assignementsAndrei Gherzan2015-02-081-3/+3
| | | | | | | In this way the modifications will be used on all RPI boards. Change-Id: Ife10db876db85c1c4944028a0b49ccae4d8c0d41 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* xserver-xf86-config: Remove changes of THISDIR and FILESPATHMichaël Burtin2014-05-081-3/+0
| | | | | | | | | THISDIR and FILESPATH are not supposed to be changed from within recipes. This was causing troubles with other bbapend. Change-Id: I7c3c788ddb61b0b790a9fe06f86e4bd93a822c8c Signed-off-by: Michaël Burtin <mburtin@connected-labs.com> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
* Remove uses of PRINCPaul Barker2014-05-081-3/+0
| | | | | | | | | | | | | | | PRINC is now obsolete and the PR Service should be used instead to keep PR values incrementing on change. A patch has also been submitted to openembedded-core to bump the appropriate PR values so that PR doesn't move backwards. This patch should only be applied after that patch, and only to branches which include that patch (ie. if that patch doesn't go into daisy in oe-core, this patch shouldn't go into daisy in meta-raspberrypi). Change-Id: Ibac9e4e89d12dbd6e94430f47e20b82a67506625 Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
* xserver-xf86-config: don't use wildcards in SRC_URIKoen Kooi2014-02-211-1/+1
| | | | | | | | | | It is strongly discouraged to use wildcards in SRC_URI since it breaks when using multiple bbappends and immediate expansion of FILESDIR. This fixes a do_install failure when building with multiple BSPs enabled. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-xf86-config: Remove xorg.conf.d/* from CONFFILES_${PN}.David-John Willis2012-04-231-6/+5
|
* xserver-xf86-config: Clean up silly oversight.David-John Willis2012-04-121-2/+2
| | | | | | * I forgot to append the machine to the SRC_URI_append so left this in a state that would break other BSP layers. Bad John!
* xserver-xf86-config: Add initial xorg config for the RaspberryPi.David-John Willis2012-04-043-0/+63