aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/recipes-kernel/linux/linux-intel-rt_4.9.bb5
-rw-r--r--common/recipes-kernel/linux/linux-intel_4.9.bb5
2 files changed, 6 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 1eeccd12..9568fdf0 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,8 @@ python () {
}
KBRANCH = "4.9/yocto/base-rt"
-SRCREV_machine ?= "5a78c84100e737140558a3ef3e22e5a9380e8589"
+
+SRCREV_machine ?= "33b17c3a62dc470c849f85ce2a90cfa90e96bcf5"
SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6"
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
@@ -21,7 +22,7 @@ SRC_URI = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machin
SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
-LINUX_VERSION ?= "4.9.81"
+LINUX_VERSION ?= "4.9.84"
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 79e80970..8336cbc4 100644
--- a/common/recipes-kernel/linux/linux-intel_4.9.bb
+++ b/common/recipes-kernel/linux/linux-intel_4.9.bb
@@ -2,7 +2,8 @@
require recipes-kernel/linux/linux-yocto.inc
KBRANCH = "4.9/yocto/base"
-SRCREV_machine ?= "c249d8e0ca9fef0ace933f1ef21d514b5915d783"
+
+SRCREV_machine ?= "01398293e56b85da9f18d6f8c747b9ae5bbab847"
SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6"
SRC_URI = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
@@ -10,7 +11,7 @@ SRC_URI = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machin
SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
-LINUX_VERSION ?= "4.9.81"
+LINUX_VERSION ?= "4.9.84"
LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}"
PV = "${LINUX_VERSION}+git${SRCPV}"