summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-intel.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-07-28 09:36:50 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-31 09:00:58 -0700
commitb60dce6e86b986c8830db15c687367377d56f02a (patch)
tree153b9110777cfacca66cf1405f3e8026c7bf19b0 /common/recipes-kernel/linux/linux-intel.inc
parentda5f7e708166ad2ecc5dabc88e78f414ca75970a (diff)
downloadmeta-intel-b60dce6e86b986c8830db15c687367377d56f02a.tar.gz
linux-intel: Update SRCREV for 4.9.35
The kernel updates includes more camera changes Includes meta update with the following changes: e8095d4 Alejandro Hernandez common-pc: Adds usb-net configs to genericx86 builds 37cff3d Alejandro Hernandez common-pc-64: Adds usb-net configs to genericx86-64 builds 24325ac Alejandro Hernandez intel-common-drivers: Adds usb-net configs to intel builds 5ea1dcf Syed Johan Arif Bin Syed Mohamad Fauzi features/qat: additional configurations, CONFIG_CRYPTO_RSA and CONFIG_CRYPTO_DH b3fadcf Syed Johan Arif Bin Syed Mohamad Fauzi features/netfilter: additional configurations 7a4f036 Syed Mohamad Fauzi, Syed Johan Arif features/x2apic: add X2APIC feature e71bcaa Syed Johan Arif Bin Syed Mohamad Fauzi features/vfio: add VFIO feature d1b7785 Syed Johan Arif Bin Syed Mohamad Fauzi features/numa: Add NUMA feature 62c9858 Syed Johan Arif Bin Syed Mohamad Fauzi features/mtd: add MTD feature 9a6c643 Syed Johan Arif Bin Syed Mohamad Fauzi features/iommu: add IOMMU feature 1e004c5 Syed Johan Arif Bin Syed Mohamad Fauzi features/intel-txt: add intel-txt feature 63c1229 Saul Wold common-pc-wifi: Enable SDIO for BroadCom BRCMFMAC Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel/linux/linux-intel.inc')
-rw-r--r--common/recipes-kernel/linux/linux-intel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-kernel/linux/linux-intel.inc b/common/recipes-kernel/linux/linux-intel.inc
index f3fbd59a..1cb539f9 100644
--- a/common/recipes-kernel/linux/linux-intel.inc
+++ b/common/recipes-kernel/linux/linux-intel.inc
@@ -4,7 +4,7 @@ SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machin
4 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" 4 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
5 5
6 6
7LINUX_VERSION ?= "4.9.30" 7LINUX_VERSION ?= "4.9.35"
8LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}" 8LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}"
9 9
10PV = "${LINUX_VERSION}+git${SRCPV}" 10PV = "${LINUX_VERSION}+git${SRCPV}"