summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2018-05-14 18:41:03 -0700
committerAnuj Mittal <anuj.mittal@intel.com>2018-07-04 13:34:02 +0800
commit27094e2f3aee7daba4bf5feb7dcb8f62e6333009 (patch)
tree252d307292c8a62a88c738a4d6e382710bddce09
parent9b37952d6af36358b6397cedf3dd53ec8962b6bf (diff)
downloadmeta-intel-27094e2f3aee7daba4bf5feb7dcb8f62e6333009.tar.gz
linux-intel/4.9: update to v4.9.84
Also the preempt-rt kernel updates to the -rt62 patchset. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 8116550f0dda55ac5d85784b18f3ded531743aba) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-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 () {
11} 11}
12 12
13KBRANCH = "4.9/yocto/base-rt" 13KBRANCH = "4.9/yocto/base-rt"
14SRCREV_machine ?= "5a78c84100e737140558a3ef3e22e5a9380e8589" 14
15SRCREV_machine ?= "33b17c3a62dc470c849f85ce2a90cfa90e96bcf5"
15SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6" 16SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6"
16 17
17FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:" 18FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
@@ -21,7 +22,7 @@ SRC_URI = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machin
21 22
22SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg" 23SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
23 24
24LINUX_VERSION ?= "4.9.81" 25LINUX_VERSION ?= "4.9.84"
25LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}" 26LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}"
26 27
27 28
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 @@
2require recipes-kernel/linux/linux-yocto.inc 2require recipes-kernel/linux/linux-yocto.inc
3 3
4KBRANCH = "4.9/yocto/base" 4KBRANCH = "4.9/yocto/base"
5SRCREV_machine ?= "c249d8e0ca9fef0ace933f1ef21d514b5915d783" 5
6SRCREV_machine ?= "01398293e56b85da9f18d6f8c747b9ae5bbab847"
6SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6" 7SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6"
7 8
8SRC_URI = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ 9SRC_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
10 11
11SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg" 12SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
12 13
13LINUX_VERSION ?= "4.9.81" 14LINUX_VERSION ?= "4.9.84"
14LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}" 15LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}"
15 16
16PV = "${LINUX_VERSION}+git${SRCPV}" 17PV = "${LINUX_VERSION}+git${SRCPV}"