aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-driver
AgeCommit message (Collapse)Author
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-03-18xf86-video-glamo: adapt to xserver 1.14 APIMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-01-31xf86-video-geode: Update to 2.11.14Otavio Salvador
Change-Id: Ia42af02f16e22f6d1ecd9e437dc875c8e267a84a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-19xf86-video-geode: Add rdepends on EXA Xorg moduleOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-11xf86-input-void: fix SRC_URI checksumsMartin Jansa
* does someone have old xf86-input-void-1.4.0.tar.bz2 with old checksums to compare them? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-11-29xf86-video-glamo: adapt to xserver-0.13 video APIMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-09-05xf86-video-glamo: add xserver-xorg-module-exa to RDEPENDSMartin Jansa
* it was separated from xserver-xorg package and glamo fails in runtime without that http://git.openembedded.org/openembedded-core/commit/?id=1a666ee1cda3c0b74daba5881fc5f62e13deec66 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-08-20xf86-video-glamo: disable KMS, fix build with KMS disabledMartin Jansa
* RDEPENDS are not needed without KMS * libdrm in meta-openmoko doesn't provide support for glamo, so not it would fail to build with KMS enabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-01-09xf86-video-fbdev: remove, driver is now in oe-coreAndrea Adami
* as per commit id 4997e01cb051cc05348468707898798f9228613a Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-12-16xf86-input-void: drop archive prefix from checksumsMartin Jansa
* .inc file from oe-core doesn't have name=archive in SRC_URI Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-07xf86-input-tslib: fix checksum errorEric BENARD
remove name=archive in SRC_URI in order to use the right checksum (else, we would need SRC_URI[archive.md5sum]) Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-18xf86-input-tslib: fix build with newer xserverMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-12meta-oe: xf86-input-mtev: add intial recipe for a multitouch input driverSimon Busch
Signed-off-by: Denis Carikli <denis@eukrea.com> Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-04xf86-video-omapfb: merged to oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-10-04xorg-driver: use renamed .inc from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-17xorg-driver: use .inc files from oe-coreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-14xf86-input-void: add 1.4.0 recipeOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-01xf86-video-omapfb: add patch for fixing segfault on starting X when using VRFBSebastian Krzyszkowiak
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-07-21xf86-video-glamo: bump SRCREV, remove upstream applied patchMartin Jansa
* remove mese-dri from RDEPENDS as we're now using kernel without DRM patch and it can fallback to sw rendering just fine Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-06-28xf86-video-geode: add 2.11.12 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-25xf86-video-glamo: fix build with gcc-4.6Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-19xf86-video-omapfb: bump SRCREVKoen Kooi
This fixed a crash when linux reports pixclock as 0 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-18xorg-driver-common: depend on virtual/xserver-xf86 as oe-core drivers doesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-18recipes-graphics: remove xorg recipes which were upgraded to same versions ↵Martin Jansa
in oe-core * be aware that PR went backwards in some cases, due to INC_PR in our recipes :/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-16xf86-video-omapfb: fix SRC_URIKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-10recipes,classes: import a lot of recipes from meta-shrMartin Jansa
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
2011-03-17move layer into meta-oe in preparation for future splitsKoen Kooi
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>