summaryrefslogtreecommitdiffstats
path: root/meta-emenlow
Commit message (Collapse)AuthorAgeFilesLines
* Remove older platform specific BSPsSaul Wold2015-08-2812-263/+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>
* bsps: update meta SRCREVsBruce Ashfield2015-07-281-1/+1
| | | | | | | | | Now that the BSP meta data comes from a separate git repository, we need to update the meta SRCREVs to ones that are valid in that tree (the previous REVs are only valid in a linux-yocto meta branch). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto: Update BSP to latest meta and branch SRCREVSaul Wold2015-04-151-3/+3
| | | | | | | | | Do the SRCREV update to the latest versions of linux-yocto to match the fido release, this removes warnings that where noted during the first round of 3.19. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Darren Hart <dvhart@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-emenlow: remove kernel 3.10 bbappendRoss Burton2015-02-202-19/+0
| | | | | | | Kernel 3.10 has been removed from oe-core so remove our bbappend. 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>
* meta-emenlow: Update linux-yocto_3.14 SRCREVs to v3.14.19Nitin A Kamble2014-10-221-3/+3
| | | | | | | | Use the latest HEADs of the git branches from the linux-yocto v3.14 kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* emenlow-noemgd: Add intel-ucode to MACHINE_FEATURESNitin A Kamble2014-10-211-0/+2
| | | | | | | | 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-emenlow: Update linux-yocto_3.10 SRCREVs to v3.10.55Nitin A Kamble2014-10-211-3/+3
| | | | | | | | Use the latest HEADs of the git branches from the linux-yocto v3.10 kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-emenlow: Use the v3.17 kernel by default for emenlow-noemgdNitin 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-emenlow: Use the common kernel for emenlow-noemgdNitin A Kamble2014-09-301-0/+1
| | | | | | | Use the common kernel as now it supports the gma500 driver. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* Remove emenlow machine supportNitin A Kamble2014-09-165-134/+6
| | | | | | | | The emenlow machine has been retired with this commit. This does not affect the emenlow-noemgd machine and it is supported as usual. 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>
* emenlow: Remove SRCREVs from linux-yocto-dev, drop emgd for -devDarren Hart2014-05-221-14/+3
| | | | | | | | | | | The default AUTOREV mechanism is thwarted by SRCREV overrides in bbappends. -dev is intended to be built using AUTOREV unless overriden by the user in local.conf or similar. Use the defaults in the bbappends. Drop emgd from the emenlow bbappend, but keep emenlow-noemgd as it uses gma500 which causes issues with the other BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* emenlow: update SRCREVs for the linux-yocto_3.14 recipeNitin A Kamble2014-05-221-3/+3
| | | | | | | | Use the latest HEADs of the kernel branches from the kernel repository. And also update the LINUX_VERSION accordingly. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* emenlow: update SRCREVs for the linux-yocto_3.10 recipeNitin A Kamble2014-05-221-2/+2
| | | | | | | 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@linux.intel.com>
* emenlow: fix typos in the linux-yocto-rt_3.10 recipeNitin A Kamble2014-05-221-5/+5
| | | | | | | The v3.10 rt recipe is for the emenlow-noemgd BSP and not for the emenlow BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* emenlow: Update kernel branch SRCREVs for linux-yocto_3.14Nitin A Kamble2014-05-141-2/+2
| | | | | | | These moves 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>
* emenlow-noemgd: Use standard/base machine branch for linux-yocto_3.14Nitin A Kamble2014-05-131-1/+1
| | | | | | | | | There is no need to use the standard/emenlow branch, as it points to the same commit as standard/base branch. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* emenlow: linux-yocto_3.14 update meta SRCREVNitin A Kamble2014-05-091-1/+1
| | | | | | | This fixes the Intel HD Audio driver issue for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow/linux-yocto_3.14: update SRCREVS to 3.14.2Nitin A Kamble2014-05-091-3/+3
| | | | | | | Update the SRCREV to the latest available for 3.14. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow linux-yocto_3.10: update meta branch SRCREVNitin A Kamble2014-05-071-2/+2
| | | | | | | Use the latest HEAD of the meta branch. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow/linux-yocto_3.10: update SRCREVS to 3.10.38-ltsiNitin A Kamble2014-05-051-6/+6
| | | | | | | Update the SRCREV to the latest available for 3.10. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow linux-yocto_3.14: Update SRCREVsNitin A Kamble2014-04-291-2/+2
| | | | | | | | | | This fixes the audio playback issue for BSPs using this kernel. Also the AMT support is fixed by using these updated SRCREVs. Addresses Bug: [YOCTO #6140] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* emenlow: linux-yocto_3.10: update SRCREVS to 3.10.35-ltsiNitin A Kamble2014-04-041-6/+6
| | | | | | | Update the SRCREV to the latest available for 3.10. This includes a fix for LTSI changes, which fixes the boot issue on emenlow. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* emenlow-noemgd: change the default kernel to v3.14Nitin A Kamble2014-04-041-1/+1
| | | | | | Use the latest linux-yocto kernel for the emenlow-noemgd BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* emenlow-noemgd: linux-yocto_3.14 recipeNitin A Kamble2014-04-041-0/+10
| | | | | | Enable the linux-yocto_3.14 recipe for the emenlow-noemgd BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* Make LINUX_VERSION machine specificNitin A Kamble2014-04-041-2/+2
| | | | | | | Make all the LINUX_VERSION variables in various kernel recipes machine specific to avoid name-space pollution. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* emenlow: Update linux-yocto 3.10 SRCREV (3.10.25)Nitin A Kamble2014-04-021-6/+6
| | | | | | | | | | | | | | | Update the commit of the machine branch standard/base to 3.10.25 commit. After 3.10.25 the LTSI changes are causing kernel panic at boot on emenlow. A fix for this boot issue is out, but not yet integrated in to the LTSI kernel. Once the LTSI kernel has the fix, the emenlow 3.10 kernel can be updated to the latest 3.10 LTSI kernel. This also works around an open issue with do_validate_branches where feature branches are reset the HEAD of the machine branch if they contain that commit. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto-rt: Add missing 3.10 rt bbappendsDarren Hart2014-03-171-0/+9
| | | | | | | | | | | | | The following commit: Update linux-yocto-rt 3.8 to 3.10 46fd4b45c71d674e08037f9d6a2efceb7a963951 Failed to add the new 3.10 recipes, resulting in build failures for machines not taking advantage of the intel-common-pkgarch. Add the linux-yocto-rt bbappend to those BSPs. 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-23/+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-23/+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>
* intel-common: Make using intel-common override opt-inDarren Hart2014-02-056-10/+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>
* emenlow: Move reboot quirk to MACHINE config from linux-yoctoDarren Hart2014-02-032-1/+2
| | | | | | | | | | Move the "reboot=pci" quirk from the linux-yocto BSP definition to the machine config APPEND line. This pushes config space stuff up into the meta-intel machine definition where it is more accessible and allows for consolidation in the linux-yocto level. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Nitin Kamble <nitin.a.kamble@intel.com>
* emenlow: Set PACKAGE_ARCH to MACHINE_ARCH explicitlyDarren Hart2014-01-276-0/+14
| | | | | | | | | 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>
* emenlow: Use core2-32 tuningDarren Hart2014-01-272-10/+8
| | | | | | | | The Z5xx Atom CPUs are supported by the core2 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>
* meta-emenlow: Fix gma500 kernel feature name for v3.8 & dev kernels1.6_M2Nitin A Kamble2014-01-202-2/+2
| | | | | | | | | | | | The gma600 feature has been merged into the gma500 feature in the linux-yocto kernel repository. The kernel recipes need to use the gma500 feature instead of the removed gma600 feature. Fixes bug: [YOCTO #5699] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-emenlow: 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>
* linux-yocto-3.10: Update SRCREVs for 3.10.19Tom Zanussi2013-12-201-5/+5
| | | | | | | | | | | | | | | 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>
* emenlow: Remove mesa PREFERRED_VERSIONTom Zanussi2013-11-141-1/+0
| | | | | | | | | | | | From Ross: "There's only one version of Mesa in oe-core *and* mesa isn't used by these BSPs anymore (they use mesa-gl)." So remove the preferred version and get rid of warnings such as below: NOTE: preferred version 9.1.6 of mesa not available (for item virtual/libg NOTE: versions of mesa available: 2:9.2.2 2:9.2.2+gitAUTOINC+8f0742051e Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow: linux-yocto-3.10: update kernel srcrevsNitin A Kamble2013-11-141-5/+5
| | | | | | | 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>
* emenlow-noemgd: 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>
* emenlow: update default kernel to v3.10Nitin A Kamble2013-10-181-1/+1
| | | | | | | | Now the v3.10 kernel is enabled for this BSP. Making the newer kernel as the default kernel for this BSP. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow: Enable 3.10 kernel recipeNitin A Kamble2013-10-181-0/+11
| | | | | | | | Now EMGD 1.18 driver is working with the v3.10 kernel. Moving this EMGD based BSP to the v3.10 kernel. 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>
* emenlow: linux-yocto v3.8 & v3.10 update srcrevsNitin A Kamble2013-10-032-4/+4
| | | | | | | | | | | | Use the latest branch HEADs for srcrevs in these kernel recipes. This fixes the unusable mouse & keyboard issue in X for this BSP. Fixes Bug: [YOCTO #5279] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* emenlow-noemgd: move BSP to the v3.10 kernelNitin A Kamble2013-09-231-1/+1
| | | | | | | | Now a v3.10 linux yocto kernel recipe is available for this BSP, making 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@intel.com>