summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-07 12:53:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-19 15:58:32 +0000
commitb6b0b0167ec56dbea84ab7e12892ee034b7be06d (patch)
tree36fbb1dcc1b16384049a4ace488626f83bb828f9
parent60df783d42e997c017a6a2f9247e806a2a723886 (diff)
downloadpoky-b6b0b0167ec56dbea84ab7e12892ee034b7be06d.tar.gz
linux-yocto-tiny/4.1: update with spectre fixes
(From OE-Core rev: 61b365ab2ece1469cf85133112d48891cdfe310e) (From OE-Core rev: da4174e433d14799a41937cb1989f0d03066687b) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index 5adec18ce8..fe46a0d12e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.49"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae" 12SRCREV_machine ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd"
13SRCREV_meta ?= "4e12cb8f8e06636f2058ea0ab3096ed38228a88b" 13SRCREV_meta ?= "4e12cb8f8e06636f2058ea0ab3096ed38228a88b"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"