summaryrefslogtreecommitdiffstats
path: root/meta-sugarbay/conf
Commit message (Collapse)AuthorAgeFilesLines
* sugarbay: move BSP to the v3.10 kernelNitin A Kamble2013-09-061-1/+1
| | | | | | | | Now a v3.10 linux yocto kernel recipe is available for this BSP, so make the newer kernel as the default kernel. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* sugarbay: move BSP to the v3.8 kernelNitin A Kamble2013-03-061-1/+1
| | | | | | | | Now the v3.8 kernel recipes are available in the oecore & meta-intel layers. And also the v3.8 kernel is validated for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay.conf: use the new method for specifying VA codecsNitin A Kamble2013-02-011-4/+2
| | | | | | | | | | | | | This replaces the old VA_FEATURES method for specifying codecs. These VA codecs are included in the image when the image has 'hwcodec' in the IMAGE_FEATURES variable. One can disable the VA features by redefining the IMAGE_FEATURES variable in local.conf. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* layer.conf: Use .= for adding to BBPATH and += to BBFILESKhem Raj2013-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | Fixes parsing errors which is appearing after this commit to meta-openembedded http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e This triggers exception NameError: name 'base_contains' is not defined without this change Avoid the immediate expansion operator (:=) which caused base_contains added in the previous commit to fail to expand at the time the meta-intel layer configs are parsed and replace it with one of the append operators (.= or +=) that allows for delayed variable expansion. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* sugarbay: add WEBTITLE & Compliance informationNitin A Kamble2012-10-251-0/+2
| | | | | | | | The WEBTITLE will be used to publish the BSP on the Yocto Project Website. And adding the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: fix VA_FEATURES assignment in machine configsTom Zanussi2012-10-251-1/+1
| | | | | | | | | commit 2231d38 (meta-intel: make video acceleration choice dependent on LICENSE_FLAGS) inadvertently also changed '?=' to a hard assignment, making it hard to override as intended. This changes it back. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: don't require commercial licenses for gstreamer-vaapiRoss Burton2012-10-221-2/+1
| | | | | | | | Now that gstreamer-vaapi doesn't depend on ffmpeg, it can always be recommended by the machine configuration. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: make video acceleration choice dependent on LICENSE_FLAGSTom Zanussi2012-09-151-1/+2
| | | | | | | | | | | | The gst-ffmpeg recipe in oe-core had LICENSE_FLAGS added to make it "commercial", so to avoid build errors the BSPs that use it (via the gst-va-intel VA_FEATURE) should only include it if the user has added "commercial" to LICENSE_FLAGS_WHITELIST when building. This adds a conditional to detect that, along with a NOTE in the README to explain the need for the flag. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: use va-impl-intel MACHINE_FEATURETom Zanussi2012-08-301-0/+2
| | | | | | | Explicitly specify the va-impl-intel MACHINE_FEATURE, and update the mixvideo uses with the feature rename. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay: set v3.4 as the default kernel recipe versionNitin A Kamble2012-07-091-1/+1
| | | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: use gst-va-intel and va-intelTom Zanussi2012-05-301-0/+4
| | | | | | | Have sugarbay use gst-va-intel and va-intel so we can easily test and make use of the video acceleration capabilities of this machine. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* n450: fix wrong video driverZhai Edwin2012-03-221-1/+1
| | | | | | | | | n450 should use i915 rather than i965. [YOCTO #1840] fixed Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: switch to linux-yocto-3.2 kernelTom Zanussi2012-03-181-0/+2
| | | | | | Switch sugarbay to the 3.2 kernel and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer1.2_M3.rc11.2_M3Paul Eggleton2012-02-241-0/+2
| | | | | | | | | These layers all contain machine configuration that depends on having the meta-intel common layer enabled as well, so use LAYERDEPENDS in the layer configuration for each one to make this explicit. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Have sugarbay.conf use the common ia32-base .inc file and remove theTom Zanussi2011-11-211-37/+5
| | | | | | open-coded machine settings. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: remove virtual/xserver-xf86 referencesTom Zanussi2011-11-151-1/+0
| | | | | | | These are now deprecated (in favor of just virtual/xserver), so remove them. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: remove meta-intel/common from BBFILESTom Zanussi2011-10-151-3/+1
| | | | | | | There's nothing in meta-intel/common used by sugarbay any longer, and is too broad anyway, so remove it from BBFILES. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: xserver-xorg renameTom Zanussi2011-10-151-3/+9
| | | | Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update BSPs to use grub2Tom Zanussi2011-09-141-2/+0
| | | | | | | | 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>
* meta-intel: change PREFERRED_VERSIONsTom Zanussi2011-08-201-2/+2
| | | | | | | Change PREFERRED_VERSION_linux-yocto to a form that will pick up the new numbering scheme. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* allow override of kernel providerDarren Hart2011-08-111-1/+1
| | | | | | | 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>
* meta-sugarbay: add live fstypeTom Zanussi2011-08-041-1/+1
| | | | | | | 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>
* meta-sugarbay: update machine configuration for recent tune file changesPaul Eggleton2011-08-041-6/+1
| | | | | | | | | Require the tune file for x86_64, then TARGET_ARCH and TARGET_CC_ARCH are set already. Also remove superfluous "snb" package architecture that doesn't do anything. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: switch to linux-yocto 3.0 kernel1.1_M3.rc2Tom Zanussi2011-07-261-0/+1
| | | | | | | Switch sugarbay to the 3.0 kernel, lock it down, and update kernel SRCREVs. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel/linux-yocto: update to match the renamed linux-yocto recipesBruce Ashfield2011-06-141-3/+0
| | | | | | | | | | | | | | | | | 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>
* meta-intel: update kernel SRCREVsTom Zanussi2011-06-061-2/+2
| | | | | | | Fixes for extra page compile error (commit bec3f1e8c075) now pulled in to these branches. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: update kernel SRCREVsTom Zanussi2011-06-041-2/+2
| | | | | | | 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>
* meta-intel: update kernel SRCREVsTom Zanussi2011-06-031-2/+2
| | | | | | | For crownbay, crownbay-noemgd, emenlow, fishriver, jasperforest, and sugarbay. 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 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>
* 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>
* 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-312-0/+69
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>