summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/daisy' into daisy-eneaenea-linux-4.0-rt-test1enea-linux-4.0-rc3enea-linux-4.0daisy-enea-mandaisy-eneaGeorge Nita2014-05-061-6/+6
|\
| * 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>
* | Merge remote-tracking branch 'origin/daisy' into daisy-eneav4.0-rc1enea-linux-4.0-rc1George Nita2014-05-011-4/+4
|\|
| * 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>
* | Merge remote-tracking branch 'origin/master' into master-eneaGeorge Nita2014-04-054-12/+38
|\|
| * 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>
* | Merge remote-tracking branch 'origin/master' into master-eneaMaxin B. John2014-04-031-6/+6
|\| | | | | | | | | Conflicts: common/recipes-kernel/linux/linux-yocto_3.10.bbappend
| * 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>
* | Revert "linux-yocto: Remove redundant recipes"Adrian Dudau2014-04-012-14/+2
|/ | | | | | | | | | | | | This commit renders the romley-ivb unbootable. Reverting it is NOT A FIX, it's just a workaround. We should have a proper fix for this at a later time. This reverts commit 09d485dcce6ed4b654abc0c8a630f1d36bc1a7d6. [LXCR-2923] Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: George Nita <george.nita@enea.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>
* Add linux-yocto-dev bbappendDarren Hart2014-01-271-0/+20
Add a linux-yocto-dev bbappend to the common area for use by the two upcoming new core2-32 and corei7-64 common BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>