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>2016-12-09 11:10:25 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-13 22:55:40 +0000
commit84faecbcd93e3f76e829b045aaea000f17d5fb01 (patch)
treec6bbee8406843a850e608754f898cd3b43812f5b /meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend
parentbb650798ab84dbf2f2819bb1c67aeb0ce2054361 (diff)
downloadpoky-84faecbcd93e3f76e829b045aaea000f17d5fb01.tar.gz
meta-yocto-bsp: bump to the latest linux stable kernel for the non-x86 BSPs
Boot test for all these boards. (From meta-yocto rev: bfabbe8ef170be5c9c5218612dddb98e0f332891) 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 145d7671a4..68bae2c4e4 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 ?= "f358ce2569953d18cf6bd91d0269076938e5b091" 12SRCREV_machine_edgerouter ?= "fec49247816d7045aa8abe0047bcd4737af9a853"
13SRCREV_machine_beaglebone ?= "445f514c11f2f78e052d24f0e01cdf86097b7cd1" 13SRCREV_machine_beaglebone ?= "938cc4ac8d36f166c9e2e0517d6ffd6d278fe631"
14SRCREV_machine_mpc8315e-rdb ?= "f358ce2569953d18cf6bd91d0269076938e5b091" 14SRCREV_machine_mpc8315e-rdb ?= "fec49247816d7045aa8abe0047bcd4737af9a853"
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.35" 24LINUX_VERSION_edgerouter = "4.1.36"
25LINUX_VERSION_beaglebone = "4.1.35" 25LINUX_VERSION_beaglebone = "4.1.36"
26LINUX_VERSION_mpc8315e-rdb = "4.1.35" 26LINUX_VERSION_mpc8315e-rdb = "4.1.36"