summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-driver
Commit message (Collapse)AuthorAgeFilesLines
* xf86-video-geode: blacklist, fails to buildMartin Jansa2015-10-131-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-input-void: upgrade 1.4.0 -> 1.4.1Li xin2015-08-181-2/+2
| | | | | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-glamo: fix build with xserver 1.16Martin Jansa2014-12-172-0/+30
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* PNBLACKLIST: use weak assignmentsMartin Jansa2014-12-171-1/+1
| | | | | | | * this makes it easier to unblacklist it from local.conf which is parsed before the recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-geode: fix build with new glibc-2.20Martin Jansa2014-10-062-0/+42
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-geode: Update to 2.11.16Otavio Salvador2014-08-012-22/+2
| | | | | | | This release includes the patch needed for Xorg 1.15 support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-input-mtev: Blacklist because of broken with B!=SMartin Jansa2014-06-211-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-geode: Upgrade to 2.11.15Martin Jansa2014-06-132-2/+22
| | | | | | | | | | The latest driver corrected a number of issues and compiles without warnings with just one patch. The header included by the given patch is already included in the geode master line, so will not be be required after the next geode version release. Signed-off-by: Brian Lloyd <blloyd@familyhonor.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-geode: Move to nonworkingMartin Jansa2014-03-111-0/+0
| | | | | | | * according to http://www.openembedded.org/wiki/Bitbake_World_Status it's broken at least since 2013-10-30 and nobody seems to care Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-235-5/+5
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-input-tslib: fix crash with xserver 1.12 and laterJonathan Liu2014-02-212-0/+32
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: recommend linux-firmwareKoen Kooi2014-02-011-0/+1
| | | | | | | Technically it won't work without, but it's possible to build the firmware into the kernel, so use RRECOMMENDS. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Remove PR = r0 from all recipesMartin Jansa2013-11-011-1/+0
| | | | | | | | | | | * Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: add missing xserver-xorg-module-exa RDEPENDSJonathan Liu2013-09-101-0/+1
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-nouveau: new recipeJonathan Liu2013-09-031-0/+16
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: new recipeJonathan Liu2013-09-031-0/+15
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove the unnecessary protocol parametersJackie Huang2013-09-031-1/+1
| | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>