summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/conf
Commit message (Collapse)AuthorAgeFilesLines
...
* meta-intel: update kernel SRCREVsTom Zanussi2011-06-032-4/+4
| | | | | | | For crownbay, crownbay-noemgd, emenlow, fishriver, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: tidy up layer configurationPaul Eggleton2011-06-021-5/+1
| | | | | | | | | | * We can't use machine overrides in layer.conf because MACHINE is not defined yet (local.conf has not yet been parsed) so remove these * In light of the above having a separate collection configured for crownbay-noemgd no longer does anything, so remove it as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: update crownbay.confTom Zanussi2011-06-011-6/+6
| | | | | | | Update to reflect new graphics recipes. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* meta-crownbay: add common to BBFILESTom Zanussi2011-06-011-1/+3
| | | | | | | | Add common to BBFILES so crownbay can find recipes it needs from there. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* meta-intel: fix BBFILE_COLLECTIONS overridesTom Zanussi2011-05-261-2/+2
| | | | | | | | Several BBFILE_COLLECTIONS assignments in the layer.confs for these meta-intel layers added unwanted machine overrides, resulting in truncated values for this variable - remove them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: update SRCREVsTom Zanussi2011-05-182-4/+10
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay-noemgd: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHSTom Zanussi2011-05-141-3/+0
| | | | | | | | | | | | PACKAGE_EXTRA_ARCHS in the conf file gets overwritten by the tune-atom include following it, preventing the atom BASE_PACKAGE_ARCH from being included in the final PACKAGE_ARCHS and causing do_rootfs to fail. Remove the atom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS in the conf file and allow the values in tune-atom to be used as intended. Fixes [BUGID #986]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHSTom Zanussi2011-05-141-3/+0
| | | | | | | | | | | | PACKAGE_EXTRA_ARCHS in the conf file gets overwritten by the tune-atom include following it, preventing the atom BASE_PACKAGE_ARCH from being included in the final PACKAGE_ARCHS and causing do_rootfs to fail. Remove the atom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS in the conf file and allow the values in tune-atom to be used as intended. Fixes [BUGID #986]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* conf/machine: Drop unused GUI_MACHINE_CLASS variablesRichard Purdie2011-05-102-4/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-intel: use default rootfs size for BSPSTom Zanussi2011-05-032-4/+0
| | | | | | | | | The default rootfs size if left unspecified is the actual rootfs size + 20%. There doesn't seem to be a reason to make the default for these BSPs anything different, so remove the IMAGE_ROOTFS_SIZE overrides. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: switch to linux-yocto kernelTom Zanussi2011-04-042-16/+8
| | | | | | | Update kernel SRCREVs and switch crownbay/crownbay-noemgd to the 2.6.37 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: 2.6.37 changesbernard-5.0rc1bernard-1.0rc1Tom Zanussi2011-02-252-1/+11
| | | | | | | | This adds the code necessary to move meta-crownbay over to linux-yocto. A follow-on patch will actually do the switchover once the kernel srcrevs are known. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: update kernel SRCREVsTom Zanussi2011-01-222-4/+4
| | | | | | | Update both crownbay and crownbay-noemgd kernel SRCREVs to incorporate latest kernel changes (OHCI USB and AHCI SATA). Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: upgrade to masterTom Zanussi2011-01-032-6/+6
| | | | | | | | | | Upgrade the meta-crownbay BSP to current master. This updates the layer to reflect the naming changes that took place between laverne and the current master, and allows the BSP to be built for master. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-crownbay: add a machine configuration that doesn't use EMGD graphicsTom Zanussi2011-01-032-1/+50
| | | | | | | | | | | | | | 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-032-0/+56
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>