summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
diff options
context:
space:
mode:
authorKevin Hao <kexin.hao@windriver.com>2017-09-17 14:27:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-21 16:55:59 +0100
commit4a8a38986fd2193a660f40cd7c5884ada82fd69a (patch)
tree1f3805ba0d1012322fa4d3ea3ccd1456923ab7e1 /meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
parentb2408ffb9e40c8706a9f75c6c3b01d2dcbfdf0a8 (diff)
downloadpoky-4a8a38986fd2193a660f40cd7c5884ada82fd69a.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.4, 4.9, 4.10 and 4.12. (From meta-yocto rev: 6909368e9b193c3fc79257982ec609307a5e1ba4) (From meta-yocto rev: 72f1afdd9e532146609c85aab4a2b540b988ce0b) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Dropped 4.12 changes 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.4.bbappend')
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
index b24d1d407e..427af4c4cf 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.4.bbappend
@@ -9,9 +9,9 @@ KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
9 9
10SRCREV_machine_genericx86 ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699" 10SRCREV_machine_genericx86 ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
11SRCREV_machine_genericx86-64 ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699" 11SRCREV_machine_genericx86-64 ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
12SRCREV_machine_edgerouter ?= "0327f8213797c4885f86aec26cf55aeef5834180" 12SRCREV_machine_edgerouter ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
13SRCREV_machine_beaglebone ?= "0327f8213797c4885f86aec26cf55aeef5834180" 13SRCREV_machine_beaglebone ?= "b71c7b786aed26c0a1e4eca66f1d874ec017d699"
14SRCREV_machine_mpc8315e-rdb ?= "9313779872b1c0888cd94f6116fb1819908596e8" 14SRCREV_machine_mpc8315e-rdb ?= "b4daa4e9d68862e559d726b0b66b7be605889b9e"
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.4.87" 22LINUX_VERSION_genericx86 = "4.4.87"
23LINUX_VERSION_genericx86-64 = "4.4.87" 23LINUX_VERSION_genericx86-64 = "4.4.87"
24LINUX_VERSION_edgerouter = "4.4.85" 24LINUX_VERSION_edgerouter = "4.4.87"
25LINUX_VERSION_beaglebone = "4.4.85" 25LINUX_VERSION_beaglebone = "4.4.87"
26LINUX_VERSION_mpc8315e-rdb = "4.4.85" 26LINUX_VERSION_mpc8315e-rdb = "4.4.87"