summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* linux-yocto: Update linux-yocto v3.19.2 SRCREV to v3.19.5Ng Wei Tee2015-05-071-6/+6
| | | | | | | | | Use the latest HEADs of the git branches from the linux-yocto v3.19 kernel repository. Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com> [sgw - tweaked summary commit info] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto: Add initial support for BraswellSaul Wold2015-04-151-2/+2
| | | | | | | | | This meta SRCREV update adds support for the initial support for the Braswell SOC to the core BSPs. This enables CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT for the graphics driver. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto: Update BSP to latest meta and branch SRCREVSaul Wold2015-04-153-18/+18
| | | | | | | | | 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>
* common: remove kernel 3.10 and 3.17 bbappendRoss Burton2015-02-203-77/+0
| | | | | | | Kernels 3.10 and 3.17 have been removed from oe-core so remove our bbappends. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto-3.19: Add 3.19 bbappend for the Intel common BSPsDarren Hart2015-02-201-0/+28
| | | | | | Add the 3.19 bbappend for the Intel common BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* common: Update linux-yocto_3.17 SRCREVs to v3.17.1Nitin A Kamble2014-11-051-2/+2
| | | | | | | | Use the latest HEADs of the git branches from the linux-yocto v3.17 kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common/linux-yocto_3.14: Update SRCREVs to v3.14.19Nitin A Kamble2014-10-221-6/+6
| | | | | | | | 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>
* common/linux-yocto_3.17: Update SRCREVs to v3.17.1Nitin A Kamble2014-10-221-6/+6
| | | | | | | | Use the latest HEADs of the git branches from the linux-yocto v3.17 kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common/linux-yocto_3.10: Update SRCREVs to v3.10.55Nitin A Kamble2014-10-211-6/+6
| | | | | | | | 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>
* common/linux-yocto_3.17: Update SRCREVs to v3.17-rc7Nitin A Kamble2014-10-131-6/+6
| | | | | | | | Use the latest HEADs of the git branches from the linux-yocto v3.17 kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto: Add linux-yocto_3.17.bbappendNitin A Kamble2014-09-301-0/+28
| | | | | | | | Extend the linux-yocto_3.17 recipe from the oe-core layer for the use of meta-intel BSPs. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* linux-yocto*_3.14: Update SRCREV_meta to avoid rt build failureDarren Hart2014-09-262-4/+4
| | | | | | | | | | | | | Fixes [YOCTO 6710] linux-yocto-rt recipe failing to build This meta update reorganizes the intel-common ktype and driver meta data which was causing the wrong branch to be checked out, resulting in a build failure for the rt kernel. Update both linux-yocto and linux-yocto-rt to use the updated intel-common meta data. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto: Use _append when overrides are usedJosep Puigdemont2014-09-023-12/+12
| | | | | | | | | | Some modules in the KERNEL_MODULE_AUTOLOAD list were removed when including the meta-intel layer. It turns out the problem happens due to using the += operator together with machine overrides. Using _append_machine fixes this. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto-dev: Remove LINUX_VERSIONDarren Hart2014-07-291-2/+2
| | | | | | | | | | | | | The SRCREV lines were removed in: 8b4ab82 intel-common: Remove SRCREVs from linux-yocto-dev The LINUX_VERSION override should have been removed/commented at the same time as it is of course directly tied to the SRCREV. Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com> Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto: Make KERNEL_MODULE_AUTOLOAD machine specificDarren Hart2014-06-263-7/+13
| | | | | | | | | BSP linux-yocto bbappend files should make all variable updates with machine-specific overrides. As it stands, building qemux86 with meta-intel in BBLAYERS will add uio and iwlwifi to KERNEL_MODULES_AUTOLOAD. This corrects that. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto recipes: fix use of module_autoload_* varsNitin A Kamble2014-06-233-6/+6
| | | | | | | | | | | | | | | oecore/poky layer changed, needing replacement of all the module_autoload_* recipe variables by the KERNEL_MODULE_AUTOLOAD variable. This fixes these kind of buildtime errors coming from the meta-intel layer: ERROR: KERNEL_MODULE_AUTOLOAD has replaced module_autoload_iwlwifi, please replace it! Addresses bug: [YOCTO #6460] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* Revert "common: Update linux-yocto v3.10 recipes SRCREVs to v3.10.41"Tom Zanussi2014-06-112-12/+12
| | | | | | | This reverts commit b3f1ad8705fc6d87bd23cbcf81c31a259824924e. The reverted commit causes a build problem for lttng-modules - reverting until fixed and tested.
* Revert "common: Update linux-yocto v3.14 recipe SRCREVs to v3.14.5"Tom Zanussi2014-06-112-12/+12
| | | | | | | This reverts commit d18d04b779518d4cc800ca11ed7d8b13c3856c24. The reverted commit causes a build problem for lttng-modules - reverting until fixed and tested.
* common: Update linux-yocto v3.10 recipes SRCREVs to v3.10.41Nitin A Kamble2014-06-102-12/+12
| | | | | | | Use the latest HEADs of the git branches from the kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: Update linux-yocto v3.14 recipe SRCREVs to v3.14.5Nitin A Kamble2014-06-102-12/+12
| | | | | | | Use the latest HEADs of the git branches from the kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: Delete linux-yocto-rt_3.14.bb from meta-intel layerNitin A Kamble2014-06-101-26/+0
| | | | | | | Instead use the one from the oecore layer from the daisy or master branch. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* intel-common: Remove SRCREVs from linux-yocto-devDarren Hart2014-05-221-4/+4
| | | | | | | | 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. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* common: update SRCREVs for the linux-yocto_3.14 recipeNitin A Kamble2014-05-221-6/+6
| | | | | | | | 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>
* common: update SRCREVs of the linux-yocto-rt_3.14.bbappend recipeNitin A Kamble2014-05-221-2/+2
| | | | | | | Use the latest HEADs of the branches from the kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: update SRCREVs for linux-yocto-rt_3.14 recipeNitin A Kamble2014-05-221-1/+1
| | | | | | | Use the latest HEADs of the branches from the kernel repository. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: update the SRCREVs for the linux-yocto-rt_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>
* common: Update linux-yocto-3.10 meta branch SRCREVChan Wei Sern2014-05-211-2/+2
| | | | | | | | This is to use latest HEAD of meta branch due to recent commit from romley to make AMT/mei configuration built as module. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* intel-common: Update linux-yocto 3.14-rt machine SRCREVsTom Zanussi2014-05-212-6/+6
| | | | | | This also brings the kernel version up to 3.14.4. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* intel-common: Update linux-yocto 3.14-rt meta SRCREVsTom Zanussi2014-05-212-3/+3
| | | | | | | To pull in the 3.14-rt fixes for the live, qat, aufs, and misordered includes. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* intel-common: Add linux-yocto 3.14-rt recipeDarren Hart2014-05-212-0/+43
| | | | | | | | | | Since linux-yocto-rt_3.14 didn't make it into the 1.6 release of oe-core, we need the .bb here. Still separate the .bbappend here to keep it as close as possible to the master branch, where the .bb is available in oe-core. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common: Update SRCREVs for linux-yocto-rt_3.10enea-linux-4.0-rc2Nitin A Kamble2014-05-151-2/+2
| | | | | | | Use the commit ids of the latest HEADs of the git branches. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto: Update intel-common 3.14 SRCREVs for Baytrail supportDarren Hart2014-05-131-4/+4
| | | | | | | | | | Update the standard/base branch and the meta branch to include the latest Baytrail support available in the standard/base branch. Includes fixes for PCI enumeration, SD in ACPI mode, new GPIO HID, and various other fixes. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* common: Update linux-yocto-rt_3.10 kernel SRCREVsNitin A Kamble2014-05-131-6/+6
| | | | | | | | This updates the rt_3.10 kernel recipe in meta-intel to use 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>
* common: Update linux-yocto_3.10 meta branch SRCREVsNitin A Kamble2014-05-131-2/+2
| | | | | | | | This brings in some kernel fixes for crystalforest, mohonpeak and haswell-wc BSPs. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* common: linux-yocto_3.14 update meta SRCREVNitin A Kamble2014-05-091-2/+2
| | | | | | | This fixes the Intel HD Audio driver issue on some Intel BSPs. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* common linux-yocto_3.14: update SRCREVS to 3.14.2Nitin A Kamble2014-05-091-6/+6
| | | | | | | 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>
* meta-intel/common: add valleyisland-io feature support in kernel recipesRebecca Chang Swee Fun2014-05-092-3/+5
| | | | | | | | Added support for Valley Island LPSS I/O features for both linux-yocto_3.10 and linux-yocto-rt_3.10 recipes. Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* common linux-yocto_3.10: update meta branch SRCREVNitin A Kamble2014-05-071-2/+2
| | | | | | | | Use the latest HEAD of the meta branch, which brings in the AMT/mei fix for the kernel configuration. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* common/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>
* common linux-yocto_3.14: Update SRCREVsNitin A Kamble2014-04-291-4/+4
| | | | | | | | | | | 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> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common kernels: fix typos in overridesNitin A Kamble2014-04-044-8/+8
| | | | | | | | | | | | In the intel common kernel recipes, instead of corei7-64-intel-common, intel-corei7-64-intel-common was specified as override. This was masking the KMACHINE and KBRANCH variables defined in these recipes causing unexpected build issues for kernels of BSPs like nuc. Fixes bug: [YOCTO #6123] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* common/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. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* linux-yocto_3.14: common recipe for meta-intel BSPsNitin A Kamble2014-04-041-0/+26
| | | | | | | Extend the linux-yocto_3.14 recipe from poky layer to meta-intel layer. This kernel recipe is shared by multiple BSPs from the meta-intel layer. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* common: Update linux-yocto 3.10 SRCREV (3.10.34-LTSI)Nitin A Kamble2014-04-021-7/+8
| | | | | | | | | Update to the HEAD of standard/base (3.10.34-LTSI). 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> Reviewed-by: Darren Hart <dvhart@linux.intel.com>
* common linux-yocto-3.10: specify kernel SRCREVsNitin A Kamble2014-03-261-6/+6
| | | | | | | | | | Define the kernel branch SRCREVs in meta-intel layer, so that other layers can not break the common BSP kernel unknowingly. Using the latest HEADs of the git branches for SRCREVs. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto-dev: Specify SRC_REVs for intel-core* machinesDarren Hart2014-03-251-6/+6
| | | | | | | | | | | | | | | | | | | | The automatic SRCREV AUTOREV anonymous python in linux-yocto-dev.bb will only trigger on the PREFERRED_PROVIDER_virtual/kernel being linux-yocto-dev if it is set in local.conf, or a similar file parsed prior to itself. Since these two machines currently specify linux-yocto-dev in the machine configuration, the AUTOREV doesn't trigger - and we do not want AUTOREV specified in the recipe itself to avoid breakage in the event of no network access. This is a bizarre little corner case as machines typically do not specify linux-yocto-dev. For the time being, fix the do_fetch failure by specifying SRCREVs for the two intel-core* machines. Users who want AUTOREV can specify THAT in their local.conf. This way it doesn't break out of the box. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto: Remove redundant recipesDarren Hart2014-03-122-2/+14
| | | | | | | | | | 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>
* linux-yocto-rt: Add intel-common linux-yocto-rt 3.10 bbappendDarren Hart2014-03-121-0/+19
| | | | | | | Create the bbappend to build intel-common -rt linux-yocto 3.10 kernels for all intel-common BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-yocto: Add intel-common linux-yocto-3.10 recipeDarren Hart2014-02-111-0/+19
| | | | | | | | Support the intel-common package arch and BSPs on linux-yocto-3.10 as well. Signed-off-by: Darren Hart <dvhart@linux.intel.com> (cherry picked from commit e75ea81899beb885d892e5f5bf995c445981da3f)
* linux-yocto-dev: Update for intel-common BSPsDarren Hart2014-02-051-16/+15
| | | | | | | | | | | | | | | The intel-core* BSPs now have their own BSP description in linux-yocto. Update the recipe accordingly. All the existing BSPs (with the exception of the emgd variants) are now supported across these two BSPs. For machines that derive from the intel-common-pkgarch, allow the common linux-yocto-dev recipe to build for them by specifying $MACHINE for the common machine overrides (core2-32-intel-common and corei7-64-intel-common). Signed-off-by: Darren Hart <dvhart@linux.intel.com>