summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/xorg-xserver
AgeCommit message (Collapse)AuthorFiles
2011-07-13xserver-kdrive: add patch upstream status infoYu Ke31
- 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 Ke3
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 Ke1
- 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 Ke8
- 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 Ke15
- 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 Ke4
- 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 Eggleton2
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-05-04poky-default-revisions: move the SRCREV to recipe fileYu Ke1
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 Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-04xserver-xf86: explicitly disable fop document generationJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2011-02-22Remove all comments from multiline expressions (as mentioned in bug #704)Richard Purdie3
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-09xserver-kdrive.inc: add openssl to DEPENDSScott Garman2
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 Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-07xserver-xf86-common: Remove COMPATIBLE_HOST as it was wrong solutionSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-06xserver: Add COMPATIBLE_MACHINESaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-02xserver-kdrive: add DEPENDS for libdrmSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-26xserver-xf86: fix LIC_FILES_CHKSUM spelling and locationSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-25xserver-kdrive: Add missing DEPENDS on pixmanRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-24xserver-kdrive: add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-23xserver-xf86: Add LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-09xserver-xf86-config: add license checksumYu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-11-22xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-10-08Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart1
In preparation for the more generic atom-pc, rename the netbook machine and all the relevant overrides. Leave the linux-netbook kernel recipe intact and as the default kernel for the atom-pc machine. A future patch will convert this over to linux-wrs and likely remove the linux-netbook kernel recipe. Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie69
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>