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>
This commit is contained in:
Saul Wold 2017-08-30 14:24:47 -07:00
parent 075b81ae1b
commit 8504c72618
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ python () {
}
KBRANCH = "base-rt"
SRCREV_machine ?= "76426da3f062c7eda71f373064da442281ffa669"
SRCREV_meta ?= "e8095d45e15f02ffc953312bb41a57554b25a439"
SRCREV_machine ?= "9aca0b5489f097aa50a63daf2fd1cc5edafef071"
SRCREV_meta ?= "1341c5348935adc7ef4b3994d1fa9f67368efe8b"
LINUX_KERNEL_TYPE = "preempt-rt"

View File

@ -2,8 +2,8 @@
require linux-intel.inc
KBRANCH = "base"
SRCREV_machine ?= "0ca18bd8ce05428471b46031f821e17c3e7d1d24"
SRCREV_meta ?= "e8095d45e15f02ffc953312bb41a57554b25a439"
SRCREV_machine ?= "6b22e2135fd1d3255222577aba812bc3c49fd137"
SRCREV_meta ?= "1341c5348935adc7ef4b3994d1fa9f67368efe8b"
# For Crystalforest and Romley
KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"