summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* 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>
* common/linux-firmware: Drop bbappend since changes were merged into the coreRichard Purdie2013-06-251-24/+0
| | | | | | | | The changes this bbappend makes have been merged into OE-Core so its now unneeded. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-intel: Drop PRINC usageRichard Purdie2013-06-241-1/+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>
* linux-firmware: Correct rtl license file locationDarren Hart2013-04-231-1/+3
| | | | | | | | | | | | | | | | The rtl-license package FILES was pointing to the wrong directory as it was removed from there in commit: acd3735 linux-firmware: Remove duplicaed license from rtlwifi subdir This resulted in a do_rootfs failure for core-image-sato-sdk for fri2 with ipk when the linux-firmware-dev package tried to install linux-firmware-rtl-license which wasn't created as it was empty. Build tested with ipk and rpm packages. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* common/linux-firmware: add support for Centrino Advanced-N 6235 wirelessNitin A Kamble2012-12-141-5/+10
| | | | | | | | | Add and package microcode needed for Centrino Advanced-N 6235 wireless card, and split the packaging of the licence file so that it can be bundled with any of the Intel iwlfifi microcode packages. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-firmware: update md5sum for LICENCE.iwlwifi_firmware1.3_M2.rc11.3_M2.final1.3_M2Tom Zanussi2012-07-111-1/+1
| | | | | | | | | Update the LIC_FILES_CHKSUM, since the license changed slightly. According to the git log: "Just an extension of the copyright dates." Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-firmware: Fix FILESEXTRAPATHS typoDarren Hart2012-06-201-1/+1
| | | | | | Add a missing } in the FILESEXTRAPATHS assignment. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-firmware: Move fri2 linux-firmware append to commonDarren Hart2012-05-071-0/+18
In preparation for linux-firmware updates from new BSPs, move the fri2 linux-firmware bbappend into meta-intel/common. Eventually this should be moved into oe-core. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Acked-by: Tom Zanussi <tom.zanussi@intel.com>