diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-02 22:45:30 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-05 13:40:33 +0000 |
commit | dc8cf0d9b6ce75bc26009b7681a764d19497079a (patch) | |
tree | 1d56764cf84004a5c4f7b0c2c84a840587f7b8d3 /meta/recipes-kernel | |
parent | b29786e134ebef2a41195e298bac8228d0ea954c (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.12.bb | 18 |
3 files changed, 13 insertions, 13 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb index d890e6c8b1..d7510b8069 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb | |||
@@ -11,8 +11,8 @@ python () { | |||
11 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 11 | raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "1348b764f8ca8803b6b833c69f5cb795fddf24b8" | 14 | SRCREV_machine ?= "f792c32d8f19a31874ec40c033f36ef250e596ae" |
15 | SRCREV_meta ?= "daacede608e07d391229ba0a6d74d6e082bead5f" | 15 | SRCREV_meta ?= "8bbce61f5d3a063725c09fe4bc5afe3f227e9060" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" |
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" | |||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "1348b764f8ca8803b6b833c69f5cb795fddf24b8" | 12 | SRCREV_machine ?= "26c1863a744836d9171dff262b864cb67f4d537c" |
13 | SRCREV_meta ?= "daacede608e07d391229ba0a6d74d6e082bead5f" | 13 | SRCREV_meta ?= "8bbce61f5d3a063725c09fe4bc5afe3f227e9060" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb index 52af3b3009..bc1ee97237 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb | |||
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/base" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "63eabe4fc5b8645a2a1258ee9b2ec0e5c62b4236" | 14 | SRCREV_machine_qemuarm ?= "afd1340d4b7c2180ee0e5dbf79499fedf1a023a6" |
15 | SRCREV_machine_qemuarm64 ?= "1348b764f8ca8803b6b833c69f5cb795fddf24b8" | 15 | SRCREV_machine_qemuarm64 ?= "26c1863a744836d9171dff262b864cb67f4d537c" |
16 | SRCREV_machine_qemumips ?= "64ac80375bc1c2e87002994c3112f30aa614d73e" | 16 | SRCREV_machine_qemumips ?= "6d0052275c433f5a66282ad9f53525a7b6d36dfd" |
17 | SRCREV_machine_qemuppc ?= "1348b764f8ca8803b6b833c69f5cb795fddf24b8" | 17 | SRCREV_machine_qemuppc ?= "26c1863a744836d9171dff262b864cb67f4d537c" |
18 | SRCREV_machine_qemux86 ?= "1348b764f8ca8803b6b833c69f5cb795fddf24b8" | 18 | SRCREV_machine_qemux86 ?= "26c1863a744836d9171dff262b864cb67f4d537c" |
19 | SRCREV_machine_qemux86-64 ?= "1348b764f8ca8803b6b833c69f5cb795fddf24b8" | 19 | SRCREV_machine_qemux86-64 ?= "26c1863a744836d9171dff262b864cb67f4d537c" |
20 | SRCREV_machine_qemumips64 ?= "d481a271022e211857045b48d595826d8df051c4" | 20 | SRCREV_machine_qemumips64 ?= "c8adcd782e648cb70780443ee90e2f56e2209c5a" |
21 | SRCREV_machine ?= "1348b764f8ca8803b6b833c69f5cb795fddf24b8" | 21 | SRCREV_machine ?= "26c1863a744836d9171dff262b864cb67f4d537c" |
22 | SRCREV_meta ?= "daacede608e07d391229ba0a6d74d6e082bead5f" | 22 | SRCREV_meta ?= "8bbce61f5d3a063725c09fe4bc5afe3f227e9060" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" |