summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-09-10 15:41:31 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-11 22:39:20 +0100
commit77afb9b5606a94802dd14da9c6241a808f253c5e (patch)
tree05c1419467c2f3ae263c1758ad00856630e24870 /meta-yocto-bsp
parentb1031424342b5afee36ebd361b41529d37f52c16 (diff)
downloadpoky-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')
-rw-r--r--meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.13.bbappend16
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"
7KMACHINE:genericx86-64 ?= "common-pc-64" 7KMACHINE:genericx86-64 ?= "common-pc-64"
8KMACHINE:beaglebone-yocto ?= "beaglebone" 8KMACHINE:beaglebone-yocto ?= "beaglebone"
9 9
10SRCREV_machine:genericx86 ?= "fe64083abac67ac736aa0133f3a4088286aece40" 10SRCREV_machine:genericx86 ?= "7280c93f5599946db3add473eeb05b34c364938d"
11SRCREV_machine:genericx86-64 ?= "fe64083abac67ac736aa0133f3a4088286aece40" 11SRCREV_machine:genericx86-64 ?= "7280c93f5599946db3add473eeb05b34c364938d"
12SRCREV_machine:edgerouter ?= "7b80606f7484fb1967a261e7e262de9adeb7ed59" 12SRCREV_machine:edgerouter ?= "a832a0390e96c4f014d7b2bf9f161ac9477140f7"
13SRCREV_machine:beaglebone-yocto ?= "e486ea86794d62e7e6adbb3a2b2fd65222f323f7" 13SRCREV_machine:beaglebone-yocto ?= "dbdc921374c057a75b2df92302124994e241ca51"
14 14
15COMPATIBLE_MACHINE:genericx86 = "genericx86" 15COMPATIBLE_MACHINE:genericx86 = "genericx86"
16COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64" 16COMPATIBLE_MACHINE:genericx86-64 = "genericx86-64"
17COMPATIBLE_MACHINE:edgerouter = "edgerouter" 17COMPATIBLE_MACHINE:edgerouter = "edgerouter"
18COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto" 18COMPATIBLE_MACHINE:beaglebone-yocto = "beaglebone-yocto"
19 19
20LINUX_VERSION:genericx86 = "5.13.11" 20LINUX_VERSION:genericx86 = "5.13.15"
21LINUX_VERSION:genericx86-64 = "5.13.11" 21LINUX_VERSION:genericx86-64 = "5.13.15"
22LINUX_VERSION:edgerouter = "5.13.11" 22LINUX_VERSION:edgerouter = "5.13.15"
23LINUX_VERSION:beaglebone-yocto = "5.13.11" 23LINUX_VERSION:beaglebone-yocto = "5.13.15"