summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-11-02 22:45:30 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 13:40:33 +0000
commitdc8cf0d9b6ce75bc26009b7681a764d19497079a (patch)
tree1d56764cf84004a5c4f7b0c2c84a840587f7b8d3 /meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
parentb29786e134ebef2a41195e298bac8228d0ea954c (diff)
downloadpoky-dc8cf0d9b6ce75bc26009b7681a764d19497079a.tar.gz
linux-yocto/4.12: stable backports and bug fixes
Integrating the following bugfixes to the 4.12 tree: 26c1863a7448 ALSA: hda: Fix regression of hdmi eld control created based on invalid pcm 2b020e00dd49 arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT abcf00d7171c fs/proc: kcore: use kcore_list type to check for vmalloc/module address (From OE-Core rev: 1027bfffb3d6118a43c5697f36b30dd8e4ae3f96) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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.bb4
1 files changed, 2 insertions, 2 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 87c04a5fb8..6c9fed6ad6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.12.14"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "1348b764f8ca8803b6b833c69f5cb795fddf24b8" 12SRCREV_machine ?= "26c1863a744836d9171dff262b864cb67f4d537c"
13SRCREV_meta ?= "daacede608e07d391229ba0a6d74d6e082bead5f" 13SRCREV_meta ?= "8bbce61f5d3a063725c09fe4bc5afe3f227e9060"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16