summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/xorg-xserver
Commit message (Collapse)AuthorAgeFilesLines
* xserver-kdrive: drop unused files (same files are in xserver-kdrive-1.7.99.2 ↵Martin Jansa2011-10-115-234/+0
| | | | | | directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: move patches to xserver-xf86-dri-lite-1.11.1 and use same ↵Martin Jansa2011-10-117-73/+3
| | | | | | | | | | | | | | | | 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>
* xserver-xorg: drop unused filesMartin Jansa2011-10-113-404/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: remove COMPATIBLE_HOSTMartin Jansa2011-10-111-3/+0
| | | | | | | * 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>
* xserver-xorg: remove old 1.10.1 versionMartin Jansa2011-10-112-32/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: add new version 1.11.1Martin Jansa2011-10-113-0/+13
| | | | | | * move shared definitions to .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: move shared EXTRA_OECONF entries to shared .incMartin Jansa2011-10-113-37/+26
| | | | | | | | * 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>
* xserver-xorg: replace hardcoded --enable-glx-tls with glx-use-tls.inc, which ↵Martin Jansa2011-10-111-1/+2
| | | | | | doesn't enable it for uClibc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg: remove FILES_${PN} += "${bindir}/Xorg ", now we have whole ↵Martin Jansa2011-10-112-4/+0
| | | | | | ${bindir} in FILES_ defined in shared .inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg-common: move RDEPENDS_${PN} += xorg-minimal-fonts to shared .incMartin Jansa2011-10-113-4/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg-common: lower xserver-xf86-config and xkeyboard-config ↵Martin Jansa2011-10-111-1/+2
| | | | | | | | | 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>
* xserver-xorg-common: move shared PROTO_DEPS and LIB_DEPS from ↵Martin Jansa2011-10-113-11/+6
| | | | | | | | | 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>
* xserver-xorg-common: improve packagingMartin Jansa2011-10-111-6/+5
| | | | | | | | | * 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>
* xserver-xorg-common: Split out some bigger modules and extensions from the ↵Martin Jansa2011-10-111-2/+58
| | | | | | main package Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg-common: move SRC_URI closer togetherMartin Jansa2011-10-111-2/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xorg-common: fix LIC_FILES_CHKSUMMartin Jansa2011-10-111-2/+1
| | | | | | | | | * 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>
* xserver-xorg: remove old git recipeMartin Jansa2011-10-111-25/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-liteMartin Jansa2011-10-1114-9/+8
| | | | | | | | | * 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>
* xserver-kdrive: Add SRC_URI ChecksumSaul Wold2011-10-061-1/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-xf86: Use PACKAGECONFIG for udev/hal choice and default to udevRichard Purdie2011-10-066-6/+10
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver/mesa: Bump PR after libdrm packaging changesRichard Purdie2011-10-043-3/+3
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xf86-lite.inc: use ${datadir} instead of /usr/shareOtavio Salvador2011-09-221-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xf86-dri-lite.inc: use ${datadir} instead of /usr/shareOtavio Salvador2011-09-221-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xf86-common.inc: use ${datadir} instead of /usr/shareOtavio Salvador2011-09-221-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj2011-08-231-14/+14
| | | | | | | 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>
* upstream status: add for libsdl and xserver patchesYu Ke2011-07-262-0/+4
| | | | | Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-kdrive: add patch upstream status infoYu Ke2011-07-1331-1440/+73
| | | | | | | - add patch upstream status - also remove the obsolete xserver-kdrive-1.3.0.0 patches Signed-off-by: Yu Ke <ke.yu@intel.com>
* xorg.conf: update keyboard config with evdevYu Ke2011-05-273-5/+7
| | | | | | | | | 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>
* Upstream-Status update for several recipesYu Ke2011-05-171-0/+2
| | | | | | | | | | | | | - modutils - module-init-tools - libacpi - keymaps - initscripts - console-tools - mesa-demos - xserver-xf86-lite Signed-off-by: Yu Ke <ke.yu@intel.com>
* xserver-xf86-lite: upgrade to from 1.7 RC2 to 1.10.1Yu Ke2011-05-118-359/+61
| | | | | | | | | | | | - 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>
* xserver-xf86-dri-lite_git: upgrade to 1.10.2 RC1 snapshotYu Ke2011-05-1115-624/+15
| | | | | | | | | | | | | | | | | | - 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>
* xserver-xf86-dri-lite: upgrade from 1.9.3 to 1.10.1Yu Ke2011-05-114-34/+22
| | | | | | | | | | | - 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>
* Remove machine-specific metadata for machines no longer in oe-corePaul Eggleton2011-05-042-73/+0
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* poky-default-revisions: move the SRCREV to recipe fileYu Ke2011-05-041-0/+1
| | | | | | in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
* Replace POKYBASE with COREBASERichard Purdie2011-04-201-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-xf86: explicitly disable fop document generationJoshua Lock2011-04-041-0/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Remove all comments from multiline expressions (as mentioned in bug #704)Richard Purdie2011-02-223-12/+13
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xserver-kdrive.inc: add openssl to DEPENDSScott Garman2011-02-092-2/+2
| | | | | | | This fixes the following configure error: No suitable SHA1 implementation found Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* xserver-xf86-dri-lite: upgrade to 1.9.3Yu Ke2011-01-181-2/+2
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xserver-xf86-common: Remove COMPATIBLE_HOST as it was wrong solutionSaul Wold2011-01-071-1/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver: Add COMPATIBLE_MACHINESaul Wold2011-01-061-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-kdrive: add DEPENDS for libdrmSaul Wold2011-01-021-2/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-xf86: fix LIC_FILES_CHKSUM spelling and locationSaul Wold2010-12-262-2/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-kdrive: Add missing DEPENDS on pixmanRichard Purdie2010-12-251-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-kdrive: add LIC_FILES_CHKSUMSaul Wold2010-12-241-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-xf86: Add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xserver-xf86-config: add license checksumYu Ke2010-12-091-0/+1
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* xserver-xf86-dri-lite: upgrade from 1.9.0 rc4 to 1.9.2Yu Ke2010-11-221-1/+4
| | | | Signed-off-by: Yu Ke <ke.yu@intel.com>
* Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart2010-10-081-0/+0
| | | | | | | | | | | | 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>
* Major layout change to the packages directoryRichard Purdie2010-08-2769-0/+5000
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>