summaryrefslogtreecommitdiff
path: root/recipes/xorg-driver
AgeCommit message (Collapse)AuthorFiles
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa4
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-27xf86-video-glamo: bump SRCREV for newer libdrm compatibilityMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-26xf86-input-tslib: lower hal dependency to RSUGGESTS as this is only recipe ↵Martin Jansa1
pulling hal/udev-utils to some images Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson20
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson20
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-19xf86-video-glamo: bump SRCREV, remove pushed patch and -pedantic removal ↵Martin Jansa2
(already in git) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-26xf86-video-glamo: add patch for modesettingMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19recipes: use SRCPV in few more git recipesMartin Jansa1
* sometimes without PE bump, because nobody complained that we were bumping SRCREV without PV changes and we were using SRCPV in our branch before * please bump PE if you're using one of those and you need to increment PV, otherwise it will be "corrected" with next PV bump Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-17xf86-video-s3c64xx: add accelerated (XAA + Xv) driver for s3c64xx SoCsKoen Kooi4
2010-04-12recipes: add missing checksumsMartin Jansa5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-09xf86-input-tslib: install udev rule to create multiple ↵Koen Kooi2
/dev/input/touchscreenX devices if needed and set ENV{x11_driver} to 'tslib'
2010-04-07xf86-video-fbdev: add version 0.4.2Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-07xf86-input-evdev: Add evdev 2.4.0 [1].Paul Menzel1
[1] http://lists.freedesktop.org/archives/xorg/2010-April/049851.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-06xf86-video-msm : bump git version(fixes gtk issue),rebased patch,also made ↵Denis 'GNUtoo' Carikli4
it compile automatically *We had an issue with gtk+ programs resulting in screen corruption,this is now fixed with this version *rebased the patches to make it work with the new version *switched to machine arch(thanks XorA and hrw),that permit us to copy a kernel header in the sources, unfortunately it also depends on another non-staged kernel header(kgsl_drm.h) that was manually copied in the files dir *The copy of the kenrel headers in the source directory permit us to compile it (thanks mickeyl for how to do it corectly) *removed neon for htcdream machine,if someone wants to support more machines or architectures, he will have to find a better way and modify the recipe,maybe using a python @ function that checks TARGET_CC_ARCH,and as CosmicPenguin said in #oe "Thats what open source is all about"
2010-04-02xf86-driver-common: PR bump for newer xserver in SHRMartin Jansa2
2010-03-18xf86-input-penmount, xf86-video-nv, xf86-video-vmware: newer versionsMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-18xorg-drivers: add checksums to recipesMartin Jansa257
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-17xf86-video-msm: fix build errorsDavid Lanzendörfer4
2010-03-15xf86-input-evtouch: perform sprint cleaning on the recipe to make it build againKoen Kooi10
2010-03-11xf86-video-glamo: bump SRCREV for xrandr fixMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-04xf86-video-omapfb: update to latest gitKoen Kooi1
2010-02-27xf86-video-glamo: bump SRCREV for xorg-1.8 compatibile versionMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-22xf86-video-displaylink 0.3: add gentoo patch to fix buildKoen Kooi2
2010-02-19xf86-video-glamo: remove -pedantic as it emits warning for xserver-1.8 and ↵Martin Jansa1
then fails because of -Werror Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-19xf86-video-glamo: bump SRCREV for xserver 1.8 compatibility and move SRCREV ↵Martin Jansa1
from srcrevs.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-15xf86-video-intel_2.10.0 made dependent on xorg-extensionsFrans Meulenbroeks2
Intel 2.10.0 requires KMS. In order to run X the xorg-extensions xserver-xorg-extension-dri, xserver-xorg-extension-dri2 and xserver-xorg-extension-glx are needed. moved dependencies for these from eee701.conf to xf86-video-intel_2.10.0.bb so everyone using this driver gets them Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-12xorg: add latest xorg packages for 2010-02-10 and xserver-xorg git recipeMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-11xorg: add name=archive to SRC_URI in include filesMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-09xf86-input-tslib 0.0.6: Add patch for XOrg 1.7.4 to fix crashes on ↵David-John Willis2
XGetPointerControl request. * From Grazvydas Ignotas - Already pushed to mainline for next xf86-input-tslib release.
2010-02-02Add xorg-driver for msm platform, use it on msm machines. (wip)Lukas Gorris1
2010-01-27xf86-video-omapfb: bump SRCREV, delete obsolete patchesKoen Kooi3
2010-01-25xf86-input-tslib 0.0.6: also match on 'input.touchscreen' in hal .fdiKoen Kooi2
2010-01-24xf86-input-evtouch: add support for ET&T TC5UH touchscreen controllerPetr Štetiar3
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2010-01-21xorg: update recipes to latest releases 2010-01-18Martin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-20xf86-input-tslib: Fix double free crash while on chvt or exit.Stanislav Brabec2
* For more see recipes/xorg-driver/xf86-input-tslib/double-free-crash.patch
2010-01-13xf86-input-tslib: bump PR to something newer than it was due to the xorg .incKoen Kooi1
2010-01-08xf86-input-tslib 0.0.6: remove patch and bump PRKoen Kooi1
* the patch seems to cause more problems than it solves
2010-01-04xf86-video-omapfb: tweak patchKoen Kooi2
2010-01-02xf86-video-omapfb: refresh patchKoen Kooi2
2010-01-02Merge branch 'org.openembedded.dev' of git.openembedded.net:openembedded ↵Denis 'Gnutoo' Carikli1
into org.openembedded.dev
2010-01-02xf86-video-intel 2.9.1 : removed doltDenis 'Gnutoo' Carikli2
Fixed compilation removing DOLT (from ttp://dolt.freedesktop.org/) from configure.in, else it would file like this(output stripped): .../doltlibtool: exec: .../libtool: cannot execute: No such file or directory note that it looks for libtool and not ${TARGET_ARCH}-angstrom-linux-libtool in my case,more informations are disponible reading the m4 dolt file here: http://cgit.freedesktop.org/dolt/tree/dolt.m4 Note that we don't bump pr as it was a compile failure and that we didn't modify things that would create a modified binary
2009-12-31xorg: bump viewres, xbiff, xcalc, xeyes, xf86-input-joystickMartin Jansa1
* remove old recipes/xorg-app/xeyes_1.0.991.bb because its only snapshot * remove old recipes/xorg-driver/xf86-input-joystick_1.4.99.2.bb * bump preferred version of eyes and xf86-input-joystick even for R7.5 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-23xf86-video-omapfb: more fixes for recent xorgKoen Kooi2
2009-12-23xorg-driver: bump PR again for good measureKoen Kooi1
2009-12-22xf86-video-omapfb: hack to build against recent xorgKoen Kooi2
2009-12-22xorg-driver-common.inc: bump PR to force rebuild against newer XKoen Kooi1
2009-12-22xorg: update listres, xlogo, xf86-input-evdev, xf86-input-synaptics, ↵Martin Jansa3
xf86-video-nv, liblbxutil, libpciaccess, util-macros, util-macros-native to latest versions Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-22xserver-xorg: add 1.7.3 and xf86-video-dummy 0.3.3Martin Jansa1
2009-12-22xorg: upgrade to latest versions from 2009-11-29Martin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-22xf86-video-glamo: enable KMS as kms branch is now merged to masterMartin.Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>