summaryrefslogtreecommitdiffstats
path: root/meta-sugarbay
Commit message (Collapse)AuthorAgeFilesLines
* meta-sugarbay: Change build instructions in README to use BSP tarball1.1_M1.rc21.1_M1Tom Zanussi2011-05-261-9/+12
| | | | | | | | | Change the build instructions to use BSP tarballs instead of git clones. The git clone info remains as a mentioned alternative. Fixes [YOCTO #1103]. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: fix BBFILE_COLLECTIONS overridesTom Zanussi2011-05-261-1/+1
| | | | | | | | 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-sugarbay: remove xserver-xf86-dri-lite bbappend1.1_M1.rc1Tom Zanussi2011-05-201-1/+0
| | | | | | This is no longer needed. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: remove PREFERRED_VERSION settingsTom Zanussi2011-05-201-6/+0
| | | | | | There's no reason to specify these. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: update SRCREVsTom Zanussi2011-05-181-2/+2
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* README.sources: use git.yoctoproject.org as server for the BSP repositoryOtavio Salvador2011-05-171-1/+1
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add README.sourcesTom Zanussi2011-05-161-0/+17
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto*: extend FILESEXTRAPATHS instead of clobber themDarren Hart2011-05-131-1/+1
| | | | | | | | | | | | Clobbering FILESEXTRAPATHS prevents multiple bbappend files providing file:// SRC_URIs. Extend the variable in each meta-* layer instead. Build tested with linux-yocto on n450 and crownbay and linux-yocto-stable on crownbay. Build tested linux-yocto on n450 with a third layer adding a config fragment. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* conf/machine: Drop unused GUI_MACHINE_CLASS variablesRichard Purdie2011-05-101-2/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.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>
* sugarbay.conf: add mesa library: correct previous wrong modificationDexuan Cui2011-03-151-1/+1
| | | | | | | | | | | | This fixes [BUGID #727] 766c20ef2141d058f15074e866313ab119332ea8 added mesa-dri-driver-i915, but actually it should be mesa-dri-driver-i965. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Ke Yu <ke.yu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-sugarbay: update kernel SRCREVsTom Zanussi2011-02-281-2/+2
| | | | | | Update kernel SRCREVs to latest commits. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay.conf: add mesa library to fix BUG 727Yu Ke2011-02-241-1/+3
| | | | | | | | mesa lib is required for sugarbuy 3D application, so add it in the BSP config. this fix [BUGID #727] Signed-off-by: Yu Ke <ke.yu@intel.com>
* meta-sugarbay: switch from standard to standard/common-pc-64Tom Zanussi2011-02-031-1/+1
| | | | | | To match the branch in linux-yocto. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay: update kernel SRCREVsTom Zanussi2011-02-031-2/+2
| | | | | | Update kernel SRCREVs to match linux-yocto. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: new layer for Sandy Bridge/Cougar Point systemsTom Zanussi2011-01-3111-0/+211
This layer provides support for Sandy Bridge + Cougar Point Intel systems. The 'Sugar Bay' platform consists of the Intel Sandy Bridge processor, plus the Cougar Point PCH (Q67 Express or B65 Express chipsets). This BSP assumes that the Sandy Bridge integrated graphics are being used, and makes use of the grub2 and associated live-install changes in meta-intel/common. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>