Commit Graph

25 Commits

Author SHA1 Message Date
Anuj Mittal
df4b25bcd3 linux-intel/4.9: update to 4.9.116
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-08-09 22:18:42 +08:00
Anuj Mittal
3dc6ad868f linux-intel/4.9: update SRCREV to 4.9.113
Also update meta SRCREVs.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-07-27 14:47:54 +08:00
Anuj Mittal
3acf4645e3 linux-intel/4.9: update to 4.9.99
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
(cherry picked from commit ac2673139d)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-07-04 13:34:02 +08:00
California Sullivan
27094e2f3a linux-intel/4.9: update to v4.9.84
Also the preempt-rt kernel updates to the -rt62 patchset.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
(cherry picked from commit 8116550f0d)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2018-07-04 13:34:02 +08:00
California Sullivan
9b37952d6a linux-intel/4.9: Update to v4.9.81
Brings in changes from linux-stable up to v4.9.81.

Due to refactoring in later versions of the recipe, a clean backport
isn't possible. Instead, just update to the same SRCREVs manually.

Mirrors commit "e5e3fe42 linux-intel/4.9: Update to v4.9.81" upstream.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-04-13 18:23:04 -07:00
California Sullivan
42072ef80e linux-intel/4.9: Update to v4.9.77
This comprises of a kernel update from v4.9.56 to v4.9.77.

Due to refactoring in later versions of the recipe, a clean backport
isn't possible. Instead, just update to the same SRCREVs manually.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-02-15 12:40:46 -08:00
California Sullivan
8a2c9aee14 linux-intel/4.9: Update SRC_URI to use new git repository
We have moved from a single linux-intel-4.9 repo to a linux-intel-lts
repo that will contain all LTS branches. Commit IDs remain the same.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-01-23 11:29:42 -08:00
Saul Wold
4cd63f5782 linux-intel: Update SRCREV -> 4.9.56
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-10-27 13:45:23 -07:00
California Sullivan
63de2abadf disable_skylake_sound: Temp disable config for core2-32
This is needed because the current kernel has a missing kernel
config check for 32bit skylake sound

Commit 0d590c4be3 upstream.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
[reworked for pyro]
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-10-02 14:11:34 -07:00
California Sullivan
78e6dbcd28 linux-intel/4.9: Update to v4.9.47
This also includes the extremely important CVE-2017-1000251 fix.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-10-02 14:11:34 -07:00
Saul Wold
2471ec6d0c linux-intel: bump srcrevs
This includes the release from the Intel Production Kernel team:
These kernels have been tested on Broxton / Apollo Lake SOC based platforms.

Updates:
    - 4.9/dnt: new debug/tracing patches for Android
    - 4.9/audio updates
    - 4.9/drm updates
    - 4.9/usb updates

And updates from Bruce in the kernel config metadata

Integrating the following kernel configuration changes to
clean up the SMP configuration fragments and fix a configuration
audit warning.

  d0e5ea0e199b smp: Separate smp into 32 and 64 bit versions to avoid kernel warnings
  f1369c1d817e bsp/mohonpeak: smp gets added by default, remove unnecessary include
  6fc22aa1200b bsp/rangeley: smp gets added by default, remove unnecessary include

[YOCTO #11743]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-07-07 09:32:01 -07:00
Saul Wold
dfa7fb43cc linux-intel: Update to 4.9.30
This also brings in RT-21 patch.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-07-07 09:32:01 -07:00
Ismo Puustinen
6562bbc250 linux-intel/4.9: Update yocto-kernel-cache SRCREV
Various changes to configuration, including wifi, nftables, virtualbox,
bluetooth, and smp options.

Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-06-07 10:09:51 -05:00
Saul Wold
939e805e0d linux-intel: Update SRCREVs
This update brings the kernel to 4.9.27 stable and 4.9.20 for preempt-rt kernel

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-05-16 14:00:48 -07:00
California Sullivan
f8e08ecdab recipes-kernel/linux/*: Standardize use of KERNEL_FEATURES_INTEL_COMMON
Previously, some recipes hard set it to empty, and some recipes did not
set it at all. So in some cases, it acted like a global variable you
could modify, and in others you could only append to it. This behavior
made it difficult to use (which I doubt anyone was doing).

This patch changes the variable to be soft set to empty across all
recipes. This way it can be used to globally change meta-intel kernels
through a conf file, or individually in the different versioned recipes
should the need arise.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-05-11 09:17:11 +08:00
sweeaun
ca8695a4fd linux-intel: use = to set LINUX_VERSION_EXTENSION
LINUX_VERSION_EXTENSION is not overridden by linux-intel_4.9.bb,
as first seen in linux-yocto.inc.

This is a temporary fix to use = instead of ?= in linux-intel_4.9.bb,
before making change to use ??= on meta OE-Core linux-yocto.inc file.

Signed-off-by: sweeaun <swee.aun.khor@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-05-09 22:30:27 +08:00
California Sullivan
227534142e linux-intel/4.9: grab latest changes
Contains updates from several areas, including:
  comms
  thermal
  lpss
  audio
  camera

No stable update at this time.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-05-01 23:27:14 +08:00
Saul Wold
112643bbb7 linux-intel: Set LINUX_VERSION_EXTENSION
Set the VERSION_EXTENSION to be different than the default linux-yocto
kernel, this will help to differenciate the two kernel.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-04-18 10:47:06 -07:00
Saul Wold
b275a11389 linux-intel: Update to 4.9.20
Stable kernel update to 4.9.20
DRM updates
Trusty Updates

Bug Fixes:

Issue #4: kernel OOPS when trying to mount efivarfs

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-04-17 10:11:00 -07:00
Saul Wold
37d46e1319 linux-intel: Update SRCREV to latest
This includes a update to 4.9.15 as well as a re-work of the DRM patch set
The team increased their testing to handle allyes and allno configs so addressed
the DRM fix.cfg patch.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-03-21 13:55:39 -07:00
California Sullivan
0d4b967161 linux-intel/4.9: Update yocto-kernel-cache SRCREV
Includes the following patch from the yocto-kernel-cache:

b65e9b6 features: add Intel Memory Protection Extensions

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-03-20 17:04:57 -07:00
Saul Wold
1a20554ee5 linux-intel: Update meta SRCREV
This fixes the DW_DMAC_PCI config mismatch

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-03-06 13:06:27 -08:00
Saul Wold
8e971f7db7 linux-intel: Update SRCREV
This updates SRCREV moves the kernel to 4.9.12 and adds a number of patches
and backports for the Joule / 5xx series.

The fix.cfg is a temporary fix until the DRM is more compeltely backported.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-03-06 13:06:27 -08:00
Saul Wold
5153dad2fa linux-intel: Use base branch
This branch will contain additional patches on top of the linux-stable
to support the Intel platforms

Updated the SRCREV accordingly also

Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-02-10 08:06:14 -08:00
Saul Wold
fc0d7cf893 linux-intel: Add the linux-intel kernel recipe
This introduces the linux-intel kernel recipe for 4.9, this
kernel tree is a prodcution tree that contains enabling backports
for Intel CPU and Hardware that may be up-streamed in a newer
kernel version.

Additional information can be found in this associated wiki page:
https://github.com/01org/linux-intel-4.9/wiki

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-02-08 16:28:14 -08:00