summaryrefslogtreecommitdiff
path: root/meta-emenlow/packages/xorg-xserver
Commit message (Collapse)AuthorAgeFilesLines
* emenlow: remove psb-kernel-source dependency from xserver-psb packageTom Zanussi2010-10-091-1/+1
| | | | | | | | | | Fixes [BUGID #396] With the switchover to linux-wrs, xserver-psb no longer depends on the external modules contained in psb-kernel-source (which have been moved in-tree). Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-271-1/+1
| | | | | | | | | | | | | | | | | 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>
* emenlow - boot to a GUIJeff Dike2010-07-301-2/+3
| | | | | | | | | | | | | Here are a couple of small fixes that allow an emenlow image to boot to a GUI. The X server now RDEPENDS on the packages that need to be in the image. xserver-xorg-video-psb needed a name change to depend on libdrm_poulsbo. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* emenlow: Change libdrm-poulsbo to libdrm_poulsboJeff Dike2010-07-241-2/+2
| | | | | | | It turns out to be a lot easier to generate library names with underscores than with dashes. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* libdrm-poulsbo: Provide libdrm-poulsbo instead of libdrmJeff Dike2010-07-222-5/+32
| | | | | | | | | | In order to allow this package to be build alongside the regular libdrm, it was made to export libdrm-poulsbo and its users make to use libdrm-poulsbo instead of libdrm. libva and xserver-psb were make to build against libdrm-poulsbo. While I was in there, I changed a couple of misspellings of COMPATIBLE and removed a bunch of ';patch=1'. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
* emenlow: Set COMPATIBLE_MACHINE where neededRichard Purdie2010-07-221-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-config: Fix emenlow append to coexist with existing usersRichard Purdie2010-07-222-1/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-emenlow: Layer for eMenlow-based systems.Jeff Dike2010-07-217-0/+93
This layer provides a kernel suitable for booting on eMenlow-based systems, plus support for Poulsbo graphics. The Poulsbo support includes a kernel patch for the graphics driver, a couple of libraries, the 2D and 3D X drivers, and a properly configured X server. The closed portions of this support are in the 3D driver, xpsb-glx. This package contains the binaries for the libraries that communicate with the kernel driver and a mesa library which uses those libraries. There is a README in meta-emenlow/ describing how to enable this layer. Where possible, the recipes use bitbake's new .bbappend facility in order to avoid copying recipes from meta/. There are checksums and license information for all of the new packages. Signed-off-by: Jeff Dike <jdike@linux.intel.com>