summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto_3.10.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* common: remove kernel 3.10 and 3.17 bbappendRoss Burton2015-02-201-29/+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>
* 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>
* linux-yocto: Use _append when overrides are usedJosep Puigdemont2014-09-021-4/+4
| | | | | | | | | | 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: Make KERNEL_MODULE_AUTOLOAD machine specificDarren Hart2014-06-261-2/+4
| | | | | | | | | 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-231-2/+2
| | | | | | | | | | | | | | | 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-111-6/+6
| | | | | | | This reverts commit b3f1ad8705fc6d87bd23cbcf81c31a259824924e. 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-101-6/+6
| | | | | | | 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-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>
* 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>
* meta-intel/common: add valleyisland-io feature support in kernel recipesRebecca Chang Swee Fun2014-05-091-2/+3
| | | | | | | | 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 kernels: fix typos in overridesNitin A Kamble2014-04-041-2/+2
| | | | | | | | | | | | 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>
* 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: Remove redundant recipesDarren Hart2014-03-121-1/+7
| | | | | | | | | | 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: 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)