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-07-20 09:57:59 +0100
commit7813f097b87adf136d7598edb2987bcf87083957 (patch)
tree558407cb5852d07ec8b695f5966e9cc6e7b8b089 /meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
parent57f606b12b339c82e6981d7ac32450c00d787085 (diff)
downloadpoky-7813f097b87adf136d7598edb2987bcf87083957.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) 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.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"