summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2017-07-17 13:55:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-21 16:55:58 +0100
commitaffe0dcc8ec14ea41df051aef52b24bbaacbd51d (patch)
treeab9c4b969ba0dbf1ce8bb351a074ce1ffe79b4da /meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
parent47b8028c8db184c5c48f4fddbb734683e7346497 (diff)
downloadpoky-affe0dcc8ec14ea41df051aef52b24bbaacbd51d.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.1, 4,4 and 4.9. (From meta-yocto rev: 41128b3640e5733e62cb633f7a3ce704dff6a4f2) (From meta-yocto rev: c9cb766fadfe5de7952e04c6588c6b2f0c8d1f70) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend')
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
index b42b56c6a1..3f65bbd4ad 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
@@ -9,9 +9,9 @@ KMACHINE_genericx86-64 ?= "common-pc-64"
9 9
10SRCREV_machine_genericx86 ?= "398d1785c6bde0085b99f00f346e199a15fbdcef" 10SRCREV_machine_genericx86 ?= "398d1785c6bde0085b99f00f346e199a15fbdcef"
11SRCREV_machine_genericx86-64 ?= "398d1785c6bde0085b99f00f346e199a15fbdcef" 11SRCREV_machine_genericx86-64 ?= "398d1785c6bde0085b99f00f346e199a15fbdcef"
12SRCREV_machine_edgerouter ?= "398d1785c6bde0085b99f00f346e199a15fbdcef" 12SRCREV_machine_edgerouter ?= "e2bea2e96fcbbbb9b1efc3bc7505ac42e39bb5c0"
13SRCREV_machine_beaglebone ?= "79414e2b0e0b7f5b86e358a907f841486f428079" 13SRCREV_machine_beaglebone ?= "243644adea596cda2ef1280a8e57075a1247089f"
14SRCREV_machine_mpc8315e-rdb ?= "398d1785c6bde0085b99f00f346e199a15fbdcef" 14SRCREV_machine_mpc8315e-rdb ?= "e2bea2e96fcbbbb9b1efc3bc7505ac42e39bb5c0"
15 15
16COMPATIBLE_MACHINE_genericx86 = "genericx86" 16COMPATIBLE_MACHINE_genericx86 = "genericx86"
17COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" 17COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64"
@@ -21,6 +21,6 @@ COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
21 21
22LINUX_VERSION_genericx86 = "4.1.39" 22LINUX_VERSION_genericx86 = "4.1.39"
23LINUX_VERSION_genericx86-64 = "4.1.39" 23LINUX_VERSION_genericx86-64 = "4.1.39"
24LINUX_VERSION_edgerouter = "4.1.39" 24LINUX_VERSION_edgerouter = "4.1.42"
25LINUX_VERSION_beaglebone = "4.1.39" 25LINUX_VERSION_beaglebone = "4.1.42"
26LINUX_VERSION_mpc8315e-rdb = "4.1.39" 26LINUX_VERSION_mpc8315e-rdb = "4.1.42"