summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/packages/libva
Commit message (Collapse)AuthorAgeFilesLines
* libva: Add missing DEPENDS on libxextRichard Purdie2010-07-251-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* emenlow: Change libdrm-poulsbo to libdrm_poulsboJeff Dike2010-07-241-3/+3
| | | | | | | 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-23/+50
| | | | | | | | | | 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/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-emenlow: Layer for eMenlow-based systems.Jeff Dike2010-07-2122-0/+8033
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>