diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2016-09-20 11:22:57 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-21 21:58:06 +0100 |
commit | d16b6dd8616817cca4d1343b34a0856f9dd12990 (patch) | |
tree | f1c7ab1478269c8f00e0da18efc530b90f622761 /meta-yocto-bsp | |
parent | 1fe840a4a0fbb16fb207183959a2cc93ec802763 (diff) | |
download | poky-d16b6dd8616817cca4d1343b34a0856f9dd12990.tar.gz |
meta-yocto-bsp: linux 4.1: bump to the latest stable version for the non-x86 BSPs
Boot test for all these boards.
(From meta-yocto rev: 02239cf4e7d034e1e910b0373fcdc5a9bdd74b6e)
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | 11 |
1 files changed, 7 insertions, 4 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 6dd173bf42..3a48585929 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 | |||
@@ -8,10 +8,10 @@ KMACHINE_genericx86 ?= "common-pc" | |||
8 | KMACHINE_genericx86-64 ?= "common-pc-64" | 8 | KMACHINE_genericx86-64 ?= "common-pc-64" |
9 | 9 | ||
10 | SRCREV_machine_genericx86 ?= "0847ed67f89b5a8bbaaa0a7b6cfa2a99ef34834f" | 10 | SRCREV_machine_genericx86 ?= "0847ed67f89b5a8bbaaa0a7b6cfa2a99ef34834f" |
11 | SRCREV_machine_genericx86-64 ?= "0847ed67f89b5a8bbaaa0a7b6cfa2a99ef34834f" | 11 | SRCREV_machine_genericx86-64 ?= "a6b3a8cc120640bf5e528c8558ce060675757fc1" |
12 | SRCREV_machine_edgerouter ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a" | 12 | SRCREV_machine_edgerouter ?= "a6b3a8cc120640bf5e528c8558ce060675757fc1" |
13 | SRCREV_machine_beaglebone ?= "859aecf685fcd9d30490a6da459fb76b48947075" | 13 | SRCREV_machine_beaglebone ?= "2ccca89503ed8c3f37b486b29d2ec3a6699f1899" |
14 | SRCREV_machine_mpc8315e-rdb ?= "403eda4633e9037fb715d0d1e8ae847b2bd0651a" | 14 | SRCREV_machine_mpc8315e-rdb ?= "a6b3a8cc120640bf5e528c8558ce060675757fc1" |
15 | 15 | ||
16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 16 | COMPATIBLE_MACHINE_genericx86 = "genericx86" |
17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 17 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" |
@@ -21,3 +21,6 @@ COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | |||
21 | 21 | ||
22 | LINUX_VERSION_genericx86 = "4.1.30" | 22 | LINUX_VERSION_genericx86 = "4.1.30" |
23 | LINUX_VERSION_genericx86-64 = "4.1.30" | 23 | LINUX_VERSION_genericx86-64 = "4.1.30" |
24 | LINUX_VERSION_edgerouter = "4.1.32" | ||
25 | LINUX_VERSION_beaglebone = "4.1.32" | ||
26 | LINUX_VERSION_mpc8315e-rdb = "4.1.32" | ||