summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* crownbay: enable input device hotplug in xserver-xf86-configRoss Burton2013-09-202-31/+0
| | | | | | | | | | xorg.conf was disabling hotplugged input devices for no known reason, so remove that option. Also remove the setting of DontZap to the default value for clarity. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* meta-intel: use FILESEXTRAPATHS for xserver-xf86-config bbappendsTom Zanussi2012-10-021-2/+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>
* meta-crownbay: remove emgd-1.6Tom Zanussi2011-09-262-25/+0
| | | | | | emgd-1.6 is now obsoleted by emgd-1.8, so remove support for it. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: change preferred display orderTom Zanussi2011-09-042-2/+2
| | | | | | | | | The current PortOrder value assumes LVDS. Change the value to first try SDVO output, and fallback to LVDS if not present. Fixes [YOCTO #1430] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: move emgd-driver-bin_1.8 to commonTom Zanussi2011-08-252-35/+0
| | | | | | | 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-crownbay: xorg.conf changesTom Zanussi2011-08-252-1/+3
| | | | | | Update to the ced-generated xorg.conf for 1.8. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: new recipe for emgd 1.8 driver binariesTom Zanussi2011-08-252-0/+35
| | | | | | This adds a new recipe for the emgd 1.8 driver binaries. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove obsolete dirTom Zanussi2011-08-031-0/+0
| | | | | | | remove recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin, since it's no longer used. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: remove obsolete graphics recipesTom Zanussi2011-06-016-177/+0
| | | | | | | With the emgd 1.6 upgrade, we no longer need these. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* meta-crownbay: new recipe for emgd 1.6 driver binariesTom Zanussi2011-06-012-0/+25
| | | | | | | | | | | This adds a new recipe for the emgd 1.6 driver binaries. For emgd 1.6, the layout of the binaries has changed, making them easier to install, and we also take the opportunity to sanitize the naming and make it more apparent that these are the emgd driver bits corresponding to a particular emgd release, 1.6 in this case. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* crownbay: xserver-xf86-emgd sum fixesTom Zanussi2011-03-161-2/+2
| | | | | | Fixes [BUGID #885]. Fix changed md5 and sha256 sums for this package. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: add a machine configuration that doesn't use EMGD graphicsTom Zanussi2011-01-031-0/+26
| | | | | | | | | | | | | | This adds a second machine to the meta-crownbay BSP that uses generic vesa graphics instead of the Intel-proprietary straight 'crownbay' version that does. The name of the new machine is 'crownbay-noemgd'. Though the graphics quality isn't as nice, the binaries for this version can be distributed without any need for license click-throughs or the manual step currently required for the EMGD version. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: new layer for E6xx/EG20T systemsTom Zanussi2011-01-039-0/+227
This layer provides support for Tunnel Creek + Topcliff Intel systems to laverne (0.90). It supports the E6xx embedded on-chip graphics via the Intel Embedded Media and Graphics Driver (EMGD) 1.5 Gold Driver. The EMGD and EG20T PCH kernel drivers are of course GPL'ed and are submitted in a separate patchset for the 2.6.34 yocto kernel. The userspace X drivers and supporting libraries however are closed and need to be manually copied into the layer before building. The details on how to do this can be found in the README doc in meta-crownbay/. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>