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-02-08 16:27:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-15 19:27:14 -0800
commit94d40a5faee985c4b2c919f2b492b3796a958b1a (patch)
treeb2194e4196444590fbfeb6205bdbc964ddca3581 /meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
parentb61eee699d16df609ff2ef203336764b1fcc241d (diff)
downloadpoky-94d40a5faee985c4b2c919f2b492b3796a958b1a.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, 4,8 and 4.9. Also set the default kernel to 4.9. (From meta-yocto rev: 5db023bddd808b01dd7d02c20b3188657c959168) 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 68bae2c4e4..b555094542 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 ?= "fec49247816d7045aa8abe0047bcd4737af9a853" 10SRCREV_machine_genericx86 ?= "fec49247816d7045aa8abe0047bcd4737af9a853"
11SRCREV_machine_genericx86-64 ?= "fec49247816d7045aa8abe0047bcd4737af9a853" 11SRCREV_machine_genericx86-64 ?= "fec49247816d7045aa8abe0047bcd4737af9a853"
12SRCREV_machine_edgerouter ?= "fec49247816d7045aa8abe0047bcd4737af9a853" 12SRCREV_machine_edgerouter ?= "34753ac5e7c52bd1f0144c0a5ce9f0c6345f99d8"
13SRCREV_machine_beaglebone ?= "938cc4ac8d36f166c9e2e0517d6ffd6d278fe631" 13SRCREV_machine_beaglebone ?= "da5b7beb9866d5de72d61f297c682224e3e62ab5"
14SRCREV_machine_mpc8315e-rdb ?= "fec49247816d7045aa8abe0047bcd4737af9a853" 14SRCREV_machine_mpc8315e-rdb ?= "34753ac5e7c52bd1f0144c0a5ce9f0c6345f99d8"
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.36" 22LINUX_VERSION_genericx86 = "4.1.36"
23LINUX_VERSION_genericx86-64 = "4.1.36" 23LINUX_VERSION_genericx86-64 = "4.1.36"
24LINUX_VERSION_edgerouter = "4.1.36" 24LINUX_VERSION_edgerouter = "4.1.37"
25LINUX_VERSION_beaglebone = "4.1.36" 25LINUX_VERSION_beaglebone = "4.1.37"
26LINUX_VERSION_mpc8315e-rdb = "4.1.36" 26LINUX_VERSION_mpc8315e-rdb = "4.1.37"