summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/conf/machine/crownbay.conf
Commit message (Collapse)AuthorAgeFilesLines
* meta-crownbay: prefer mesa version 7.8 for bernardbernardTom Zanussi2011-08-271-0/+1
| | | | | | | | | bernard uses emgd 1.5, which requires mesa 7.8. It was inadvertently picking up 7.10 instead - we need to explicitly specify 7.8. Fixes [YOCTO #971] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel/bernard: Fix compile_perf build breakage in linux-yocto-stable ↵Andre Haupt2011-08-021-1/+1
| | | | | | | | | | | | | | | | | | | for crownbay. This way new users of yocto can start with a working default configuration for crownbay. The issue is described in more detail in the following thread on the yocto mailing list. http://lists.yoctoproject.org/pipermail/yocto/2011-July/002129.html [tom.zanussi@intel.com] The crownbay branch in the repo missed getting the standard branch containing the NO_LIBPERL/NO_LIBPYTHON merged in, which it now has been, so we need to update the SRCREVs and pick it up. Signed-off-by: Andre Haupt <andre@bitwigglers.org> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* crownbay: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHSTom Zanussi2011-05-191-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>
* meta-intel: use default rootfs size for BSPSTom Zanussi2011-05-031-2/+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: 2.6.37 changesbernard-5.0rc1bernard-1.0rc1Tom Zanussi2011-02-251-1/+6
| | | | | | | | 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-221-2/+2
| | | | | | | 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-031-3/+3
| | | | | | | | | | 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: 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-031-0/+46
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>