diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2018-03-28 18:12:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-30 00:31:39 +0100 |
commit | 08a58319059478a73ef4785abf4169e108aaaee8 (patch) | |
tree | b0a9ae6dd8a0159dd8d382dd18caf971eb12cd4e /meta-yocto-bsp/recipes-kernel | |
parent | 3ecefc861d22f4909d11a73fa58cd332ee5c7187 (diff) | |
download | poky-08a58319059478a73ef4785abf4169e108aaaee8.tar.gz |
meta-yocto-bsp: bump to the latest v4.12 stable kernel for the non-x86 BSPs
(From meta-yocto rev: 08884dc6ed749da5e7f73c9045a56d2dd53827bb)
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')
-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 56e700d491..e28360b69c 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 ?= "97e710ef0545c19d3c10bd81a61bdca9fe543b81" | 11 | SRCREV_machine_genericx86 ?= "97e710ef0545c19d3c10bd81a61bdca9fe543b81" |
12 | SRCREV_machine_genericx86-64 ?= "97e710ef0545c19d3c10bd81a61bdca9fe543b81" | 12 | SRCREV_machine_genericx86-64 ?= "97e710ef0545c19d3c10bd81a61bdca9fe543b81" |
13 | SRCREV_machine_edgerouter ?= "257f843ea367744620f1d92910afd2f454e31483" | 13 | SRCREV_machine_edgerouter ?= "97e710ef0545c19d3c10bd81a61bdca9fe543b81" |
14 | SRCREV_machine_beaglebone-yocto ?= "257f843ea367744620f1d92910afd2f454e31483" | 14 | SRCREV_machine_beaglebone-yocto ?= "97e710ef0545c19d3c10bd81a61bdca9fe543b81" |
15 | SRCREV_machine_mpc8315e-rdb ?= "014560874f9eb2a86138c9cc35046ff1720485e1" | 15 | SRCREV_machine_mpc8315e-rdb ?= "55fcfbee2560f57a490c5724ac5b5cb49bacb01c" |
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.21" | 24 | LINUX_VERSION_genericx86 = "4.12.21" |
25 | LINUX_VERSION_genericx86-64 = "4.12.21" | 25 | LINUX_VERSION_genericx86-64 = "4.12.21" |
26 | LINUX_VERSION_edgerouter = "4.12.19" | 26 | LINUX_VERSION_edgerouter = "4.12.21" |
27 | LINUX_VERSION_beaglebone-yocto = "4.12.19" | 27 | LINUX_VERSION_beaglebone-yocto = "4.12.21" |
28 | LINUX_VERSION_mpc8315e-rdb = "4.12.19" | 28 | LINUX_VERSION_mpc8315e-rdb = "4.12.21" |