summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-07 12:57:31 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-19 15:58:33 +0000
commit18cb208a893a0a9975433f416eb63cca7268c588 (patch)
treefb22d5669abd9268976a58a628084e6ae4dd6350
parentb6b0b0167ec56dbea84ab7e12892ee034b7be06d (diff)
downloadpoky-18cb208a893a0a9975433f416eb63cca7268c588.tar.gz
linux-yocto/4.1: updated to include spectre fixes
(From OE-Core rev: 06b57932db48eeb42989c6eb0010e8b1b713b7e9) (From OE-Core rev: bafd21e0ba9f8713e0160684ac20ae3ecba19b42) 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_4.1.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
index 230f81e1fe..30abef27e9 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb
@@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base"
11KBRANCH_qemux86-64 ?= "standard/base" 11KBRANCH_qemux86-64 ?= "standard/base"
12KBRANCH_qemumips64 ?= "standard/mti-malta64" 12KBRANCH_qemumips64 ?= "standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "8a40392c9aab6a3b25560c1a5d4a31d87a65a088" 14SRCREV_machine_qemuarm ?= "f20a35023c5d96818a7ac061fe8f08432d8a5088"
15SRCREV_machine_qemuarm64 ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae" 15SRCREV_machine_qemuarm64 ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd"
16SRCREV_machine_qemumips ?= "ea667187404992a98d49ea62313f826e6b7a9849" 16SRCREV_machine_qemumips ?= "d1367fe15275de31711b21fa736a86f99fb300c5"
17SRCREV_machine_qemuppc ?= "8c3cd05eab5cf9c49847ed73d77f1d036808b5dc" 17SRCREV_machine_qemuppc ?= "e97556943b41cb6422842a348ea50a3630afe78f"
18SRCREV_machine_qemux86 ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae" 18SRCREV_machine_qemux86 ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd"
19SRCREV_machine_qemux86-64 ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae" 19SRCREV_machine_qemux86-64 ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd"
20SRCREV_machine_qemumips64 ?= "4a026b26ffed34b40a7fb8fd190ee3eed964b5ea" 20SRCREV_machine_qemumips64 ?= "b23f3f4a74da40c3302d95f601af333c546e6999"
21SRCREV_machine ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae" 21SRCREV_machine ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd"
22SRCREV_meta ?= "4e12cb8f8e06636f2058ea0ab3096ed38228a88b" 22SRCREV_meta ?= "4e12cb8f8e06636f2058ea0ab3096ed38228a88b"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \