summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-03-14 11:10:29 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-26 15:07:11 +0100
commit89d4430fa30bfb9ea19e440b56e936a2237f89f8 (patch)
tree173253bc2c7e2ae76a4849dd79a7c96cba1eeb61 /meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
parenta09e645e565bbe11b5107904d8eed46a54c5b1e2 (diff)
downloadpoky-89d4430fa30bfb9ea19e440b56e936a2237f89f8.tar.gz
linux-yocto/4.12: backport bugfixes for x86
Integrating the following commits: 60b649971940 x86/hibernate/64: Mask off CR3's PCID bits in the saved CR3 cec3c008ec8f drm/i915/cfl: Coffee Lake works on Kaby Lake PCH. 073873cb152c brd: remove unused brd_mutex 912c53b1b346 audit: fix memleak in auditd_send_unicast_skb. (From OE-Core rev: 3c14c6612c48d46677837f5f4c31cfd1a6ff6174) (From OE-Core rev: 39202a1d0714e91dff6c18b1043fd236df25434f) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
index c306db292b..0bbd8e28db 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.12.20"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "cec3c008ec8f7acdb01b95fceb1ef7dff35d1877" 12SRCREV_machine ?= "60b649971940737dc7e3a7f247c62ffbd7c82e4c"
13SRCREV_meta ?= "4f825eeb783a279216ee45ed3b9a63dd6837f7d7" 13SRCREV_meta ?= "4f825eeb783a279216ee45ed3b9a63dd6837f7d7"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"