aboutsummaryrefslogtreecommitdiffstats
path: root/meta-crownbay/conf
AgeCommit message (Collapse)Author
2011-09-14meta-intel: update BSPs to use grub2Tom Zanussi
grub2 is now the default, so explicit preferred entries are unnecessary. It also needs to be installed in the rootfs, so we need to add it as a dependency. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-25meta-crownbay: select emgd 1.8Tom Zanussi
Change preferred version of emgd binaries to 1.8. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-24meta-crownbay: switch to linux-yocto 3.0 kernelTom Zanussi
Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down, and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-11allow override of kernel providerDarren Hart
Allow users or layers to override PREFERRED_PROVIDER_virtual/kernel. This is required to use the linux-yocto-rt kernel, for example. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-08-03meta-crownbay: add live fstypeTom Zanussi
Most of the time, we want a -live image, so add it to the IMAGE_FSTYPES by default. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-03meta-crownbay: remove tune-related assignments from machine confTom Zanussi
These are all now handled or obsoleted by tune-atom.inc, so remove them here. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-08-02meta-crownbay: fix BBFILES in crownbay layer.confTom Zanussi
The BBFILES append in crownbay's layer.conf is too broad and causes the wrong init-install.sh to be picked up, causing a bad grub install. Narrow down the BBFILES to include only what is actually needed. Fixes [YOCTO #1257]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-14meta-intel/linux-yocto: update to match the renamed linux-yocto recipesBruce Ashfield
The linux-yocto recipes have been renamed to include explicit version numbers. The meta-intel bbappends must be updated to follow the new naming convention. As a consequence of the recipe renames any SRCREV specificiations that were part of a machine.conf have been moved to the corresponding bbappend file. This allows the 2.6.34 and 2.6.37 SRCREVs to co-exist. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Minor whitespace cleanup. Remove inadvertant? linux-libc-headers provider change. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2011-06-06meta-intel: update kernel SRCREVsTom Zanussi
Fixes for extra page compile error (commit bec3f1e8c075) now pulled in to these branches. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-04meta-intel: update kernel SRCREVsTom Zanussi
To avoid extra page compile error until commit bec3f1e8c075 can be pulled in to these branches. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-03meta-intel: update kernel SRCREVsTom Zanussi
For crownbay, crownbay-noemgd, emenlow, fishriver, jasperforest, and sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-06-02meta-crownbay: tidy up layer configurationPaul Eggleton
* 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>
2011-06-01meta-crownbay: update crownbay.confTom Zanussi
Update to reflect new graphics recipes. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
2011-06-01meta-crownbay: add common to BBFILESTom Zanussi
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>
2011-05-26meta-intel: fix BBFILE_COLLECTIONS overridesTom Zanussi
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>
2011-05-18meta-crownbay: update SRCREVsTom Zanussi
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-05-14crownbay-noemgd: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHSTom Zanussi
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>
2011-05-14crownbay: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHSTom Zanussi
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>
2011-05-10conf/machine: Drop unused GUI_MACHINE_CLASS variablesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2011-05-03meta-intel: use default rootfs size for BSPSTom Zanussi
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>
2011-04-04meta-crownbay: switch to linux-yocto kernelTom Zanussi
Update kernel SRCREVs and switch crownbay/crownbay-noemgd to the 2.6.37 kernel. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-02-25meta-crownbay: 2.6.37 changesbernard-5.0rc1bernard-1.0rc1Tom Zanussi
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>
2011-01-22crownbay: update kernel SRCREVsTom Zanussi
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>
2011-01-03meta-crownbay: upgrade to masterTom Zanussi
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>
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: update crownbay SRCREVsTom Zanussi
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>
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>