summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/recipes-graphics
AgeCommit message (Collapse)Author
2012-10-02meta-intel: use FILESEXTRAPATHS for xserver-xf86-config bbappendsTom Zanussi
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>
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-04crownbay: change preferred display orderTom Zanussi
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>
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-08-25meta-crownbay: xorg.conf changesTom Zanussi
Update to the ced-generated xorg.conf for 1.8. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-25meta-crownbay: new recipe for emgd 1.8 driver binariesTom Zanussi
This adds a new recipe for the emgd 1.8 driver binaries. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-03meta-crownbay: remove obsolete dirTom Zanussi
remove recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin, since it's no longer used. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-01meta-crownbay: remove obsolete graphics recipesTom Zanussi
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>
2011-06-01meta-crownbay: new recipe for emgd 1.6 driver binariesTom Zanussi
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>
2011-03-16crownbay: xserver-xf86-emgd sum fixesTom Zanussi
Fixes [BUGID #885]. Fix changed md5 and sha256 sums for this package. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-03meta-crownbay: add a machine configuration that doesn't use EMGD graphicsTom Zanussi
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>
2011-01-03meta-crownbay: new layer for E6xx/EG20T systemsTom Zanussi
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>