summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-08-30 14:24:47 -0700
committerSaul Wold <sgw@linux.intel.com>2017-08-30 14:25:25 -0700
commit8504c7261867178bc0c17fc1e26fa706360277b3 (patch)
treeea0c8bcf9038c58085066e2a39a730131eeb0629 /common
parent075b81ae1bcc6bb3ebfee4015294e3b8a4ba22da (diff)
downloadmeta-intel-8504c7261867178bc0c17fc1e26fa706360277b3.tar.gz
linux-intel: Update both SRCREVs
This updates the meta SRCREV to include the following fixes: 1341c53 Mikko Ylinen intel-common: disable ixgbe modules 6514df4 Mikko Ylinen ktypes/standard: enable CONFIG_CRYPTO_CCM and GCM ad71574 Mikko Ylinen skylake/audio: enable CONFIG_CRC8 to build soundwire driver 0dd1939 Bruce Ashfield wifi: drop BRCMFMAC_PROTO_MSGBUF, since it is selected And both the kernel SRCREV to included some patches including: core: x86/acpi: Restore the order of CPU IDs Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-kernel/linux/linux-intel-rt_4.9.bb4
-rw-r--r--common/recipes-kernel/linux/linux-intel_4.9.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb
index 8fe3a261..0f028855 100644
--- a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb
+++ b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb
@@ -11,7 +11,7 @@ python () {
11} 11}
12 12
13KBRANCH = "base-rt" 13KBRANCH = "base-rt"
14SRCREV_machine ?= "76426da3f062c7eda71f373064da442281ffa669" 14SRCREV_machine ?= "9aca0b5489f097aa50a63daf2fd1cc5edafef071"
15SRCREV_meta ?= "e8095d45e15f02ffc953312bb41a57554b25a439" 15SRCREV_meta ?= "1341c5348935adc7ef4b3994d1fa9f67368efe8b"
16 16
17LINUX_KERNEL_TYPE = "preempt-rt" 17LINUX_KERNEL_TYPE = "preempt-rt"
diff --git a/common/recipes-kernel/linux/linux-intel_4.9.bb b/common/recipes-kernel/linux/linux-intel_4.9.bb
index ce60f396..d42d381d 100644
--- a/common/recipes-kernel/linux/linux-intel_4.9.bb
+++ b/common/recipes-kernel/linux/linux-intel_4.9.bb
@@ -2,8 +2,8 @@
2require linux-intel.inc 2require linux-intel.inc
3 3
4KBRANCH = "base" 4KBRANCH = "base"
5SRCREV_machine ?= "0ca18bd8ce05428471b46031f821e17c3e7d1d24" 5SRCREV_machine ?= "6b22e2135fd1d3255222577aba812bc3c49fd137"
6SRCREV_meta ?= "e8095d45e15f02ffc953312bb41a57554b25a439" 6SRCREV_meta ?= "1341c5348935adc7ef4b3994d1fa9f67368efe8b"
7 7
8# For Crystalforest and Romley 8# For Crystalforest and Romley
9KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" 9KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"