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>
This commit is contained in:
Saul Wold 2017-07-05 09:02:57 -07:00
parent d5a6d49a89
commit e12c30b1a2
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ python () {
}
KBRANCH = "base-rt"
SRCREV_machine ?= "c0e7159d21a3246ddc77e1143eac857254ac4522"
SRCREV_meta ?= "de57de86e23493d9356fc4cc0e92a3df58a29032"
SRCREV_machine ?= "cd65d037683c92be2c7dedc846f4bfd9ef84ecf4"
SRCREV_meta ?= "299f12a06ca1d6fd90b24450dae3b9f257a536be"
SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"

View File

@ -2,8 +2,8 @@
require recipes-kernel/linux/linux-yocto.inc
KBRANCH = "base"
SRCREV_machine ?= "3e4a75d40c7dc4e7ec5ae7eeb0bb74f0cbd361c0"
SRCREV_meta ?= "de57de86e23493d9356fc4cc0e92a3df58a29032"
SRCREV_machine ?= "22a3e397584619839ec645c7378dc40bdd5ad2d1"
SRCREV_meta ?= "299f12a06ca1d6fd90b24450dae3b9f257a536be"
SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"