summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* cedartrail: remove BSPKishore Bodke2013-02-164-243/+0
| | | | | | | | | Cedartrail will not be supported in the Yocto 1.4 Release. Remove it from meta-intel. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* cdv-pvr-driver: add xorg-abi-video- dependencyRoss Burton2012-11-061-0/+9
| | | | | | | | | | | | xserver changes the driver ABI at will, and refuses to load drivers with the wrong ABI version. So that we know about this error at image build time instead of when xserver fails to start, RDEPEND on the ABI version we expect. This dependency is added programmatically so that bitbake doesn't look for a provider of xorg-abi-video-8 at parse time, which it won't find. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* cdv-pvr-driver: inhibit package strippingRoss Burton2012-10-311-1/+4
| | | | | | | | The binaries are already stripped, so don't try stripping them again (which results in a warning). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: Add development packages to pvr driver recipeRahul Saxena2012-10-181-1/+32
| | | | | | | Add header files from development packages Signed-off-by: Rahul Saxena <Rahul.Saxena@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: Fix package naming issueRahul Saxena2012-10-181-1/+7
| | | | | | | | | | | cdv-pvr-driver was generating rpm packages with name "libwsbm" This name can potentialy clash with other package names. Fix this problem by specifying package names in the recipe with the PKG_ vars This fixes bug: [YOCTO #3286] Signed-off-by: Rahul Saxena <rahul.saxena@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: add missing dependency on EXA module to X driverRoss Burton2012-10-021-1/+2
| | | | | | | [YOCTO #3204] Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: use FILESEXTRAPATHS for xserver-xf86-config bbappendsTom Zanussi2012-10-021-3/+1
| | | | | | | | The xserver-xf86-config .bbappends are still using FILESPATH - update them to use FILESEXTRAPATHS as recommended by the Poky Reference Manual and BSP Developer's Guides. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* cdv-pvr-driver: fix unpack1.3_M5.rc21.3_M5.rc11.3_M5Ross Burton2012-09-191-3/+3
| | | | | | | | Recent bitbakes will unpack RPM files automatically. For some reason this is aborting (#3137) so disable that functionality. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta-cedartrail: Update PVR graphics driver to version 1.0.3Rahul Saxena2012-09-151-13/+20
| | | | | | This driver update fixes a memory leak bug Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
* meta-cedartrail: Update PVR graphics driver to version 1.0.2Rahul Saxena2012-08-273-136/+140
| | | | | | | This update of the driver enables support for B3 stepping of Cedarview processor and also support for DP/eDP ports. Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>
* meta-cedartrail: Update PVR Graphics drivers.Kishore Bodke2012-05-222-30/+26
| | | | | | | | Point to the latest version of PVR Graphics driver. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Cedartrail: Add PVR graphics support.Kishore Bodke2012-04-122-0/+140
| | | | | | | New recipe for PVR graphics support. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Cedartrail: split xorg.conf files.Kishore Bodke2012-04-122-16/+35
| | | | | | | | | Have two xorg.conf files. One for pvr-graphics driver. One for vesa graphics driver. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-cedartrail: Create new layer for cedartrail System.Kishore Bodke2012-01-092-0/+29
This layer provides the initial version of the BSP for Cedar Trail platform. The Cedar Trail platform is based on the Cedarview processor and Tiger Point Chipset. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>