diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-10 15:41:31 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-11 22:39:20 +0100 |
commit | 77afb9b5606a94802dd14da9c6241a808f253c5e (patch) | |
tree | 05c1419467c2f3ae263c1758ad00856630e24870 /meta-yocto-bsp/recipes-kernel | |
parent | b1031424342b5afee36ebd361b41529d37f52c16 (diff) | |
download | poky-77afb9b5606a94802dd14da9c6241a808f253c5e.tar.gz |
yocto-bsp/5.13: update to v5.13.15
Updating the reference boards to match the oe-core kernel version.
(From meta-yocto rev: c67fc4b5cc7c1bd4751376c8d1b2a8272feb4a53)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.bbappend | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.bbappend index 6089a94d75..daf5fd2cd6 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.bbappend | |||
@@ -7,17 +7,17 @@ KMACHINE:genericx86 ?= "common-pc" | |||
7 | KMACHINE:genericx86-64 ?= "common-pc-64" | 7 | KMACHINE:genericx86-64 ?= "common-pc-64" |
8 | KMACHINE:beaglebone-yocto ?= "beaglebone" | 8 | KMACHINE:beaglebone-yocto ?= "beaglebone" |
9 | 9 | ||
10 | SRCREV_machine:genericx86 ?= "fe64083abac67ac736aa0133f3a4088286aece40" | 10 | SRCREV_machine:genericx86 ?= "7280c93f5599946db3add473eeb05b34c364938d" |
11 | SRCREV_machine:genericx86-64 ?= "fe64083abac67ac736aa0133f3a4088286aece40" | 11 | SRCREV_machine:genericx86-64 ?= "7280c93f5599946db3add473eeb05b34c364938d" |
12 | SRCREV_machine:edgerouter ?= "7b80606f7484fb1967a261e7e262de9adeb7ed59" | 12 | SRCREV_machine:edgerouter ?= "a832a0390e96c4f014d7b2bf9f161ac9477140f7" |
13 | SRCREV_machine:beaglebone-yocto ?= "e486ea86794d62e7e6adbb3a2b2fd65222f323f7" | 13 | SRCREV_machine:beaglebone-yocto ?= "dbdc921374c057a75b2df92302124994e241ca51" |
14 | 14 | ||
15 | COMPATIBLE_MACHINE:genericx86 = "genericx86" | 15 | COMPATIBLE_MACHINE:genericx86 = "genericx86" |
16 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" | 16 | COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" |
17 | COMPATIBLE_MACHINE:edgerouter = "edgerouter" | 17 | COMPATIBLE_MACHINE:edgerouter = "edgerouter" |
18 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" | 18 | COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" |
19 | 19 | ||
20 | LINUX_VERSION:genericx86 = "5.13.11" | 20 | LINUX_VERSION:genericx86 = "5.13.15" |
21 | LINUX_VERSION:genericx86-64 = "5.13.11" | 21 | LINUX_VERSION:genericx86-64 = "5.13.15" |
22 | LINUX_VERSION:edgerouter = "5.13.11" | 22 | LINUX_VERSION:edgerouter = "5.13.15" |
23 | LINUX_VERSION:beaglebone-yocto = "5.13.11" | 23 | LINUX_VERSION:beaglebone-yocto = "5.13.15" |