summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2018-06-10 15:06:26 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-12 23:34:40 +0100
commit59c723fa96812229e4bbc79e9d92f14799fe040d (patch)
treef8ed673a4bd98945a5ac5f298e9b5e72aac30788 /meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend
parentb1f8f2b3708d6802c9e1f450f888fc5100ec6926 (diff)
downloadpoky-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.15.bbappend')
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend
index a9f23aea74..6e402ff31b 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.15.bbappend
@@ -10,9 +10,9 @@ KMACHINE_beaglebone-yocto ?= "beaglebone"
10 10
11SRCREV_machine_genericx86 ?= "51273ff79f4ad930f4a788257f58e1266cb236e3" 11SRCREV_machine_genericx86 ?= "51273ff79f4ad930f4a788257f58e1266cb236e3"
12SRCREV_machine_genericx86-64 ?= "51273ff79f4ad930f4a788257f58e1266cb236e3" 12SRCREV_machine_genericx86-64 ?= "51273ff79f4ad930f4a788257f58e1266cb236e3"
13SRCREV_machine_edgerouter ?= "f73fd8783a3e7529902366ba75aafb81c19ec3c9" 13SRCREV_machine_edgerouter ?= "683cfd2540fcb659774458352e8fb121ec764e0e"
14SRCREV_machine_beaglebone-yocto ?= "f73fd8783a3e7529902366ba75aafb81c19ec3c9" 14SRCREV_machine_beaglebone-yocto ?= "683cfd2540fcb659774458352e8fb121ec764e0e"
15SRCREV_machine_mpc8315e-rdb ?= "cc2711c4f3b83b5cd78358e7c949fdbb6076e25b" 15SRCREV_machine_mpc8315e-rdb ?= "0b32edc46dfe7c40bf5451e9b7533c823bb2c6c4"
16 16
17COMPATIBLE_MACHINE_genericx86 = "genericx86" 17COMPATIBLE_MACHINE_genericx86 = "genericx86"
18COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" 18COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
@@ -22,6 +22,6 @@ COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
22 22
23LINUX_VERSION_genericx86 = "4.15.18" 23LINUX_VERSION_genericx86 = "4.15.18"
24LINUX_VERSION_genericx86-64 = "4.15.18" 24LINUX_VERSION_genericx86-64 = "4.15.18"
25LINUX_VERSION_edgerouter = "4.15.13" 25LINUX_VERSION_edgerouter = "4.15.18"
26LINUX_VERSION_beaglebone-yocto = "4.15.13" 26LINUX_VERSION_beaglebone-yocto = "4.15.18"
27LINUX_VERSION_mpc8315e-rdb = "4.15.13" 27LINUX_VERSION_mpc8315e-rdb = "4.15.18"