summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics
AgeCommit message (Collapse)Author
2012-05-17emgd-driver-bin: skip insane ldflags checkTom Zanussi
Add an INSANE_SKIP for ldflags, since these are binaries we have no control over. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-04-25common: Fix xf86-input-evdev path mixupRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-25common/meta-graphics: Add xf86-input-evdev 2.6.0Richard Purdie
This is needed by the pvr graphics stacks since newer versions won't build with the older xserver those platforms are using. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-30meta-intel: remove emgd-1.8Tom Zanussi
emgd-1.8 is now obsoleted by emgd-1.10, so remove support for it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-01-30meta-intel: new recipe for emgd 1.10 driverTom Zanussi
This adds a new recipe for the emgd 1.10 driver. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2012-01-12meta-intel/common: fix ptr->int and Werror=address compile errors1.2_M2.rc11.2_M2.finalTom Zanussi
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>
2011-12-01emgd-driver-bin: add video componentsTom Zanussi
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>
2011-10-15meta-intel: /common xserver-xorg name changeTom Zanussi
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>
2011-09-26meta-crownbay: remove emgd-1.6Tom Zanussi
emgd-1.6 is now obsoleted by emgd-1.8, so remove support for it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-09-26meta-intel: fix symlink typo and QA checks in emgd-driver-binTom Zanussi
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>
2011-08-25meta-intel: move emgd-driver-bin_1.8 to commonTom Zanussi
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>
2011-06-01meta-intel: add xserver-xf86-dri-lite_1.9.3 to commonTom Zanussi
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>