summaryrefslogtreecommitdiffstats
path: root/meta-sugarbay
Commit message (Collapse)AuthorAgeFilesLines
* Remove older platform specific BSPsSaul Wold2015-08-288-234/+0
| | | | | | | | | | The intel-core* BSPs supercede these older BSPs therefore it's time to remove these older platform specific bsps. Bump LAYERVERSION to 3 to allow the Autobuilder to know that these BSPs have been removed. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* MAINTAINERS: Update Maintainer to show Saul replaces NitinSaul Wold2015-03-131-1/+1
| | | | | | | Saul will be the point of contact for core Intel BSPs Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-sugarbay: use gstreamer-vaapi-1.0 directly instead of gst-va-intelRoss Burton2015-02-271-1/+1
| | | | | | | | No need for a layer of indirection when that layer only has one option. Previously with EMGD there was a choice, but not anymore. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Prefer linux-yocto 3.19 for all Intel common architecture BSPsDarren Hart2015-02-201-1/+1
| | | | | | | Update all the BSPs using the Intel common architecture that preferred 3.17 to prefer 3.19, now built by the intel-core* common BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* sugarbay: Add intel-ucode to MACHINE_FEATURESNitin A Kamble2014-10-211-0/+1
| | | | | | | | Enable the Intel microcode feature for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-sugarbay: Add wifi machine feature to sugarbay.conf2.0-rc2-dizzy-1.7-rc2Nitin A Kamble2014-10-011-0/+3
| | | | | | | | | | | | | | The Huron River platform targeted by this BSP has wifi capability. The common kernel used by the BSP has already enabled wifi drivers. Enable the user space wifi tools, which give functional wifi networking to the Huron River platform. Fixes Bug: [YOCTO #6342] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-sugarbay: Use the v3.17 kernel by defaultNitin A Kamble2014-09-301-1/+1
| | | | | | | | The linux-yocto_3.17 recipe is available for this BSP. Make it the default kernel for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-intel BSPs: include meta-intel.incNitin A Kamble2014-09-041-0/+1
| | | | | | | | | | | | | | | | | To get common intel BSP configurations such as user land microcode loading support, each Intel BSP configuration needs to include the meta-intel.inc file. With the exception of few, many of the meta-intel BSP configuration files already include the meta-intel.inc file. With this commit now, all the remaining BSPs from the meta-intel layer also include the meta-intel.inc file. The Intel platforms BSPs hosted outside of the meta-intel layer, such as minnow, need to include the meta-intel.inc file to get the common features from the meta-intel layer. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* BSP READMEs: correct the mailing list addressNitin A Kamble2014-06-101-2/+2
| | | | | | | | The emails regarding this layer need to go to the meta-intel mailing list and not to the Yocto mailing list. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* sugarbay: change the default kernel to v3.14Nitin A Kamble2014-04-041-1/+1
| | | | | | Use the latest linux-yocto kernel for the sugarbay BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* linux-yocto: Remove redundant recipesDarren Hart2014-03-122-28/+0
| | | | | | | | | | Remove all redundant linux-yocto recipes where the BSP is able to reuse the intel-common version. Update the common bbappends with the KERNEL_FEATURES and module_autoload* statements from the consolidated bbappends. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Update linux-yocto-rt 3.8 to 3.10Darren Hart2014-03-121-8/+0
| | | | | | 3.8 is no longer supported, update the remaining 3.8-rt recipes to 3.10. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Remove linux-yocto rt and tiny 3.4 recipesDarren Hart2014-03-121-8/+0
| | | | | | 3.4 is no longer supported, drop the 3.4 rt and tiny recipes as well. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Remove linux-yocto 3.8 bbappendsDarren Hart2014-03-121-13/+0
| | | | | | | The current development branch (for 1.6) supports 3.10 and -dev linux-yocto kernels. Delete all the lingering 3.8 kernel recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Remove linux-yocto 3.4 bbappendsDarren Hart2014-03-121-12/+0
| | | | | | | The current development branch (for 1.6) supports 3.10 and -dev linux-yocto kernels. Delete all the lingering 3.4 kernel recipes. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* Use intel-common-pkgarch for non-emgd BSPsDarren Hart2014-03-121-0/+1
| | | | | | | | | Enable the intel-common pkgarch and machine override mechanism for most non-emgd BSPs. The Queensbay platforms show issues on the 3.10 kernel, and the NUC is experiencing some boot issues with the common kernel, so skip those for now. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* intel-common: Make using intel-common override opt-inDarren Hart2014-02-056-6/+0
| | | | | | | | | | | | | | | | Currently the intel-core*-common.inc files also include the intel-common-pkgarch.inc, forcing the introduction of the intel-common PACKAGE_ARCH. Coupling this with the addition of the intel-common MACHINE_OVERRIDE, means that even MACHINE_ARCH packages can be influenced by intel-common overrides, which is not desirable. Remove the intel-common-pkgarch.inc from the intel-core*common.inc include files, requiring BSPs wanting to use the intel-common mechanism to explicitly include it. This obviates the need to reset the linux-yocto PACKAGE_ARCH to MACHINE_ARCH. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
* sugarbay: Remove redundant usb webcam fragmentDarren Hart2014-02-051-1/+0
| | | | | | | | | The usb webcam media fragment is already included in the common-pc-64-standard BSP definition which is included by the sugarbay standard BSP description. There should be no need to duplicate that here. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* sugarbay: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-276-0/+10
| | | | | | | | | The new intel-common.inc sets the default of the PACKAGE_ARCH for the linux-yocto kernel recipes to DEFAULTTUNE_kernel. Revert the existing recipes to MACHINE_ARCH until they can be removed in favor of a more unified mechanism. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* sugarbay: Use the corei7 tuneDarren Hart2014-01-271-5/+4
| | | | | | | | Sandy Bridge based CPUs benefit from the new corei7 tune file. Update the XSERVER_* variables to use the new naming. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Nitin A Kamble <nitin.a.kamble@intel.com>
* sugarbay: linux-yocto-dev: update the webcam feature nameNitin A Kamble2014-01-151-0/+6
| | | | | | | | | | | | | | The feature definition has changed in the dev kernel repository. Change the feature use accordingly to avoid this kind of kernel build errors. | WARNING: addon feature "features/usb/usb-uvcvideo" was not found | WARNING: addon feature "features/media/v4l2" was not found | ERROR: required features were not found. aborting The srcrevs of the kernel branches are updated to use the new kernel features. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay: linux-yocto-3.10: enable the webcam featureNitin A Kamble2014-01-151-0/+1
| | | | | | | | | | | | | | | | | | | | | The feature definition in the kernel repository has changed. Because of it the webcam feature got pulled out in the commit noted below. Bringing back the webcam support with the updated feature. commit 1b2ed9a990fec6b2f0ebb3846c4f0f091ef83e04 Author: Tom Zanussi <tom.zanussi@intel.com> Date: Thu Dec 19 17:56:01 2013 -0600 meta-sugarbay: Remove obsolete features features/usb/usb-uvcvideo features/media/v4l2 were removed from the kernel metadata and should therefore have been removed from the kernel recipes as well, which this does for sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: Use the symlink to the actual image in READMETom Zanussi2014-01-061-1/+1
| | | | | | | Using the image symlink when dd'ing is more convenient for the user - update the documentation to reflect that. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-sugarbay: Remove obsolete featuresTom Zanussi2013-12-201-1/+0
| | | | | | | | features/usb/usb-uvcvideo features/media/v4l2 were removed from the kernel metadata and should therefore have been removed from the kernel recipes as well, which this does for sugarbay. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto-3.10: Update SRCREVs for 3.10.19Tom Zanussi2013-12-201-3/+3
| | | | | | | | | | | | | | | Fixes [YOCTO 5679] Bump the SRCREVs to address the lttng-modules build failure introduced by the oe-core/poky commit: lttng-modules: Update to 2.3.3 version This updates all the BSPs that were at the same machine SRCREV in one shot. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay: linux-yocto-3.10: update kernel srcrevsNitin A Kamble2013-11-141-3/+3
| | | | | | | Updating kernel srcrevs to the latest HEADs of the kernel branches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay: linux-yocto_3.10: update srcrevsNitin A Kamble2013-10-181-2/+2
| | | | | | | | Using the latest HEADS of the git branches of the v3.10 linux-yocto kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* BSP READMEs: change the language of the compliance sectionNitin A Kamble2013-10-091-3/+3
| | | | | | | | Use "Yocto Project Compatible" in place of "compliance" as suggested by Jeffrey Osier Mixon. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay: linux-yocto v3.8 & v3.10 update srcrevsNitin A Kamble2013-10-032-3/+3
| | | | | | | Use the latest branch HEADs for srcrevs in these kernel recipes. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay: update linux-yocto_3.10 kernel to 3.10.111.5_M5.rc5Nitin A Kamble2013-09-231-3/+3
| | | | | | | | Update the kernel recipe src_revs to use the latest HEADS of the kernel repository branches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay: remove xserver-xf86-configRoss Burton2013-09-202-27/+0
| | | | | | | | | | | This file appears to be derived from a stale copy of the atom-pc xorg.conf which was either redundant (setting values to the default), pointlessly hard-coding (specifying video driver when X can auto-probe), or actively harmful (disabling hotplugged input devices). Nothing in this file needs to be specified, so delete it and let X auto-configure itself. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* 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: linux-yocto_3.10 recipe extensionNitin A Kamble2013-09-061-0/+12
| | | | | | | | | Provide the sugarbay BSP specific extension for the linux-yocto_3.10 recipe from the oecore layer. This configures the right git branches of the kernel repository for the sugarbay BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* sugarbay: mention required opengl distro feature in the READMENitin A Kamble2013-09-051-0/+7
| | | | | | | | Mention that if the distro policy does not list 'opengl' in the DISTRO_FEATURES, then one needs to do it in local.conf. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* sugarbay:linux-yocto-3.8: update meta branch srcrevNitin A Kamble2013-08-121-1/+1
| | | | | | | | | | This fixes USB autosuspend issues related to non-responsive mice & keyboards. Fixes bug: [YOCTO #4992] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* sugarbay: correct the KERNEL_FEATURE variable nameNitin A Kamble2013-07-291-1/+1
| | | | | | | | | | | | | | | | The var KERNEL_FEATURES_sugarbay_append overrides the previous value defined in the oecore layer, and the var KERNEL_FEATURES_append_sugarbay preserves the old value and extends it. This change avoids unintentional disabling of some KERNEL_FEATURES such as netfilter. Fixes bug: [YOCTO #4741] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* sugarbay: update the kernel commit IDs of kernel branchesNitin A Kamble2013-07-231-1/+1
| | | | | | | Using the latest HEAD of the machine branch. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay: enable webcam on the huronriver platformNitin A Kamble2013-07-191-1/+2
| | | | | | | | | | The sugarbay BSP also covers the huronriver platform. And the huronriver laptop has a built-in webcam. Enable the driver support for it so that it is accessible by user level software. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: Drop PRINC usageRichard Purdie2013-06-241-2/+0
| | | | | | | | With the switch to the PR server we don't need to use PRINC. This patch matches a change to OE-Core to bump the PR values of the appropriate core recipes so PR values don't go backwards. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sugarbay: update 3.4 kernel SRCREVsNitin A Kamble2013-06-171-3/+3
| | | | | | | | | | Updating the kernel branch SRCREVs to use latest HEAD commits of the respective kernel branches. This updates this BSPs v3.4 kernel to version 3.4.46. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* sugarbay: update kernel srcrev to v3.8.13Nitin A Kamble2013-06-121-3/+3
| | | | | | | | Update this BSP's kernel to the latest linux-yocto-3.8 version of v3.8.13 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay: linux-yocto_3.8: update kernel SRCREVsNitin A Kamble2013-06-101-3/+3
| | | | | | | | | | Updating the kernel branch SRCREVs to use latest HEAD commits of the respective kernel branches. This updates this BSPs v3.8 kernel to version 3.8.11. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto: Drop 3.2 bbappends1.5_M1.rc11.5_M1.finalRichard Purdie2013-05-312-21/+0
| | | | | | | As part of the usual kernel upgrade cycle, the 3.2 kernel has been removed from OE-Core so remove the bbappend files from meta-intel too. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* linux-yocto-rt_3.8: Update all non-ISG BSPs with rt support to 3.8.4-rt2Darren Hart2013-04-051-0/+8
| | | | | | | | | | | | | | | | | | | | | Add the linux-yocto-rt_3.8.bbappend for every BSP supporting RT. Do not update BSPs maintained by ISG. Built, booted, and sniff tested with: $ cyclictest -p 90 -D 10m -t on all platforms. All boot and complete the test without abnormal outliers with the following exceptions: o sys940x generated a panic, reported to rt-user. Possibly hw related. o fri2 fails to boot, hanging at "i8042: No controller found" These need additional investigation, but shouldn't delay the merge of the recipes themselves. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto-rt_3.4: Add 3.4.36-rt50 support to BSPs that only had 3.2Darren Hart2013-04-031-0/+8
| | | | | | | | | In preparation for removal of the 3.2 kernel recipes, ensure that we have 3.4.36-rt50 support for all BSPs supporting rt. Do not update ISG maintained BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* sugarbay: update v3.8 kernel recipe commits to v3.8.4Nitin A Kamble2013-03-291-2/+4
| | | | | | | And specify the LINUX_VERSION corresponding to the kernel branch commits. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@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: linux-yocto_3.8 recipe extensionNitin A Kamble2013-03-061-0/+9
| | | | | | | | | Provide the sugarbay BSP specific extension for the linux-yocto_3.8 recipe from the oecore layer. This configures the right git branches of the kernel repository for the sugarbay BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* sugarbay: linux-yocto-dev recipe extensionNitin A Kamble2013-03-041-0/+9
| | | | | | | | | | | | Provide the sugarbay BSP specific extension for the linux-yocto-dev recipe from the oecore layer. This configures the right git branches of the kernel repository for the sugarbay BSP. This commit is addressing this bug: [YOCTO #3931] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-intel: remove kernel AUTOREVsTom Zanussi2013-02-042-4/+8
| | | | | | | | Using AUTOREV turns out to cause problems with unreproducible autobuilder builds and unwanted network access. This patch removes kernel AUTOREVs and locks down SRCREVs and LINUX_VERSIONs. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>