summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-03-24 11:11:35 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-26 18:51:03 +0100
commita94ca827c2066b22c746003f5144b89d28b13a1a (patch)
treec32d0a67eb80054bf8a22f56ee2402312e352b5c /meta-yocto-bsp
parente6ce129d5d21ec3a9eacf5f6eb91c4e36fa70fca (diff)
downloadpoky-a94ca827c2066b22c746003f5144b89d28b13a1a.tar.gz
yocto-bsp/5.15: update to v5.15.103
updating the 5.15 hardware reference BSPs to match the versions of the oe-core qemu reference platforms. (From meta-yocto rev: 2783c1193e0d6b0eb7ac7752233c0396384e571c) 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.15.bbappend16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend
index a969222442..87aa38a85e 100644
--- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend
+++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_5.15.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 ?= "1275299b4a49c5845378537d2d623dfbe027dcca" 10SRCREV_machine:genericx86 ?= "024d08fb706170a9723e9751e505681f9d4c7ab6"
11SRCREV_machine:genericx86-64 ?= "1275299b4a49c5845378537d2d623dfbe027dcca" 11SRCREV_machine:genericx86-64 ?= "024d08fb706170a9723e9751e505681f9d4c7ab6"
12SRCREV_machine:edgerouter ?= "28658152bb865c3e7ffde6ac277fab5dc1940c0a" 12SRCREV_machine:edgerouter ?= "2ac6461adfceb54f47a756046fbdd142adce4301"
13SRCREV_machine:beaglebone-yocto ?= "4f8b81b735ff381cde5ae840552727175393b77a" 13SRCREV_machine:beaglebone-yocto ?= "26aee42556a000123129552b73de6bf2ac039034"
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.15.80" 20LINUX_VERSION:genericx86 = "5.15.103"
21LINUX_VERSION:genericx86-64 = "5.15.80" 21LINUX_VERSION:genericx86-64 = "5.15.103"
22LINUX_VERSION:edgerouter = "5.15.80" 22LINUX_VERSION:edgerouter = "5.15.103"
23LINUX_VERSION:beaglebone-yocto = "5.15.80" 23LINUX_VERSION:beaglebone-yocto = "5.15.103"