summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34
Commit message (Collapse)AuthorAgeFilesLines
* xserver-common: refresh patchesArmin Kuster2018-04-1312-94/+70
| | | | | | | | | | | | | | | | | | | | | | | | WARNING: xserver-common-1.34-r9 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch 0001-Don-t-install-Xsession-or-Xserver.patch patching file Makefile Hunk #1 succeeded at 20 with fuzz 1. and others Signed-off-by: Armin Kuster <akuster808@gmail.com>
* xserver-common: Don't install some Xsession filesJussi Kukkonen2016-12-024-78/+30
| | | | | | | | | | | | The goal is that the graphical_init_manager (xserver-nodm-init) provides Xsession (and some basic scripts) and that xserver-common can then provide additional Xsession scripts. Remove the Xsession files that xserver-nodm-init installs. Bump PR so xserver-nodm-init can RCONFLICT with old one. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common: disable TCP connectionsJavier Viguera2014-12-091-0/+24
| | | | | | | For security reasons disable TCP connections to the xserver. Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common: start Xsession when starting XserverMartin Jansa2013-11-031-0/+26
| | | | | | | | | | | | | | * since this commit commit 305038f932fbcb39f3bb6698f8fad18172c30962 Author: Jonathan Liu <net147@gmail.com> Date: Wed Jun 12 08:30:15 2013 +0000 xserver-nodm-init: do not execute Xsession twice xserver-nodm-init wasn't working correctly when it was used together with xserver-common which doesn't start Xsession from Xserver (unlike x11-common in oe-core). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common: add support for tunaMartin Jansa2012-08-201-0/+33
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common 1.34: sync /etc/X11/Xsession.d/90xXWindowManager with ↵Denis Carikli2012-07-091-10/+7
| | | | | | | | | | | x11-common(oe-core) Without that fix environments like sato cannot start because they require x-session-manager to be started instead of x-window-manager. Signed-off-by: Denis Carikli <denis@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-common: drop xinput-calibrator call as it is done by xdg nowOtavio Salvador2012-04-251-27/+0
| | | | | | | The new xinput-calibrator package provides a xdg file that handles this logic so drop it from session. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-common: use git patches and add functions fileMartin Jansa2012-04-1320-205/+421
| | | | | | | | * otherwise we were depending on initscripts to provide it without RDEPENDing on it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-common_1.34: patch Xserver to add support for gta04Klaus Kurzmann2011-11-011-0/+32
| | | | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xserver-common 1.34: Add Nexus One supportGNUtoo2011-10-121-0/+14
| | | | | | | | | | | Since we only use Xorg(and not kdrive) on the nexus one, only Xorg support was included. The DPI value was taken from: http://en.wikipedia.org/wiki/List_of_displays_by_pixel_density Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common 1.34: Add Nexus S supportDenis 'GNUtoo' Carikli2011-10-121-0/+14
| | | | | | | | | | | | Since we only use Xorg(and not kdrive) on the nexus S, only Xorg support was included. The DPI value was taken from: http://en.wikipedia.org/wiki/List_of_displays_by_pixel_density Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-109-0/+555
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)