summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-04-14 10:03:10 -0700
committerSaul Wold <sgw@linux.intel.com>2017-04-17 10:11:00 -0700
commitb275a11389f3fd8366b1947450a75a546417a5b0 (patch)
tree5a8e75c0977d9704328c30ebaeb12c68849229f4
parent60c270394755c36d3cf2d1df61b3795521e1caa0 (diff)
downloadmeta-intel-b275a11389f3fd8366b1947450a75a546417a5b0.tar.gz
linux-intel: Update to 4.9.20
Stable kernel update to 4.9.20 DRM updates Trusty Updates Bug Fixes: Issue #4: kernel OOPS when trying to mount efivarfs Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--common/recipes-kernel/linux/linux-intel_4.9.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/recipes-kernel/linux/linux-intel_4.9.bb b/common/recipes-kernel/linux/linux-intel_4.9.bb
index 46821a96..12742f25 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 @@
2require recipes-kernel/linux/linux-yocto.inc 2require recipes-kernel/linux/linux-yocto.inc
3 3
4KBRANCH = "base" 4KBRANCH = "base"
5SRCREV_machine ?= "6f425e57c6afaed5d61cd9b8abe898bae97f9374" 5SRCREV_machine ?= "546a7815f226f9b6fb9c3271ce06c0eca9f37b1f"
6SRCREV_meta ?= "b65e9b6153237e3ee898a01bc418c12f7404a681" 6SRCREV_meta ?= "803b8d600e45afa0375459bf599fe365571a3866"
7 7
8SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \ 8SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \
9 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" 9 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
10 10
11LINUX_VERSION ?= "4.9.15" 11LINUX_VERSION ?= "4.9.20"
12 12
13PV = "${LINUX_VERSION}+git${SRCPV}" 13PV = "${LINUX_VERSION}+git${SRCPV}"
14 14