summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
Commit message (Collapse)AuthorAgeFilesLines
* emenlow: use emgd instead of psb for graphics driverNitin A Kamble2012-12-031-57/+0
| | | | | | | | Remove all the Poulsbo graphics driver specific meta data files. And configure the BSP to use EMGD instead of psb for graphics stack. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@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: 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-141-1/+2
| | | | | | | | | | 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>
* 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-271-0/+46
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>