From 1e48048734f1e474026082e1a183a62ef9a6c34f Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Thu, 15 Jun 2017 12:38:53 -0700 Subject: linux-intel: Update to 4.9.30 This also brings in RT-21 patch. Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-intel-rt_4.9.bb | 4 ++-- common/recipes-kernel/linux/linux-intel_4.9.bb | 4 ++-- 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 e095cc3b..abca15dc 100644 --- a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb +++ b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb @@ -11,13 +11,13 @@ python () { } KBRANCH = "base-rt" -SRCREV_machine ?= "c7475df230529efcf75575b968ac3aaa962903e0" +SRCREV_machine ?= "c0e7159d21a3246ddc77e1143eac857254ac4522" SRCREV_meta ?= "de57de86e23493d9356fc4cc0e92a3df58a29032" 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}" -LINUX_VERSION ?= "4.9.20" +LINUX_VERSION ?= "4.9.30" LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}" diff --git a/common/recipes-kernel/linux/linux-intel_4.9.bb b/common/recipes-kernel/linux/linux-intel_4.9.bb index dce7f14c..760f504b 100644 --- a/common/recipes-kernel/linux/linux-intel_4.9.bb +++ b/common/recipes-kernel/linux/linux-intel_4.9.bb @@ -2,13 +2,13 @@ require recipes-kernel/linux/linux-yocto.inc KBRANCH = "base" -SRCREV_machine ?= "73905ddb22aa86582266266b6104962a5c96f114" +SRCREV_machine ?= "3e4a75d40c7dc4e7ec5ae7eeb0bb74f0cbd361c0" SRCREV_meta ?= "de57de86e23493d9356fc4cc0e92a3df58a29032" 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}" -LINUX_VERSION ?= "4.9.27" +LINUX_VERSION ?= "4.9.30" LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf