summaryrefslogtreecommitdiffstats
path: root/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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-0/+147
This driver update fixes a memory leak bug Signed-off-by: Rahul Saxena <rahul.saxena@intel.com>