summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-driver
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Unify indentationMartin Jansa2013-04-153-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* xf86-video-glamo: adapt to xserver 1.14 APIMartin Jansa2013-03-182-1/+50
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-geode: Update to 2.11.14Otavio Salvador2013-01-312-12/+12
| | | | | | Change-Id: Ia42af02f16e22f6d1ecd9e437dc875c8e267a84a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-geode: Add rdepends on EXA Xorg moduleOtavio Salvador2012-12-191-1/+3
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-input-void: fix SRC_URI checksumsMartin Jansa2012-12-111-2/+2
| | | | | | * 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>
* xf86-video-glamo: adapt to xserver-0.13 video APIMartin Jansa2012-11-292-1/+281
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-glamo: add xserver-xorg-module-exa to RDEPENDSMartin Jansa2012-09-051-1/+2
| | | | | | | * 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>
* xf86-video-glamo: disable KMS, fix build with KMS disabledMartin Jansa2012-08-202-3/+32
| | | | | | | * 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>
* xf86-video-fbdev: remove, driver is now in oe-coreAndrea Adami2012-01-091-8/+0
| | | | | | | * as per commit id 4997e01cb051cc05348468707898798f9228613a Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xf86-input-void: drop archive prefix from checksumsMartin Jansa2011-12-161-2/+2
| | | | | | * .inc file from oe-core doesn't have name=archive in SRC_URI Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-input-tslib: fix checksum errorEric BENARD2011-12-071-1/+2
| | | | | | | | 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>
* xf86-input-tslib: fix build with newer xserverMartin Jansa2011-10-182-1/+198
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: xf86-input-mtev: add intial recipe for a multitouch input driverSimon Busch2011-10-122-0/+174
| | | | | | 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>
* xf86-video-omapfb: merged to oe-coreMartin Jansa2011-10-045-427/+0
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xorg-driver: use renamed .inc from oe-coreMartin Jansa2011-10-046-11/+11
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xorg-driver: use .inc files from oe-coreMartin Jansa2011-09-179-63/+11
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-input-void: add 1.4.0 recipeOtavio Salvador2011-09-141-0/+8
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xf86-video-omapfb: add patch for fixing segfault on starting X when using VRFBSebastian Krzyszkowiak2011-09-012-1/+322
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-glamo: bump SRCREV, remove upstream applied patchMartin Jansa2011-07-212-69/+2
| | | | | | * 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>
* xf86-video-geode: add 2.11.12 versionOtavio Salvador2011-06-281-0/+10
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xf86-video-glamo: fix build with gcc-4.6Martin Jansa2011-05-252-1/+37
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-omapfb: bump SRCREVKoen Kooi2011-05-191-2/+2
| | | | | | This fixed a crash when linux reports pixclock as 0 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xorg-driver-common: depend on virtual/xserver-xf86 as oe-core drivers doesMartin Jansa2011-04-181-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes-graphics: remove xorg recipes which were upgraded to same versions ↵Martin Jansa2011-04-182-34/+0
| | | | | | | | 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>
* xf86-video-omapfb: fix SRC_URIKoen Kooi2011-04-161-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* recipes,classes: import a lot of recipes from meta-shrMartin Jansa2011-04-1013-0/+278
| | | | * tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
* move layer into meta-oe in preparation for future splitsKoen Kooi2011-03-174-0/+109
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>