diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2018-06-10 15:06:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-12 23:34:40 +0100 |
commit | 59c723fa96812229e4bbc79e9d92f14799fe040d (patch) | |
tree | f8ed673a4bd98945a5ac5f298e9b5e72aac30788 /meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend | |
parent | b1f8f2b3708d6802c9e1f450f888fc5100ec6926 (diff) | |
download | poky-59c723fa96812229e4bbc79e9d92f14799fe040d.tar.gz |
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Bump to the latest stable kernel for 4.12, 4.14 and 4.15.
(From meta-yocto rev: eb025ae398c0042ddc7be75e4ebdeb1fb1344c03)
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend index 4f040dcdb3..642809a386 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.12.bbappend | |||
@@ -10,9 +10,9 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | |||
10 | 10 | ||
11 | SRCREV_machine_genericx86 ?= "7e7ac3f0fda9707e94b3311a4510ae080cd86238" | 11 | SRCREV_machine_genericx86 ?= "7e7ac3f0fda9707e94b3311a4510ae080cd86238" |
12 | SRCREV_machine_genericx86-64 ?= "7e7ac3f0fda9707e94b3311a4510ae080cd86238" | 12 | SRCREV_machine_genericx86-64 ?= "7e7ac3f0fda9707e94b3311a4510ae080cd86238" |
13 | SRCREV_machine_edgerouter ?= "97e710ef0545c19d3c10bd81a61bdca9fe543b81" | 13 | SRCREV_machine_edgerouter ?= "89e003746eee54e86bc78e1170e7029d6597b583" |
14 | SRCREV_machine_beaglebone-yocto ?= "97e710ef0545c19d3c10bd81a61bdca9fe543b81" | 14 | SRCREV_machine_beaglebone-yocto ?= "89e003746eee54e86bc78e1170e7029d6597b583" |
15 | SRCREV_machine_mpc8315e-rdb ?= "55fcfbee2560f57a490c5724ac5b5cb49bacb01c" | 15 | SRCREV_machine_mpc8315e-rdb ?= "7080a5fe6af338576207fff999ea2ca35e689997" |
16 | 16 | ||
17 | 17 | ||
18 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 18 | COMPATIBLE_MACHINE_genericx86 = "genericx86" |
@@ -23,6 +23,6 @@ COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | |||
23 | 23 | ||
24 | LINUX_VERSION_genericx86 = "4.12.24" | 24 | LINUX_VERSION_genericx86 = "4.12.24" |
25 | LINUX_VERSION_genericx86-64 = "4.12.24" | 25 | LINUX_VERSION_genericx86-64 = "4.12.24" |
26 | LINUX_VERSION_edgerouter = "4.12.21" | 26 | LINUX_VERSION_edgerouter = "4.12.24" |
27 | LINUX_VERSION_beaglebone-yocto = "4.12.21" | 27 | LINUX_VERSION_beaglebone-yocto = "4.12.24" |
28 | LINUX_VERSION_mpc8315e-rdb = "4.12.21" | 28 | LINUX_VERSION_mpc8315e-rdb = "4.12.24" |