summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux-intel/4.14: Update to v4.14.12California Sullivan2018-01-161-2/+2
| | | | | | This brings in the changes up to v4.14.12 from linux-stable. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-intel/4.14: mirror new dependencies added to linux-yocto-devCalifornia Sullivan2018-01-161-0/+2
| | | | | | | | | | | | These new dependencies are needed for some configurations. elfutils-native is required for CONFIG_UNWINDER_ORC (disabled by default for now due to out-of-tree module complications). openssl-native and util-linux-native are required for some certificate processing options. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-intel/4.14: use master cache until named branch availableCalifornia Sullivan2018-01-161-2/+2
| | | | | | | | | | | | | | | It wasn't appropriate to use the 4.9 cache for 4.14. This also brings in the following relevant commits: * b6b5ac8d x86-64: disable orc by default * 82743ab8 common-pc*.scc: Add igb to common-pc drivers * 6bcc7298 features/i915/i915.cfg: compile i915 as a module This adds Intel gigabit Ethernet drivers, fixes the i915 firmware load issue, and fixes an lttng-modules compilation failure with the new kernel due to the new CONFIG_UNWINDER_ORC=y default. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-intel/4.9: update to v4.9.76California Sullivan2018-01-162-6/+6
| | | | | | | | | | | | This brings in the changes up to v4.9.76 from linux-stable. Also update the cache, bringing in the following relevant config changes: * 3e7fedea common-pc*.scc: Add igb to common-pc drivers * 4341ae3a features/i915/i915.cfg: compile i915 as a module Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* ixgbe*: skip package if using 4.14 kernelCalifornia Sullivan2017-12-202-0/+18
| | | | | | No stable release supports 4.14 or newer yet. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-intel/4.14: Fix 32-bit perf issueCalifornia Sullivan2017-12-182-0/+44
| | | | | | | Perf fails to compile for 32-bit without this patch. I have requested for Bruce to submit it upstream. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-intel/4.9: Update cache and source SRCREVsCalifornia Sullivan2017-12-182-4/+4
| | | | | | | | | | Trusty and USB fixes in source. Compile i915 as module in cache. This makes sure that the video drivers and firmware are available at the same time, fixing firmware load issues. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-*: remove quark references from kernelSaul Wold2017-12-0814-73/+1
| | | | | | | | | This is an early step to removing the meta-quark machine type, as the Quark processor has been EOL'ed by Intel, this release will remove it from the kernel recipes Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-intel_4.14: Add latest LTS kernelSaul Wold2017-12-071-0/+15
| | | | | | | | | This commit adds the 4.14.0-LTS kernel, but does not change the PREFERRED_VERSION. This will be updated later, to use this kernel set PREFERRED_VERSION in your local.conf or distro.conf files Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-intel: Update 4.9 SRCREV and refactorSaul Wold2017-12-073-9/+14
| | | | | | | | | | | | This has a SRCREV update to bring linux-intel to HEAD with some audio and pnp patches. The refactor moves the selection of branch to the versioned recipe so we can have a shared linux-intel-lts repo with multiple LTS version branches. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-intel.inc: set COMPATIBLE_MACHINE defaultCalifornia Sullivan2017-11-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | Non-Intel* machines did not get COMPATIBLE_MACHINE set at all, allowing the package to be built when it probably shouldn't have been. For example, it would be built when the MACHINE was set to qemux86. This caused lttng-modules to fail because lttng-modules only gets patched for our kernel when an Intel MACHINE was being used in order to maintain Yocto Project Compatibility status. By setting the default it fails when an invalid MACHINE is used. Note that while qemux86 is not a compatible MACHINE, the kernel itself does have the necessary components to run under qemu. Also change the COMPATIBLE_MACHINE overrides to use the x86-intel-common override instead of machine-specific overrides since they all have the same value. [YOCTO #12278]. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-intel/4.9: update SRCREVs for v4.9.61California Sullivan2017-11-223-5/+5
| | | | | Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-intel: Reorganize the layout to remove commonSaul Wold2017-11-2033-0/+913
Remove the concept of the common directory and move all the recipes-* dirs to the top level as a normal layer would be. layer.conf is updated appropriately Signed-off-by: Saul Wold <sgw@linux.intel.com>