aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver
AgeCommit message (Collapse)Author
2012-01-05xserver-kdrive: work around issues with -Werror=addressGary Thomas
A number of calls to REGION_INIT() use a static box which is flagged as an error with -Werror=address. This patch works around the problem, but should not be considered a final solution. Upstream-Status: Inappropriate Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-01xserver-xorg*: Update to 1.11.2Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-29xserver-xorg: only use --disable-dga in xserver-xorg-liteOtavio Salvador
Xorg VESA driver calls DGAInit enforcing this symbol to be available to the driver to work so we revert back to only disable DGA for lite flavor of Xorg. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-10-24xserver-xorg: Add mesa-dri to depends instead of virtual/libglKhem Raj
Fixes the compile problems e.g. | checking for GL... yes | checking for DRIPROTO... yes | checking for DRI... no | configure: error: Package requirements (glproto >= 1.4.14 dri >= 7.8.0) were not met: | | No package 'dri' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-10-17xserver-xorg: remove glx-use-tls againMartin Jansa
* khem confirmed that uclibc does support it now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-14xserver-xorg: move PE to xserver-xorg-common and bump itMartin Jansa
* to provide upgrade path for meta-oe users, where it had PE = 2 already Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-14xserver-xorg: drop xorg-minimal-fonts from RDEPENDSMartin Jansa
* as discussed here http://lists.linuxtogo.org/pipermail/openembedded-core/2011-October/010899.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-kdrive: drop unused files (same files are in xserver-kdrive-1.7.99.2 ↵Martin Jansa
directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: move patches to xserver-xf86-dri-lite-1.11.1 and use same ↵Martin Jansa
directory from xserver-xf86-lite recipe * FILESEXTRAPATHS needs to be in xserver-xf86-lite_1.11.1 because in .inc we don't have ${PV} expanded yet * crosscompile.patch macro_tweak.patch were identical * fix_open_max_preprocessor_error.patch has only different header # $ diff xserver-xorg/fix_open_max_preprocessor_error.patch xserver-xorg-dri/fix_open_max_preprocessor_error.patch 1c1 < Upstream-Status: Pending --- > Upstream-Status: Inappropriate [embedded specific] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: drop unused filesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: remove COMPATIBLE_HOSTMartin Jansa
* ie om-gta02 has mesa-dri module too so this should be limited in mesa-dri only Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: remove old 1.10.1 versionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: add new version 1.11.1Martin Jansa
* move shared definitions to .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: move shared EXTRA_OECONF entries to shared .incMartin Jansa
* after this xserver-xorg-lite.inc is disabling only dri/glx and xserver-xorg.inc is forcing dri/dri2 enabled the rest is defined in xserver-xorg-common.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: replace hardcoded --enable-glx-tls with glx-use-tls.inc, which ↵Martin Jansa
doesn't enable it for uClibc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: remove FILES_${PN} += "${bindir}/Xorg ", now we have whole ↵Martin Jansa
${bindir} in FILES_ defined in shared .inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: move RDEPENDS_${PN} += xorg-minimal-fonts to shared .incMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: lower xserver-xf86-config and xkeyboard-config ↵Martin Jansa
dependency to RRECOMMENDS and add few more recipes to RRECOMMENDS * when someone is using hal or udev explicitly, then he doesn't need xserver-xf86-config * add xkeyboard-config to RDEPENDS_${PN}-xvfb Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: move shared PROTO_DEPS and LIB_DEPS from ↵Martin Jansa
xserver-xorg.inc and xserver-xorg-lite.inc to xserver-xorg-common.inc * xserver-xorg.inc is appending extra xf86driproto dri2proto to PROTO_DEPS and virtual/libgl to LIB_DEPS * both lite and dri variants now depend on font-util (from DEPENDS in xserver-xorg-common.inc) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: improve packagingMartin Jansa
* add ${bindir} and protocol.txt to ${PN} * SecurityPolicy is now in ${PN}-security-policy * package .la files to ${PN}-dev * README.compiled is lately in ${localstatedir}/lib/xkb so add it too to ${PN}-doc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: Split out some bigger modules and extensions from the ↵Martin Jansa
main package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: move SRC_URI closer togetherMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg-common: fix LIC_FILES_CHKSUMMartin Jansa
* old value was actually from xserver-kdrive, use the same as xserver-xorg-1.10.1 and newer has ./xserver-kdrive.inc:LIC_FILES_CHKSUM = "file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353" ./xserver-xorg-lite_1.10.1.bb:LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xorg: remove old git recipeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-11xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-liteMartin Jansa
* xserver-xorg is closer to upstream naming and that's how it's named in OE-classic and meta-oe? It would make meta-oe transition easier and better to do it now then convert meta-oe to xserver-xf86 and then rename it back later. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-10-06xserver-kdrive: Add SRC_URI ChecksumSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-10-06xserver-xf86: Use PACKAGECONFIG for udev/hal choice and default to udevRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-10-04xserver/mesa: Bump PR after libdrm packaging changesRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-22xserver-xf86-lite.inc: use ${datadir} instead of /usr/shareOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-22xserver-xf86-dri-lite.inc: use ${datadir} instead of /usr/shareOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-09-22xserver-xf86-common.inc: use ${datadir} instead of /usr/shareOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-08-23recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj
Some place pnum=1 is used which is removed as well since striplevel=1 is default Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-07-26upstream status: add for libsdl and xserver patchesYu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-13xserver-kdrive: add patch upstream status infoYu Ke
- add patch upstream status - also remove the obsolete xserver-kdrive-1.3.0.0 patches Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-05-27xorg.conf: update keyboard config with evdevYu Ke
with xserver 1.10, the evdev driver is used by default, so update the keyboard config entry in xorg.conf accordingly. Fix [YOCTO #1108] Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-05-17Upstream-Status update for several recipesYu Ke
- modutils - module-init-tools - libacpi - keymaps - initscripts - console-tools - mesa-demos - xserver-xf86-lite Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-05-11xserver-xf86-lite: upgrade to from 1.7 RC2 to 1.10.1Yu Ke
- remove the following patches, since they are already in upstream xserver-xf86-lite/libdri-xinerama-symbol.patch, xserver-xf86-lite/drmfix.patch xserver-xf86-lite/nodolt.patch xserver-xf86-lite/revert_make_sys_c_use_unaligned_access_functions.patch - rebase the patch for 1.10.1 xserver-xf86-lite/crosscompile.patch Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-05-11xserver-xf86-dri-lite_git: upgrade to 1.10.2 RC1 snapshotYu Ke
- the following patches are no longer used, so remove them doublefix.patch drmfix.patch fix_macros.patch libdri-xinerama-symbol.patch xorg-server-disable-dri_sarea.patch xorg-server-enable-dri2.patch xserver-1.5.0-bg-none-root.patch xserver-DRI2Swapbuffer.patch xserver-boottime.patch xserver-no-root-2.patch - update the patch upstream status Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-05-11xserver-xf86-dri-lite: upgrade from 1.9.3 to 1.10.1Yu Ke
- update the license checksum due to SUN/Oracle name changing - remove the nodolt.patch because it is already in upstream and release http://cgit.freedesktop.org/xorg/xserver/commit/?id=a769f4c22a9cfb5ba248c924a66c31ec966bd8a0 - update the patch upstream status Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-05-04Remove machine-specific metadata for machines no longer in oe-corePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-05-04poky-default-revisions: move the SRCREV to recipe fileYu Ke
in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-20Replace POKYBASE with COREBASERichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-04xserver-xf86: explicitly disable fop document generationJoshua Lock
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-02-22Remove all comments from multiline expressions (as mentioned in bug #704)Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-09xserver-kdrive.inc: add openssl to DEPENDSScott Garman
This fixes the following configure error: No suitable SHA1 implementation found Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-01-18xserver-xf86-dri-lite: upgrade to 1.9.3Yu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-07xserver-xf86-common: Remove COMPATIBLE_HOST as it was wrong solutionSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-06xserver: Add COMPATIBLE_MACHINESaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-02xserver-kdrive: add DEPENDS for libdrmSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-26xserver-xf86: fix LIC_FILES_CHKSUM spelling and locationSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>