diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-03-07 12:57:31 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-08 10:31:20 -0800 |
commit | 44d206b7a7c61250da825d25dcca1fb6a3c2e8a1 (patch) | |
tree | 4b6f15e33a5d52236571e0abcece12820637900e | |
parent | b45e66e58718fb785af074de47fa89dfa03de84c (diff) | |
download | poky-44d206b7a7c61250da825d25dcca1fb6a3c2e8a1.tar.gz |
linux-yocto/4.1: updated to include spectre fixes
(From OE-Core rev: 06b57932db48eeb42989c6eb0010e8b1b713b7e9)
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.bb | 16 |
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" | |||
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 ?= "8a40392c9aab6a3b25560c1a5d4a31d87a65a088" | 14 | SRCREV_machine_qemuarm ?= "f20a35023c5d96818a7ac061fe8f08432d8a5088" |
15 | SRCREV_machine_qemuarm64 ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae" | 15 | SRCREV_machine_qemuarm64 ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd" |
16 | SRCREV_machine_qemumips ?= "ea667187404992a98d49ea62313f826e6b7a9849" | 16 | SRCREV_machine_qemumips ?= "d1367fe15275de31711b21fa736a86f99fb300c5" |
17 | SRCREV_machine_qemuppc ?= "8c3cd05eab5cf9c49847ed73d77f1d036808b5dc" | 17 | SRCREV_machine_qemuppc ?= "e97556943b41cb6422842a348ea50a3630afe78f" |
18 | SRCREV_machine_qemux86 ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae" | 18 | SRCREV_machine_qemux86 ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd" |
19 | SRCREV_machine_qemux86-64 ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae" | 19 | SRCREV_machine_qemux86-64 ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd" |
20 | SRCREV_machine_qemumips64 ?= "4a026b26ffed34b40a7fb8fd190ee3eed964b5ea" | 20 | SRCREV_machine_qemumips64 ?= "b23f3f4a74da40c3302d95f601af333c546e6999" |
21 | SRCREV_machine ?= "a315195324973d3edbd4868a0d7acbd82b7d53ae" | 21 | SRCREV_machine ?= "c71e0bd7f702aa090b9733ad4e0382ac6c5908dd" |
22 | SRCREV_meta ?= "4e12cb8f8e06636f2058ea0ab3096ed38228a88b" | 22 | SRCREV_meta ?= "4e12cb8f8e06636f2058ea0ab3096ed38228a88b" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ |