summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/xorg-xserver
Commit message (Collapse)AuthorAgeFilesLines
* meta-intel: move emgd-driver-bin_1.14 to xorg-driver/Tom Zanussi2012-09-151-92/+0
| | | | | | | emgd-driver-bin should be in common/recipes-graphics/xorg-driver rather than common/recipes-graphics/xorg-xserver so move it there. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: upgrade from 1.10 to 1.14Nitin A Kamble2012-07-311-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.14 is the latest released driver for emgd. This change is tested on crownbay machine. Add runtime dependency to libxcb-dri2 Otherwise the libxcb-dri2.so is not getting installed, and video acceleration of emgd does not work. It is dynamic dependency of emgd_drv_video.so put files in gstreamer-0.10/.debug directory to the debug package. It avoids debug files packaging warnings. add downloadfilename param to SRC_URI As the url does not have the filename of the tarball, specify it here so that updated wget bitbake fetcher can save the downloaded file accordingly. BTW now EDC has also published another download URL on our request: http://edc.intel.com/App_Shared/Downloads/LIN_IEMGD_1_14_GOLD_2443.tgz And update emgd driver version in the README. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Tested-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: remove FILES_${PN}-dev additionTom Zanussi2012-07-201-2/+1
| | | | | | | | The package reordering patches exposed a problem in that the files specified in the FILES_${PN}-dev shouldn't really be put in the -dev package in the first place - this removes them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: skip insane ldflags checkTom Zanussi2012-05-171-0/+3
| | | | | | | Add an INSANE_SKIP for ldflags, since these are binaries we have no control over. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: remove emgd-1.8Tom Zanussi2012-01-302-39/+0
| | | | | | emgd-1.8 is now obsoleted by emgd-1.10, so remove support for it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: new recipe for emgd 1.10 driverTom Zanussi2012-01-301-0/+89
| | | | | | This adds a new recipe for the emgd 1.10 driver. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel/common: fix ptr->int and Werror=address compile errors1.2_M2.rc11.2_M2.finalTom Zanussi2012-01-123-0/+146
| | | | | | | | | | | | | | | | | | A couple of things that had previously been warnings are now errors, so they need to be fixed up. The first problem is a comparison between the address of a static struct and NULL, which can never be valid. A different fix for this is upstream, which includes an API usage change; we don't need 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. This also adds a missing PR to the xserver-xorg recipe. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emgd-driver-bin: add video componentsTom Zanussi2011-12-011-10/+12
| | | | | | | | | | | | | | This adds the video binaries extracted from the following EMGD 1.8 binary rpms (emgd/1.8.2032/IEMGD_HEAD_Linux/common/video_plugin): gst-plugins-mixvideo-0.10.30-1.i586.rpm gst-plugins-va-0.10.7MFLD-1.i586.rpm gst-vabuffer-0.10.5MFLD-1.i586.rpm mixcommon-0.1.9-1.i586.rpm mixvbp-0.1.24-1.i586.rpm mixvideo-0.1.31-1.i586.rpm Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: /common xserver-xorg name changeTom Zanussi2011-10-156-10/+10
| | | | | | | xserver-xf86-dri-lite changed its name to xorg-xserver, so update the version in /common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove emgd-1.6Tom Zanussi2011-09-261-1/+1
| | | | | | emgd-1.6 is now obsoleted by emgd-1.8, so remove support for it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: fix symlink typo and QA checks in emgd-driver-binTom Zanussi2011-09-261-3/+5
| | | | | | | | | There was a typo in the libEGL.so symlink creation - this fixes it. It also adds a missing symlink for scope services, and fixes the QA warnings for 'non-dev package contains symlink .so...'. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: move emgd-driver-bin_1.8 to commonTom Zanussi2011-08-252-0/+35
| | | | | | | emgd-driver-bin will be shared by multiple BSPs, crownbay and fri2 to start with, so move them into /common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add xserver-xf86-dri-lite_1.9.3 to commonTom Zanussi2011-06-015-0/+100
emgd 1.6 requires xserver 1.9.3, which is no longer in meta, and it needs to be shared by multiple BSPs, so add it to common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>