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-02-20 09:25:48 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-20 14:56:11 +0000
commit68512b7416d58c2498b2317f85f85b7045f902c4 (patch)
treeedd524f2ac4b5025264873f6172047b7a2fdb7dd /meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
parentdf78c6a5af38e9e6f3888ca60a565edc4a3006eb (diff)
downloadpoky-68512b7416d58c2498b2317f85f85b7045f902c4.tar.gz
linux-yocto/4.12: fix qemuarm64 boot failure
The -stable update to 4.12 needs one more commit to fix the boot of qemuarm64. This will be part of the next 4.12 -stable series, but for now, we merge the patch directly. 40146055677a mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=y (From OE-Core rev: 4911e9c539b98bde0246ea4f8dc823c50951195e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 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.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 f1a9c1d9fd..3ff2e1ce19 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 ?= "1c4ad569af3e23a77994235435040e322908687f" 12SRCREV_machine ?= "40146055677a69730b2c36da1c8c1b4e9bae7bb0"
13SRCREV_meta ?= "19d815d5a34bfaad95d87cc097cef18b594daac8" 13SRCREV_meta ?= "19d815d5a34bfaad95d87cc097cef18b594daac8"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"