summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* meta-emenlow: add 1.10.2 cairo recipeTom Zanussi2012-06-141-0/+39
| | | | | | | | | | The emenlow graphics stack doesn't work with the cairo_1.12.2 library upgrade; this adds the old 1.10.2 recipe from poky locally to the emenlow layer in order to get it working again. Fixes [YOCTO #2507] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* xserver-psb: fix X server on emenlow when built with gcc 4.7.xChristopher Hallinan2012-05-222-2/+214
| | | | | | | | | | | | | | | Note: this patch has already been submitted against other BSPs, originally submitted to oe-core by Gary Thomas. I ran into this same issue building MACHINE=emenlow on my own Z530 platform. There are likely others as well where this needs to be applied. Upstream is here: https://bugs.freedesktop.org/show_bug.cgi?id=18451 PR has been bumped. Signed-off-by: Christopher Hallinan <challinan@gmail.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: add SRC_URI checksums to libvaTom Zanussi2012-03-051-0/+3
| | | | | | Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-emenlow: add SRC_URI checksums to psb-firmwareTom Zanussi2012-03-051-0/+3
| | | | | | Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-emenlow: add SRC_URI checksums to xserver-xorg-video-psbTom Zanussi2012-03-051-0/+3
| | | | | | Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-emenlow: add SRC_URI checksums to xserver-psbTom Zanussi2012-03-051-0/+3
| | | | | | Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-emenlow: add SRC_URI checksums to xpsb-glxTom Zanussi2012-03-051-0/+3
| | | | | | Add md5 and sha256 checksums to the recipe. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-emenlow: fix ptr->int and Werror=address compile errorsTom Zanussi2012-01-103-2/+611
| | | | | | | | | | | | | | | | | A couple of things that had previously been warnings are now errors, so they need to be fixed up. The first problem is the same problem encountered by xserver-kdrive, and has the same fix, namely create a new version of REGION_INIT and have all calls that pass in a pointer to a static struct use it instead. A different fix for this is upstream, which includes an API change; we don't need all that to fix this problem. The second problem is a cast from pointer to integer in fbdevhw.c. This also is fixed upstream by removing the whole section of code which is bogus anyway, which is also done here. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: Drop now unneeded clutter bbappendsRichard Purdie2011-12-012-8/+0
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-emenlow: update xserver-psb with xorg name changeTom Zanussi2011-10-152-20/+24
| | | | | | | | The underlying xserverxorg-dri-lite that xserver-psb is based on changed its name and implementation, so change xserver-psb to reflect the changes. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: upgrade clutter .bbappendTom Zanussi2011-10-151-0/+0
| | | | | | Upgrade clutter bbappend to match upgrade in oe-core. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: restore /usr/lib/dri for xpsb-glxTom Zanussi2011-10-101-2/+3
| | | | | | | | | | A previous fix for a QA warning in this package (commit 2097a9e7) inadvertently removed /usr/lib/dri, causing glxgears etc. to no longer work. This restores it. Fixes [YOCTO #1235], again. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* xpsb-glx: Move the pkgconfig file(s) to the -dev packageTom Zanussi2011-09-301-2/+3
| | | | | | | | | | | | pkgconfig files belong in the -dev package. They automatically add a runtime dependency (when packaging with RPM) for "pkgconfig", which is not desired to be installed with this package. This also fixes another problem in that FILES_{PN} was being assigned instead of being appended and was adding libdir/*, preventing the above from taking effect. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow xpsb-glx: add package libglu to fix lsb image build warningYu Ke2011-08-281-1/+6
| | | | | | | | | | | lsb image requires libglu, so split the xpsb-glx to provide the libglu package. mesa-dri also do in the same way. so this patch make xpsb-glx in sync with mesa-dri. Fix [YOCTO #1395] Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: fix glx bugTom Zanussi2011-07-142-2/+7
| | | | | | | | | | AIGLX wasn't finding a couple libraries, causing errors such as Yocto bug #1235 - 'Running glxinfo and glxgears commands failed.'. This provides symlinks allowing it to find the needed libraries. Fixes [YOCTO #1235] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: remove obsolete bbappendsPaul Eggleton2011-06-021-4/+0
| | | | | | | Qt 4.6.3 and Clutter 1.4 have been removed from oe-core / poky. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Add emenlow pieces removed from oe-corePaul Eggleton2011-05-063-0/+12
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* libva: add libxfixes to DEPENDSSaul Wold2011-02-161-1/+1
| | | | | | Fixes [BUGID #716] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* xpsb-glx: add libxfixes and libxdamages to DEPENDSSaul Wold2011-02-161-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-emenlow: move to meta-intel repo from poky repoTom Zanussi2010-12-2752-0/+8922
This is the meta-emenlow layer, moved from the poky repo in order to keep all the meta-intel BSPs together. This version builds against laverne (0.90) - detailed build instruction can be found in the README file. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>