aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver
AgeCommit message (Collapse)Author
2010-08-23xorg: upgrade recipe versions for 2010-08-23Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-20xf86-input-evdev: add 2.5.0 RC1 with few mem leaks fixedMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-19xorg-driver: move older not pinned versions to obsolete dirMartin Jansa
Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-12xorg: add latest versions for 2010-08-12Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-08-03xorg: bump latest versions from 2010-08-02Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-29xf86-video-v4l2: add git versionKoen Kooi
2010-06-30xf86-video-glamo: bump SRCREV, remove applied patchMartin Jansa
2010-06-30xf86-video-glamo: better patch for nonDRM kernelsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-29xf86-video-glamo: add missing patchMartin Jansa
2010-06-29xf86-video-glamo: add patch for segmentation fault while adding modes ↵Martin Jansa
without name Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-28xorg: bump versions xorg-sgml-doctools xf86-video-intel libxfont util-macrosMartin Jansa
* adjust bumping script to handle -native versions better with BBCLASSEXTEND Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xorg-driver: use BPN instead of XORG_PNMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xorg-driver: oe-stylizeMartin Jansa
* please note that COMPATIBLE_HOST = 'value' is oe-stylized to "'value'", should be fixed in oe-stylize script Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27xorg-driver: remove useless empty #DESCRIPTION and #DEPENDS commentMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-26xf86-video-glamo: bump SRCREV, remove applied patchMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-26xserver-xorg_1.8.99.903,xf86-video-fbdev,xf86-video-glamo,glamo-dri-tests: ↵Martin Jansa
PR bump for libdrm packaging change Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-22xf86-input-(evdev,keyboard,mouse,tslib): bump PR of drivers used in SHR for ↵Martin Jansa
rebuild with xserver 1.9 ABI
2010-06-22xf86-video-glamo: add patch removing alloc calls deprecated in xserver 1.9 RC1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-22xorg: bump packages 2010-06-22Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-20xf86-video-mb86290: Add unofficial driver for Fujitsu Coral-P/PA and Carmine GDCDmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-06-14xorg-driver: use INC_PRMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-14recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup add PR = r1 to recipes not including any .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* 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 Jansa
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 Jansa
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 Larson
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 Larson
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 Jansa
(already in git) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-26xf86-video-glamo: add patch for modesettingMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19recipes: use SRCPV in few more git recipesMartin Jansa
* 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 Kooi
2010-04-12recipes: add missing checksumsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-09xf86-input-tslib: install udev rule to create multiple ↵Koen Kooi
/dev/input/touchscreenX devices if needed and set ENV{x11_driver} to 'tslib'
2010-04-07xf86-video-fbdev: add version 0.4.2Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-07xf86-input-evdev: Add evdev 2.4.0 [1].Paul Menzel
[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' Carikli
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 Jansa
2010-03-18xf86-input-penmount, xf86-video-nv, xf86-video-vmware: newer versionsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-18xorg-drivers: add checksums to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-17xf86-video-msm: fix build errorsDavid Lanzendörfer
2010-03-15xf86-input-evtouch: perform sprint cleaning on the recipe to make it build againKoen Kooi
2010-03-11xf86-video-glamo: bump SRCREV for xrandr fixMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-04xf86-video-omapfb: update to latest gitKoen Kooi
2010-02-27xf86-video-glamo: bump SRCREV for xorg-1.8 compatibile versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-22xf86-video-displaylink 0.3: add gentoo patch to fix buildKoen Kooi
2010-02-19xf86-video-glamo: remove -pedantic as it emits warning for xserver-1.8 and ↵Martin Jansa
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 Jansa
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 Meulenbroeks
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>