aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-driver
AgeCommit message (Collapse)Author
2012-12-31xf86-video-omap: skip package if opengl isn't in DISTRO_FEATURESMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-12-31xorg-driver: enable multilibConstantin Musca
[YOCTO #3438] Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-12-18xf86-video-intel: upgrade to 2.20.16Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-11-24xf86-video-omap: drop RPROVIDES/RREPLACES/RCONFLICTSMartin Jansa
* without _${PN} suffix they are invalid: opkg install bash-4.2# opkg install xf86-video-omapfb Package xf86-video-omap-doc is already installed on root. * it's not upgrade to omapfb driver but different driver, so let BSP maintainers decide which one works for their MACHINE * without this xf86-video-omap (or -doc, -dbg, ...) can be pulled to image even when XSERVER clearly says xf86-video-omapfb Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-24xf86-video-omapfb: revive driver which actually works and is tested on real ↵Martin Jansa
devices * 0006-omapfb-port-to-new-xserver-video-API.patch added to port it to new xserver video API * other patches just updated headers to be able to git am them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-24xf86-video-omap: add xf86driproto dependency, drop --enable-neon and improve ↵Martin Jansa
DESCRIPTION * xf86driproto was missing * --enable-neon isn't supported by omap driver * DESCRIPTION merged from meta-ti http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-graphics/xorg-driver/xf86-video-omap_git.bb?id=410dc026f2ee24a2346e7563a83f0181c79809cf * this driver also depends PACKAGECONFIG[glx] used in xserver-xorg, without it dri2.h sometimes isn't built (it is autodetected only when dri2proto is built before xserver-xorg) and without dri2.h it now passes do_configure but fails later in do_compile Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-22xf86-video-omapfb: dropRichard Purdie
This driver has been superceeded by a dri omap driver. This driver no longer builds against current versions of the xserver. If someone wants to do the work to resurect it, that is fine but until that happens there is no point in keeping broken code in the tree which won't even compile. It can be easily brought back from git history. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-22xf86-video-omap: don't use AC_CHECK_FILERoss Burton
Upstream uses AC_CHECK_FILE to find dri.h, but that errors out when cross-compiling. Until oe-core 1b0d9cb1801a8eb68c82dfcda5a1da420ac8dd83 this wasn't a problem because we patched AC_CHECK_FILE to always pass, which was a nasty hack. Patch configure.ac to use pkg-config like it should, and not AC_CHECK_FILE. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-19xf86-video-omap: add new recipe to follow the maintained repoLaurentiu Palcu
This new recipe is needed because the old driver is unmaintained. This new recipe will follow the new repo. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-19xf86-input-synaptics: add mtdev dependencyLaurentiu Palcu
After upgrading xserver to 1.13, multitouch support is automatically enabled in xf86-input-synaptics. Hence, the need for mtdev dependency. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-19xf86-video-vmware: Add compat APILaurentiu Palcu
Needed after upgrading xserver to 1.13. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-19xserver-xorg: upgrade to 1.13.0Laurentiu Palcu
The patch contains several aditional changes: * removed one backported patch (included in the new release); * changed mips64-compiler.patch to apply properly; * licence checksum for COPYING file changed: some copyright years have been changed; * bump PR in xorg-driver-common.inc so that all input/video drivers get rebuilt. That's becaue the ABI changed; The following external modules are now built-in: * DBE * DRI2 * DRI * RECORD The extmod module was completely removed. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-18xf86-input-synaptics: add mtdev dependencyLaurentiu Palcu
After upgrading xserver to 1.13, multitouch support is automatically enabled in xf86-input-synaptics. Hence, the need for mtdev dependency. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-11-14xf86-input-mouse: upgrade to 1.8.1Laurentiu Palcu
Licence chacksum changed because Red Hat added a copyright line. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-11-14xf86-video-intel: upgrade to 2.20.12Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-11-14xf86-video-vesa: upgrade to 2.3.2Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-11-12xorg-driver-common: remove AC_CHECK_FILE workaroundRoss Burton
The drivers don't generally use AC_CHECK_FILE anymore, so remove this brute-force kludge. Any subsequent breakage can be worked-around in the recipe and fixes submitted upstream. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-10-24xorg-driver: add xserver driver ABI dependenciesRoss Burton
At build time extract the xserver driver ABI versions that we're building against and add RDEPENDs on them, so the driver isn't used against an xserver with a different ABI (which won't work). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-10-18xf86-video-intel: bump to latest releaseRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2012-10-18xf86-input-keyboard: upgrade to 1.6.2Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-10-18xf86-video-fbdev: bump to 0.4.3Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-10-18xf86-input-evdev: bump to latest releaseRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-10-03xf86-video-intel: drop libxvmc dependencyRoss Burton
xvmc is explicitly disabled, so remove the dependency. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17xf86-video-vmware: fix build with automake 1.12.xNitin A Kamble
automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Fixes this build issue: | rmdir: failed to remove `/srv/home/nitin/builds/build-gcc47/tmp/work/i586-poky-linux/xf86-video-vmware-2_12.0.1-r17.1/image/usr/bin': No such file or directory NOTE: package xf86-video-vmware-2_12.0.1-r17.1: task do_install: Failed No PR bump as no change in the output. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-04xf86-input-synaptics: upgrade to 1.6.2Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-07-04xf86-input-vmmouse: upgrade to 12.9.0Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-05-24xf86-input-synaptics: upgrade to 1.6.1Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-05-24xf86-video-intel: upgrade to 2.19.0Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-05-24xf86-video-vesa: upgrade to 2.3.1Laurentiu Palcu
Also, licence checksum has changed because a new copyright line from Red Hat has been added. The rest of licence file, however, is unchanged. Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-05-24xf86-input-mouse: upgrade to 1.7.2Laurentiu Palcu
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
2012-05-17xf86-video-vmware: update package to 12.0.2Alexandru DAMIAN
This patch updates the package version for the vmware xorg driver to 12.0.2, following upstream. No other changes made beside updating the checksums.
2012-04-26xf86-video-vesa: Add recommendation for xserver libint10 module which this ↵Richard Purdie
driver needs Without this module, the driver doesn't work correctly. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-24xf86-input-evdev: Upgrade to 2.7.0Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-04-24xf86-input-vmmouse: Upgrade to 12.8.0Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-04-24xf86-video-vmware: Upgrade to 12.0.1Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-16xf86-input-synaptics: Fix QA warningsRichard Purdie
Remove the .pc file work around since it leads to incorrect paths being encoded and places the files in the incorrect directory. WARNING: For recipe xf86-input-synaptics, the following files/directories were installed but not shipped in any package: WARNING: /media WARNING: /media/build1 WARNING: /media/build1/poky WARNING: /media/build1/poky/build WARNING: /media/build1/poky/build/tmp WARNING: /media/build1/poky/build/tmp/sysroots WARNING: /media/build1/poky/build/tmp/sysroots/qemux86 WARNING: /media/build1/poky/build/tmp/sysroots/qemux86/usr WARNING: /media/build1/poky/build/tmp/sysroots/qemux86/usr/include WARNING: /media/build1/poky/build/tmp/sysroots/qemux86/usr/include/xorg WARNING: /media/build1/poky/build/tmp/sysroots/qemux86/usr/include/xorg/synaptics-properties.h WARNING: /media/build1/poky/build/tmp/sysroots/qemux86/usr/include/xorg/synaptics.h WARNING: /usr/share/X11 WARNING: /usr/share/X11/xorg.conf.d WARNING: /usr/share/X11/xorg.conf.d/50-synaptics.conf Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13xf86-video-vmware: Fix unpackaged driectory warningRichard Purdie
Fixes the warning: WARNING: For recipe xf86-video-vmware, the following files/directories were installed but not shipped in any package: WARNING: /usr/bin Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13xf86-input-vmmouse: Package unpackaged filesRichard Purdie
This addresses the QA warnings: WARNING: For recipe xf86-input-vmmouse, the following files/directories were installed but not shipped in any package: WARNING: /lib WARNING: /lib/udev WARNING: /lib/udev/rules.d WARNING: /lib/udev/rules.d/69-xorg-vmmouse.rules WARNING: /usr/share/X11 WARNING: /usr/share/hal WARNING: /usr/share/X11/xorg.conf.d WARNING: /usr/share/X11/xorg.conf.d/50-vmmouse.conf WARNING: /usr/share/hal/fdi WARNING: /usr/share/hal/fdi/policy WARNING: /usr/share/hal/fdi/policy/20thirdparty WARNING: /usr/share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi WARNING: /usr/lib/hal WARNING: /usr/lib/hal/hal-probe-vmmouse The hal files are simply deleted, we don't care about hal. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-28xf86-video-intel: Update to version 2.18.0Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-02-02xf86-input-keyboard: Update to 1.6.1Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-01-06xorg-driver: add xf86-video-fbdev from meta-openembeddedAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-12-13xf86-video-omapfb: bump PR due to arm OVERRIDES changeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29xf86-video-intel: Update to 2.17.0Saul Wold
* Remove patch for issue fixed upstream Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xf86-input-synaptics: Update to 1.5.0Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xf86-input-mouse: Update to 1.7.1Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-14xorg-driver-common: bump PE for upgrade path for meta-oe usersMartin Jansa
* mostly because of xf86-video-omapfb Not downgrading package xf86-video-omapfb on root from 1:0.1.1+r16+gitr28c006c94e57ea71df11ec4fff79d7ffcfc4860f-r16 to 1:0.1.1+gitr1+28c006c94e57ea71df11ec4fff79d7ffcfc4860f-r17.5. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-14xf86-video-intel_2.16.0: fix buildfix.patch to applyMartin Jansa
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-12xf86-video-intel: Update 2.15.0 -> 2.16.0Richard Purdie
Include a build fix which means otherwise this wouldn't build Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-11xorg-driver-common.inc: bump INC_PR to rebuild drivers agains new ↵Martin Jansa
xserver-xorg ABI Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xorg-driver-common.inc: use virtual/xserver instead of older ↵Martin Jansa
virtual/xserver-xf86 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>