diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-26 13:03:34 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-27 13:46:10 +0100 |
commit | 3584fffc72166a9971a4a85f3d6fda4eb23d5042 (patch) | |
tree | 56a624259b77897a185ebaf3b5f9db0f0fce8938 | |
parent | 2ac500a609e10b0f1aba698f756a0fc9d022240f (diff) | |
download | poky-3584fffc72166a9971a4a85f3d6fda4eb23d5042.tar.gz |
yocto-bsps: update to v5.2.17
Updating the reference BSP SRCREVs and versions to 5.2.17 to match
the latest for qemu* and to pickup some reference board specific
patches.
(From meta-yocto rev: fcc920580380a2b57b5b8e1649b4ad94bd3d15b7)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.2.bbappend | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.2.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.2.bbappend index b7cefd25ca..f15bccbaf2 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.2.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.2.bbappend | |||
@@ -8,11 +8,11 @@ KMACHINE_genericx86 ?= "common-pc" | |||
8 | KMACHINE_genericx86-64 ?= "common-pc-64" | 8 | KMACHINE_genericx86-64 ?= "common-pc-64" |
9 | KMACHINE_beaglebone-yocto ?= "beaglebone" | 9 | KMACHINE_beaglebone-yocto ?= "beaglebone" |
10 | 10 | ||
11 | SRCREV_machine_genericx86 ?= "77c28ea0e55cabb0b22b47d4eb2cc94b0940dfe6" | 11 | SRCREV_machine_genericx86 ?= "25b14cdf9659c68ab32d66616dfdbbe2ece3fd94" |
12 | SRCREV_machine_genericx86-64 ?= "35276d20c01a78ee3640a074446b0c15c486c5d0" | 12 | SRCREV_machine_genericx86-64 ?= "25b14cdf9659c68ab32d66616dfdbbe2ece3fd94" |
13 | SRCREV_machine_edgerouter ?= "35276d20c01a78ee3640a074446b0c15c486c5d0" | 13 | SRCREV_machine_edgerouter ?= "25b14cdf9659c68ab32d66616dfdbbe2ece3fd94" |
14 | SRCREV_machine_beaglebone-yocto ?= "77c28ea0e55cabb0b22b47d4eb2cc94b0940dfe6" | 14 | SRCREV_machine_beaglebone-yocto ?= "25b14cdf9659c68ab32d66616dfdbbe2ece3fd94" |
15 | SRCREV_machine_mpc8315e-rdb ?= "cae01d71ef67eaafec75ce24f49b038b705b8711" | 15 | SRCREV_machine_mpc8315e-rdb ?= "77f031b182885c177b3a96098ae61271911a7954" |
16 | 16 | ||
17 | COMPATIBLE_MACHINE_genericx86 = "genericx86" | 17 | COMPATIBLE_MACHINE_genericx86 = "genericx86" |
18 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" | 18 | COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" |
@@ -20,8 +20,8 @@ COMPATIBLE_MACHINE_edgerouter = "edgerouter" | |||
20 | COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" | 20 | COMPATIBLE_MACHINE_beaglebone-yocto = "beaglebone-yocto" |
21 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | 21 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" |
22 | 22 | ||
23 | LINUX_VERSION_genericx86 = "5.2.10" | 23 | LINUX_VERSION_genericx86 = "5.2.17" |
24 | LINUX_VERSION_genericx86-64 = "5.2.10" | 24 | LINUX_VERSION_genericx86-64 = "5.2.17" |
25 | LINUX_VERSION_edgerouter = "5.2.10" | 25 | LINUX_VERSION_edgerouter = "5.2.17" |
26 | LINUX_VERSION_beaglebone-yocto = "5.2.10" | 26 | LINUX_VERSION_beaglebone-yocto = "5.2.17" |
27 | LINUX_VERSION_mpc8315e-rdb = "5.2.10" | 27 | LINUX_VERSION_mpc8315e-rdb = "5.2.17" |