summaryrefslogtreecommitdiffstats
path: root/meta-crownbay
Commit message (Collapse)AuthorAgeFilesLines
* crownbay: fix matchbox-panel segfaultlaverneTom Zanussi2011-02-171-0/+2
| | | | | | | | | This fixes [BUGID #738]. matchbox-panel[437]: segfault at c ip 4715bbed sp bff6e580 error 4 in libgdk-x11-2.0.so.0.2000.1[470f6000+90000] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: apply init-live.sh coldplug udev trigger patch here insteadTom Zanussi2011-02-102-0/+50
| | | | | | | At the moment, we can't spin a new laverne release, so we need to add it to the crownbay layer instead. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: update -noemgd SRCREVsTom Zanussi2011-01-261-2/+2
| | | | | | | Pull in the latest linux-yocto-stable kernel config options, which fix the USB mouse/kb issues, among other things. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: update SRCREVsTom Zanussi2011-01-261-2/+2
| | | | | | | Pull in the latest linux-yocto-stable kernel config options, which fix the USB mouse/kb issues, among other things. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: Fix READMETom Zanussi2011-01-261-1/+1
| | | | | | Fix typo. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: update READMETom Zanussi2011-01-031-3/+33
| | | | | | | Update the crownbay README with information explaining the available machine configurations. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: add a machine configuration that doesn't use EMGD graphicsTom Zanussi2011-01-035-1/+83
| | | | | | | | | | | | | | 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: update crownbay SRCREVsTom Zanussi2011-01-031-0/+3
| | | | | | | | | | Update crownbay machine and meta SRCREVs to point the correct place in the kernel tree. In keeping with the 'self-contained' aspect of the BSP, also keep it in the meta-crownbay layer. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: new layer for E6xx/EG20T systemsTom Zanussi2011-01-0317-0/+507
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>